I have butchered this table.

<!-- m --><a class="postlink" href="http://au.geocities.com/dumpster_dive_nz/">http://au.geocities.com/dumpster_dive_nz/</a><!-- m --><br />
<br />
I have made a complete and utter mess of this table, you may may be able to catch my the jist of what I am trying to do...or maybe not.<br />
<br />
Anyway - two problems, the bottom two cells always want to match the widths of the cells in the second tr. I am trying to make an 's' effect on this nav bar.<br />
<br />
Second problem is that the lower image is obviously smaller than its tr, which obviously, is creating some problems with whitespace showing. I may be doing this the completly wrong way; if I am, please tell me.<br />
<br />
Cheers,<br />
Ben<!--content-->the only problem with it is that your cell above the link sis controlling the bottom cell. all cells have to line up accordingly, you can't have them not. so to fix your way you will need to add another cell after the 1. so something like this<!--content-->Remove the ending / from this line:<br />
<br />
<link href=http://www.htmlforums.com/archive/index.php/"style.css" rel="stylesheet" type="text/css" /><br />
<br />
That / is only required in XHTML documents, not in normal HTML documents.<br />
<br />
<br />
<br />
Add these tags in the <head> section:<br />
<br />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><br />
<meta http-equiv="Content-Language" content="en"><br />
<meta name="Description" content=" Description of site here "><br />
<meta name="Keywords" content=" list of keywords here "><br />
<br />
The first is a required element; the others just help you with search engines.<br />
<br />
<br />
<br />
<br />
The four margin errors can be replaced with a little bit of CSS code instead. Put this in a text file, with a name ending in .css, or add it to your existing CSS file:<br />
<br />
body {<br />
margin: 0px;<br />
padding: 0px;<br />
}<br />
<br />
<br />
<br />
<br />
That will fix the errors that can be fixed in <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fau.geocities.com%2Fdumpster_dive_nz%2F&charset=iso-8859-1+%28Western+Europe%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-->
 
Back
Top