PDA

View Full Version : How to put icons in the header



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.

NineToez
Mon 23rd Jan '06, 3:06pm
(shown in the screenshot)
You left out the screenshot. ;)

Admin CP >> Styles & Templates >> Style Manager >> (template) >> All Style Options >> header



<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
<-- Add your HTML code here -->
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output