vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Table Size>? (https://vborg.vbsupport.ru/showthread.php?t=64320)

Liquid1ce 04-24-2004 07:17 AM

Table Size>?
 
1 Attachment(s)
Im working on a script to fetch some info off nforce
To display @the top of forum but the tables are off set (see attachment)

First table code is (this is the basic html layout)
Code:

<table width=75% border=1>
<tr>
<td width=50%>Date</td>
<td width=50%>Releases</td>
<td width=50%>Group</td>
<td width=50%>Section</td>
<td width=50%>Size</td>
</tr>

Here the default table within the php
Code:

    echo "
                <tr>
                                <td class=smallfont width=5% nowrap>$date</td>
                                <td class=smallfont width=10% nowrap><a href=\"$nfo_url\">$name</td>
                                <td class=smallfont align=left width=5% nowrap>$group</td>
                                                                <td class=smallfont align=left width=5% nowrap>$section</td>
                                <td class=smallfont align=left width=5% nowrap>$size</td>

                        </tr>
    ";
}

Now could someone tell me whats wrong here why the tables are offset
as i need/want it to be at least half the size so it fits nicly into the top of the forum
Yet once ive done it i need to edit so it fits into/with vb

Liquid1ce 04-24-2004 09:58 AM

hmmm ive looked into it it seems to be getting the
Code:

<BR>
off
is there away to make the script igonre the html markups>?

Blackbeard 06-17-2004 12:33 PM

Is there a way to put this into a section of the forum thats only certain membersare allowed.

ihave a contributingmembers area that members with certain amount of post can see and enter, i would like to put it in this area if its possible??


All times are GMT. The time now is 03:54 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.00958 seconds
  • Memory Usage 1,717KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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