Thanks.
I figured out the left/right align part. Its editable by editing "left" in the stylevars presets. The same can be said for this "cell."
--------------- Added [DATE]1212797963[/DATE] at [TIME]1212797963[/TIME] ---------------
okey, I am at the header template...I find this...and edit it as I please.
PHP Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[right]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[left]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
I see "cell" but where do I put the text?