OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
What's wrong with my tables??
This page's ID:
10646
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Here your first problem: [code]<td class="borderarea1"> <img src="pixel.gif" width="1" height="40" border="0" alt="">[/code] You should have a width attrribute in the TD tag and the IMG tag should have a matching width, which, preferably, should be the real width of pixel.gif. Basically the same thing with: [code]<td width="30" class="borderarea2"> &nbsp; </td> <td class="borderarea1"> &nbsp; </td>[/code] Notice that the top TD in the above has a width attribute, while the second one doesn't. Since the second one doesn't have width specified, it's going to get minimum width, which isn't much for &nbsp;. I'm pretty sure that's it. Make sense? [img]http://www.jlhalmich.com/ozone/paranoid.gif[/img] [This message has been edited by warjournal (edited 12-24-2001).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »