OZONE Asylum
Forums
Stupid Basic HTML
Table . . . image alignment problems
This page's ID:
9548
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
TR's aren't supposed to have any attributes, and I'm 99% sure you never *need* to give them any to acheive a certain effect, so as a rule of thumb, I never specify any attributes on TRs. However, setting the height for every table cell may work. And definitely, as HZR suggested, when you're trying to figure out a table problem, set border="1" so that you can see which are the exact cells with the problems. Or just make a bookmark with this URL: javascript:a=document.getElementsByTagName('td');for(b=0;b<a.length;b++){a[b].style.border='1px solid #F00';}void(0);a=document.getElementsByTagName('table');for(b=0;b<a.length;b++){a[b].style.border='1px solid #00F';}void(0); and you can quickly see all the tables and table cells when you use it.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »