How to make table go all the way across???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Thug4Thug
    Senior Member
    • Jan 2004
    • 980
    • 3.0.3

    How to make table go all the way across???

    How do i make the table footer bar go all the way across from 1 side to the over??

    check at the bottom theres spaces left and right of it how do i get it to go fully across my forum join 1 side to the other? same with navbar
    http://www.trudesi.com
  • Thug4Thug
    Senior Member
    • Jan 2004
    • 980
    • 3.0.3

    #2
    anyone
    http://www.trudesi.com

    Comment

    • Jake Bunce
      Senior Member
      • Dec 2000
      • 46598
      • 3.6.x

      #3
      See this thread.

      Comment

      • Thug4Thug
        Senior Member
        • Jan 2004
        • 980
        • 3.0.3

        #4
        i did the 1st and 2nd.but my forums where the catagorys are have gone all across how do i stop that?
        http://www.trudesi.com

        Comment

        • Thug4Thug
          Senior Member
          • Jan 2004
          • 980
          • 3.0.3

          #5
          I would like just the main navbar and table footer to go all across the forum
          http://www.trudesi.com

          Comment

          • Jake Bunce
            Senior Member
            • Dec 2000
            • 46598
            • 3.6.x

            #6
            Originally posted by Thug4Thug
            I would like just the main navbar and table footer to go all across the forum
            In that case, edit this template:

            Admin CP -> Styles & Templates -> Style Manager -> Common Templates (in the menu) -> header

            Remove the red code:

            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]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
            	<td align="$stylevar[right]">
            		&nbsp;
            <!--
              NEW HEADER &amp; NAVBAR
              
              Now that the nav buttons are in the
              navbar template, you can stick whatever
              you like into this space.
            
              This makes it much easier for novice
              admins to customize their header
              template without affecting important
              navigation elements.
            -->
            	</td>
            </tr>
            </table>
            <!-- /logo -->
            
            [color=red]<!-- content table -->
            $spacer_open[/color]
            
            $_phpinclude_output
            Then edit this template:

            Admin CP -> Styles & Templates -> Style Manager -> « » -> Navigation / Breadcrumb Templates -> navbar

            Add this code to the bottom of the template:

            Code:
            		<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
            		<if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
            		<tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr>
            		<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
            		<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>
            		
            		</table>
            	</div>
            	<!-- / user cp tools menu -->
            	</if>
            <!-- / NAVBAR POPUP MENUS -->
            </if>
            
            [color=red]<!-- content table -->
            $spacer_open[/color]
            That should work.

            Comment

            • Thug4Thug
              Senior Member
              • Jan 2004
              • 980
              • 3.0.3

              #7
              thanx do you think it looks right
              http://www.trudesi.com

              Comment

              • Jake Bunce
                Senior Member
                • Dec 2000
                • 46598
                • 3.6.x

                #8
                Looks fine to me.

                Comment

                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                Working...
                😀
                😂
                🥰
                😘
                🤢
                😎
                😞
                😡
                👍
                👎