View Single Post
  #2 (permalink)  
Old Jan 16th, 2006, 16:10
benbacardi's Avatar
benbacardi benbacardi is offline
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Re: text in one line - How To Avoid TABLE tag and use CSS ?

HTML: Select all
<div style="width:200px;">
<div style="width:100px;float:left;text-align:left;">
text1
</div>
<div style="width:100px;float:right;text-align:right;">
text2
</div>
*should* work, havent tested it tho...
Reply With Quote