how do i left justify the forum headers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DangerMouse
    Member
    • Jan 2005
    • 55
    • 3.0.0 'Gold'

    how do i left justify the forum headers

    I somehow managed to center the text of my forum headers.. no idea how I did it ...

    how do I get it back to left justified (i.e. the title for each forum)

    thanks!
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    #2
    Could you show me a screenshot of what you mean exactly?

    Comment

    • DangerMouse
      Member
      • Jan 2005
      • 55
      • 3.0.0 'Gold'

      #3
      i.e. the headings in the screenshot below 'accountancy & other professions', 'students' corner' etc etc are centred whereas I would like them on the left...

      Comment

      • Floris
        Senior Member
        • Dec 2001
        • 37767

        #4
        Ok, I understand now.

        Could you share your template: forumhome_forumbit_level1_nopost ?

        Comment

        • DangerMouse
          Member
          • Jan 2005
          • 55
          • 3.0.0 'Gold'

          #5
          PHP Code:
          <tbody>
           <
          tr>
            <
          td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
             <
          a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumidsrc="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
             <
          a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
             <if 
          condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
             <if 
          condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
            </
          td>
           </
          tr>
          </
          tbody>
          <if 
          condition="$childforumbits">
          <
          tbody id="collapseobj_forumbit_$forumidstyle="{$collapseobj_forumid}">
          $childforumbits
          </tbody>
          </if> 
          Last edited by DangerMouse; Thu 25 Jan '07, 7:42pm.

          Comment

          • DangerMouse
            Member
            • Jan 2005
            • 55
            • 3.0.0 'Gold'

            #6
            i just noticed that the above problem also extends to the forum thread post titles

            i.e. the tiles of each thread are centred (when you hit create new thread, or post reply)

            Comment

            • DangerMouse
              Member
              • Jan 2005
              • 55
              • 3.0.0 'Gold'

              #7
              Hi, anybody able to help?

              thanks

              Comment

              • DangerMouse
                Member
                • Jan 2005
                • 55
                • 3.0.0 'Gold'

                #8
                bump for a reply please

                Comment

                • Floris
                  Senior Member
                  • Dec 2001
                  • 37767

                  #9
                  Sorry for the delay:

                  <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">

                  change this to:

                  <td align="left" class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">

                  Comment

                  • DangerMouse
                    Member
                    • Jan 2005
                    • 55
                    • 3.0.0 'Gold'

                    #10
                    great, thanks!

                    Comment

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