Aligning tables and more

liunx

Guest
Ok this is going to be very confusing but I'll try to explain my problem the clearest I possibly can.<br />
<br />
<!-- m --><a class="postlink" href="http://www28.brinkster.com/wallshame/johnnyd.htm">http://www28.brinkster.com/wallshame/johnnyd.htm</a><!-- m --><br />
<br />
Check out that site and I want the About content and the table below it to be lined up right below the logo (which you can't see because I did not load it.) But here's the catch I would like to be able to change the background color, cause when I try, only parts of the background change color.<!--content-->Layout is not ok using table=100%<br />
<br />
What you have has to go in a<br />
New table:<br />
left td Navigation tables<br />
right td Content table.<br />
<br />
Bg color?<br />
Where, what......?<!--content-->And there are errors in your code.<br />
<br />
A good editor htmlbeauty<br />
MAX's HTML Beauty++ ME is advanced HTML editor<br />
<!-- m --><a class="postlink" href="http://www.maxworld.co.yu/htmlbeauty/">http://www.maxworld.co.yu/htmlbeauty/</a><!-- m --><br />
or arachnophilia <!-- w --><a class="postlink" href="http://www.arachnoid.com">www.arachnoid.com</a><!-- w --><br />
Both can analyze the html code.<br />
<br />
:rocker:<!--content-->Site blows up in my browser as there are a lot of nesting errors in the table (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww28.brinkster.com%2Fwallshame%2Fjohnnyd.htm&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->).<br />
<br />
All of the errors are easy to fix, the answers having been mentioned many times in this forum. Post again if you need specific help with any problems. You need to fix those errors before you try to change the design.<br />
<br />
You have two <title> tags, one needs to be removed.<br />
You will need to add a type="text/javascript" attribute to each <script> tag.<br />
You can clear all of the entity errors simply by changing each & to be &amp; in every URL.<br />
Having fixed those errors, the nesting errors will be easier to spot in the error list (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww28.brinkster.com%2Fwallshame%2Fjohnnyd.htm&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->).<!--content-->
 
Back
Top