View Single Post
Old 20-04-2006, 12:54 PM   #3 (permalink)
Nick F
Civilian
 
Nick F's Avatar
 
Join Date: May 2004
Location: London
Posts: 4,659
Thanks: 9
Thanked 18 Times in 10 Posts
Nick F's system
View Nick F's Twitter Profile
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

Nick F is offline   Reply With Quote