How to make the image logo appear on the right instead of left.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brettxw
    Senior Member
    • Feb 2009
    • 262

    How to make the image logo appear on the right instead of left.

    I know how to center it by using the html code. but i want it on the right side on the top.. How do I go about doing that.

    Also, how do I add the information about the user (when they post a thread) to appear under their avatar. (information as in how many posts, and what else I have that shows up)..
  • DoE
    Senior Member
    • Sep 2007
    • 763

    #2
    Assuming you are using the default style, to align your logo right try this:

    Style & Templates -> Style Manager -> Edit Templates

    Double-click Header to open it. Highlight everything from <!-- logo --> to <!-- /logo -->, and paste this over it:

    Code:
     
    <!-- logo -->
    <a name="top"></a>
    <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
    <tr>
     <td align="$stylevar[left]" id="header_right_cell">
      <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
     </td>
     <td align="$stylevar[right]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
    </tr>
    </table>
    <!-- /logo -->
    For your second question, assuming you are not using the legacy postbit, and are using the default style.

    Double-click Postbit Templates to open it, then double-click Postbit.

    Find: $template_hook[postbit_userinfo_left], directly below you will find a </td>. Add this after the </td>

    Code:
      </tr>
      <tr>
    That should do the trick,

    Comment

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