OZONE Asylum
Forums
Stupid Basic HTML
Table Borders
This page's ID:
9515
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
I'm trying to only have one outside border on my table and not have the inside be segmented up, though there are segments...I just don't want lines on the inside, just on the outside because they are floating to the right or left of text and the border will help distinguish them better. Here's what I have now: [code] <table class="left" width=250 cellspacing="5"> <tr> <th><h3>NO HYPOTHESIS</h3></th> </tr> <tr> <td>In the 'Principia'(1687), Newton states that "there is a power of gravity pertaining to all bodies, proportional to the several quantities of matter which they contain." As the story goes, when Newton was questioned about how this "power of gravity" transmitted from one body to another, he responded, "I make no hypothesis."</td> </tr> </table> [/code] Here's what I thought would work: [code] <table border="1"> <tr> <table class="left" width=250 cellspacing="5"> <tr> <th><h3>NO HYPOTHESIS</h3></th> </tr> <tr> <td>In the 'Principia'(1687), Newton states that "there is a power of gravity pertaining to all bodies, proportional to the several quantities of matter which they contain." As the story goes, when Newton was questioned about how this "power of gravity" transmitted from one body to another, he responded, "I make no hypothesis."</td> </tr> </table> </tr> </table> [/code] But that doesn't work. Any suggestions? Thanks! Genevieve<---that's me!! Jinxed<--------that's me too(in description form)!! Wowzers! o.O Visit my cell! [url=http://faq.ozoneasylum.com/FaqWiki/shownode.php?id=754&sortby=rating]http://faq.ozoneasylum.com/FaqWiki/shownode.php?id=754&sortby=rating[/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »