i have a RTL site and would like BG to sit on the right hand site of the page. it currently floats to the left.
how do i change the alignment?
i have a RTL site and would like BG to sit on the right hand site of the page. it currently floats to the left.
how do i change the alignment?
Comments
Comment #1
vacilando commentedYou could simply wrap it in
<table align=right><tr><td>BG TAG</td></tr></table>