20-04-2006, 12:54 PM
|
#3 (permalink)
|
| Civilian
Join Date: May 2004 Location: London
Posts: 4,659
Thanks: 9
Thanked 18 Times in 10 Posts
| Originally Posted by Iain best to use a CSS file so it's centrally stored
.flLeft {float: left;}
then in your HTML just use <div class="flLeft">ad here</div>
If for any reasaon you absolutely have to use an inline style then it's
<div style="float:left;">ad here</div>
Thanks Iain now sorted |
| |