|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
My website www.footyopinion.com.
On the left hand side you will see that there is table which is not positioned correctly, How do I correct this so it is located within the grey area under the poll. I would also like to centre the poll, how do I go about doing this? Thankshttp://footyopinion.com |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Start by validating the page and remove the duplicate html and body tags. BTW, red text on blue background is one of the worst possible combinations imaginable and causes extreme eye strain.
|
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Thanks,
What colours would you suggest using? Validate results - http://www.footyopinion.com/report.htm Could you please explain to me if possible. Did you need to see any code? http://www.footyopinion.com/code.htm I have deleted duplicate html & body tags. Thanks again. |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
You still have 4 errors, one of which is just a missing alt attribute, and
another of which is this - <tr align="center"> <td> <style type="text/css"> <!-- .input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt} --> </style> You cannot have an embedded stylesheet within the body of the page. Remove it. Another is this - <table width="176" height="93" The 'height' attribute is invalid HTML - it has never been a part of the HTML specs. Just remove it. Finally this - …order="1" align="center" bordercolor="#E0DFE3" bgcolor="#285F94" id="bottom"> The 'bordercolor' attribute is invalid HTML as well. Again, it has never been part of the HTML specs. Just remove it. If you want colored borders, use CSS. I have to say that the markup on that page is a despicable mess. I hope you didn't pay for it. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "pritcho" <webforumsuser@macromedia.com> wrote in message news:g4fmsp$9it$1@forums.macromedia.com... > Thanks, > What colours would you suggest using? > > Validate results - http://www.footyopinion.com/report.htm > Could you please explain to me if possible. Did you need to see any code? > http://www.footyopinion.com/code.htm > I have deleted duplicate html & body tags. > > Thanks again. > |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
pritcho wrote:
> My website www.footyopinion.com. > > On the left hand side you will see that there is table which is not positioned > correctly, How do I correct this so it is located within the grey area under > the poll. I would also like to centre the poll, how do I go about doing this? > > Thankshttp://footyopinion.com > Why don't you just insert the 'Team/Points' table after the 'poll' table? Whats the thinking behind placing it in an absolutely positioned <div>? |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
Thanks, I deleted the table & added a new table next to the poll. Now it is
centred in Firefox but in IE it is now to the left & not centred like it is in firefox. Sorry I am not the best with HTML code, I have uploaded the latest validate results & code (see below), If you could guide me on what needs to be done would be greatly appreciated. Validate results: http://www.footyopinion.com/results.htm Code: http://www.footyopinion.com/code.htm Thanks again |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
>What colours would you suggest using?
Well, there's nothing wrong with good old black (or blue) and white (off white). Here's a few sites that may you with choosing colors that have enough contrast, brightness, and do cause eye strain. http://www.etre.com/tools/colourcheck/ http://www.allwebdesignresources.com...signcolorcombi nationsguide/ |
|
![]() |
| Outils de la discussion | |
|
|