How to put icons in the header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mferreira
    New Member
    • Dec 2005
    • 9

    How to put icons in the header

    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:

    HTML Code:
    <!-- 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
    Member
    • Nov 2005
    • 83
    • 3.6.x

    #2
    Originally posted by mferreira
    (shown in the screenshot)
    You left out the screenshot.

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

    HTML Code:
    <!-- 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

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...