mferreira
Thu 19th Jan '06, 10:46am
Please,
I need some help to put those buttons (shown in the screenshot) in the header on my new style. The code of the style is showed below:
<!-- logo -->
<a name="top"></a>
<div align="center">
<table width="780" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td valign="top" align="left">
<!-- begin vb1 header-->
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr valign="top">
<td align="left"><img src="$stylevar[imgdir_misc]/forum_header_lt.gif" width="6" height="96" alt="" border="0" /></td>
<td align="left" style="background: url($stylevar[imgdir_misc]/forum_header_bg.gif); width:100%"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="left"><img src="$stylevar[imgdir_misc]/forum_header_rt.gif" width="6" height="96" alt="" border="0" /></td>
</tr>
<tr><td colspan="3" valign="top" align="center">
<div class="nav"><!-- nav buttons bar -->
...
A screenshot containing the position of the buttons is attached.
please, i need to know what the correct code to insert in order to get those buttons aligned as shown in the screen.
Thank you very much for any help.
I need some help to put those buttons (shown in the screenshot) in the header on my new style. The code of the style is showed below:
<!-- logo -->
<a name="top"></a>
<div align="center">
<table width="780" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td valign="top" align="left">
<!-- begin vb1 header-->
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr valign="top">
<td align="left"><img src="$stylevar[imgdir_misc]/forum_header_lt.gif" width="6" height="96" alt="" border="0" /></td>
<td align="left" style="background: url($stylevar[imgdir_misc]/forum_header_bg.gif); width:100%"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="left"><img src="$stylevar[imgdir_misc]/forum_header_rt.gif" width="6" height="96" alt="" border="0" /></td>
</tr>
<tr><td colspan="3" valign="top" align="center">
<div class="nav"><!-- nav buttons bar -->
...
A screenshot containing the position of the buttons is attached.
please, i need to know what the correct code to insert in order to get those buttons aligned as shown in the screen.
Thank you very much for any help.