2
There are two ways you can do this. You can either use and inline style [hard way], or you can define a class in your stylesheet [easy way].
Inline style
le="color: #000000"><?php <div style="float:right;margin:2px;"><!--your code here--></div>
Class defined in style.css
le="color: #000000"><?php .gads {float:right;margin:2px;}
HTML in news template
le="color: #000000"><?php <div class="gads"><!--your code here--></div>
HTH.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.