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
<div style="float:right;margin:2px;">div>
Class defined in style.css
.gads {float:right;margin:2px;}
HTML in news template
<div class="gads">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.