OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
two styles in line without span?
This page's ID:
11136
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
This might be one of those times where it is totally correct to use tables. Consider the following: [code] <style type='text/css'> table{ border:1px solid #000000; } th{ padding-right:15px; font-size:16px; font-weight:bold; text-align:left; } thead th{ background:#000000; color:#ffffff; text-align:center; margin:0px; } td{ text-align:right; } </style> <body> <table> <caption>Dimensions of Product XYZ</caption> <thead> <tr> <th>Dimension</th> <th>Size (in mm)</th> </tr> </thead> <tr> <th>Hatch Size</th> <td>4-7</td> </tr> <tr> <th>Preanal Length</th> <td>~60</td> </tr> <tr> <th>Flexion Length</th> <td>11-13</td> </tr> </table> </body> [/code]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »