vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   way to line these up? (https://vborg.vbsupport.ru/showthread.php?t=197701)

zero5854 11-30-2008 08:41 PM

way to line these up?
 
1 Attachment(s)
Hi I was wondering where I can edit these 3 to be on one line next to each other instead of being in one column I would want them in a row going across

Anyone know where to edit this?

thanks

Lynne 11-30-2008 09:04 PM

Do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Then go into the template and edit it.

zero5854 11-30-2008 10:42 PM

ok I found out where the code is so how to align them?

heres the code
Code:

<!-- icons and login code -->
<table border="0" cellpadding="0" cellspacing="2" width="100%">
<tbody><tr valign="bottom">
        <td>

                <table border="0" cellpadding="2" cellspacing="0">
                <tbody><tr>
                        <td><img title="Contains New Posts" src="images/hotblue/statusicon/forum_new.gif" alt="Contains New Posts" border="0"></td>
                        <td class="smallfont">&nbsp; Forum Contains New Posts</td>
                </tr>
                <tr>
                        <td><img title="Contains No New Posts" src="images/hotblue/statusicon/forum_old.gif" alt="Contains No New Posts" border="0"></td>
                        <td class="smallfont">&nbsp; Forum Contains No New Posts</td>

                </tr>
               
                <tr>
                        <td><img title="A Closed Forum" src="images/hotblue/statusicon/forum_old_lock.gif" alt="A Closed Forum" border="0"></td>
                        <td class="smallfont">&nbsp; Forum is Closed for Posting</td>
                </tr>
               
                </tbody></table>
        </td>


Lynne 11-30-2008 11:20 PM

Right now you have them in three rows in a table:
HTML Code:

<table>
<tr><td></td></tr>
<tr><td></td></tr>
<tr><td></td></tr>
</table>

You need to change it to one row with three columns:
HTML Code:

<table>
 <tr>
<td></td>
<td></td>
<td></td>
</tr>
 </table>


zero5854 11-30-2008 11:35 PM

ohhhh ok so thats what the TR was working great now thanks alot!!!!!!!! :D:D

Aclikyano 12-01-2008 12:56 AM

i removed that whole icons n login code from my forum, looks cleaner @ bottom of index :D


All times are GMT. The time now is 09:12 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03525 seconds
  • Memory Usage 1,722KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete