View Single Post
Old 07-29-2012, 10:54 PM   #18
santiagogato
Junior Member
santiagogato began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2012
Device: none
The code below is the css for doing what you want.

<div style="width:80%;margin:0px auto;text-align:center;"><h1 style="float:left;">This is on the left</h1><h1 style="float:right;">This is on the right</h1></div>
<div style="clear:left;">&nbsp;</div>
<p>As you can see about, it's done.</p>
santiagogato is offline   Reply With Quote