My tables are off a bit

liunx

Guest
Hey all,<br />
<br />
My tables are a little off, its not really noticable, but it bugs the heck out of me! The tables between my logo and the bar at the bottom where my copy right is, are wider than the logo and bar at the bottom. I want everything to match up with the logo, witch is 750 pixels.<br />
<br />
If you can help, Thanx<br />
<br />
<br />
<br />
<br />
<!-- m --><a class="postlink" href="http://www11.brinkster.com/skdarkstar/home.HTML">http://www11.brinkster.com/skdarkstar/home.HTML</a><!-- m --><!--content-->i think it's that your top and bottom table have a border creating the illusion that they are narrower<!--content-->Firstly, you might want to ensure that all your filenames are all in lower case.<br />
<br />
Any clues in [here (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww11.brinkster.com%2Fskdarkstar%2Fhome.HTML&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->)]?<!--content-->The irony... made me laugh. HTML tutorials and you post here. Anyway the site looks good.<br />
<br />
Your Problem.<br />
Only had a quick look and it seems your light blue bars that don't line up are nested inside another table. This will trim about a pixel from them as they have to fit inside the parent table.<br />
<br />
Recode with two options. Use Col span attrbutes to achieve what you are doing or make 3 or 4 parent tables to avoid nesting them.<br />
<br />
Hope that makes sense. If not I will be back later.<!--content-->
 
Back
Top