vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How can I form a table? (https://vborg.vbsupport.ru/showthread.php?t=95322)

Xplorer4x4 08-30-2005 10:37 AM

How can I form a table?
 
Bassicly I am trying to create a new table. I added a second nav bar, but I want to create a table between the two nav bars so that I can place my forum banner inside of it.

So how might i go about creating this table?

Ranma2k 08-31-2005 06:54 AM

Quote:

Originally Posted by Xplorer4x4
Bassicly I am trying to create a new table. I added a second nav bar, but I want to create a table between the two nav bars so that I can place my forum banner inside of it.

So how might i go about creating this table?

o.O if you go and modify the template for the navbar ..
you can go to the end of the template and add a break line
<br>

And creat antoher table

<table>
<tr width=100%>
td></td>
</tr>
</table>

and you should have a table under the nav bar directly ..
fill it with the variables that you want and modifiy it as you want

Xplorer4x4 08-31-2005 07:36 AM

1 Attachment(s)
I am trying to add a table to the bottom of my forums under the calender events for the google adds. I added a table between the two nav bars and now it looks like this?

I may have phrased that wrong in my first post. I am trying to make a border of sorts to fill in the gap between the two nav bars.

Help Please?!

I have inlcuded screen shots of both.

Ranma2k 08-31-2005 07:43 AM

Quote:

Originally Posted by Xplorer4x4
I am trying to add a table to the bottom of my forums under the calender events for the google adds. I added a table between the two nav bars and now it looks like this?

I may have phrased that wrong in my first post. I am trying to make a border of sorts to fill in the gap between the two nav bars.

Help Please?!

I have inlcuded screen shots of both.

i still don't get what do you want to do ..

you want to creat a table
located where ?!
what the table for ?

if posible can you take a snap shot of what do you want to do ( post comments on it )

Xplorer4x4 08-31-2005 07:58 AM

1 Attachment(s)
First off thank you so much for helping. :)

Secondly I have atched my nav bar template below. I have attached 2 screen shots. The first one is how my forums nav bar looks. The second one shows a border connecting the two nav bar around the forum banner. I doctored the second picture as to explain what I am trying to achieve.

Ranma2k 08-31-2005 10:20 AM

1 Attachment(s)
if this is what your looking for
you'll find it in the attached file

Xplorer4x4 08-31-2005 10:36 AM

GENIUS :) Thank you sooooo much, but I still have 2 questions.

On the default skins it makes a purpleish box around the banner. Can I remove that?

Secondly, is there anyways to get the extra space out between the nav bars and the banner?

Lastley you used this varible to create the table:
PHP Code:

 <tr align="center">
 <
td colspan="8">
 <
a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://www.xtremepain.net/banners/index.php" border="0" alt="$vboptions[bbtitle]/></a>
 </
td>
 </
tr>
<!-- / 
top nav buttons bar --> 

By using that as a tempalte can this be used to create another table belwo the courrent events table to place my google adds in?

Thank you again for your help.

Ranma2k 08-31-2005 11:21 AM

Quote:

On the default skins it makes a purpleish box around the banner. Can I remove that?
Yes the row takes the style of the table it's
if you want the back ground a white one .. you can change the code
Code:

<td colspan="8">
with
Code:

<td colspan="8"  bgcolor="#FFFFFF">

Quote:

Secondly, is there anyways to get the extra space out between the nav bars and the banner?
yes
use
Code:

<td colspan="8" cellspacing="0">
Quote:

By using that as a tempalte can this be used to create another table belwo the courrent events table to place my google adds in?
actully this code will only add a table row with one columns ( actully span 8 columns at once )

so if you want to add it in another table make sure that the number of columns in that table and add it in the
Code:

<td colspan="8">

Xplorer4x4 08-31-2005 11:33 AM

Thank you again, but the spacing isn't working. I changed
PHP Code:

<td colspan="8"

to
PHP Code:

 <td colspan="8" cellspacing="0" bgcolor="#FFFFFF"

The bgcolor took affect but there is still a gap. As best I can see i added those codes togeather correct.

On the table thing, how can I distinguish what colspan number to use? I THINK I can figure the rest out form there.:ermm:

Ranma2k 08-31-2005 12:20 PM

Sorry my mistake i understoed it wrong

please change the code from
PHP Code:

 <td colspan="8" cellspacing="0" bgcolor="#FFFFFF"

to
PHP Code:

  <td colspan="8" height="AAAA"bgcolor="#FFFFFF"

And replace the AAAA with the height of your Image


All times are GMT. The time now is 09:20 PM.

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.01614 seconds
  • Memory Usage 1,756KB
  • 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
  • (4)bbcode_code_printable
  • (5)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete