PDA

View Full Version : How do I align my "phpAdsNew" banner to the right?



Tuan Le
Fri 5th Sep '03, 12:29pm
Hi guys,

Can you please let me know how can I align my "phpAdsNew" banner to the right? Here is my forum and what it is currently look like. http://www.carbabeforum.com

Thanks for your help. :D

Zachery
Fri 5th Sep '03, 12:30pm
<table>
<tr>
<td align="right" >content</td>
</tr>
</table>

AccordTuner
Sat 20th Sep '03, 11:09pm
<div align=right> content </div>

jimtomas
Wed 8th Oct '03, 3:56am
From the original Vb3 Header

<!-- logo and buttons -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr valign="bottom">
<td align="$stylevar[left]" style="background-image: url($stylevar[imgdir_misc]/menu_background.gif);"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" style="background-image: url($stylevar[imgdir_misc]/menu_background.gif);" nowrap="nowrap">

<div align=right>

INVOCATION CODE HERE

</div>

BLAH BLAH BLAH