OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
tables not displayed tabularly
This page's ID:
11019
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
If you're working with this: <table class="fancytable"> <tr> <td class="description"><p>...</p></td> <td>true</td> <td>false</td> <td>true</td> </tr> ... </table> Then I would suggest trying this, for starters: table.fancytable, table.fancytable tr, table.fancytable td { display:block; } table.fancytable td { float:left; width:33%; } table.fancytable td.description { float:none; } For starters.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »