Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-27-2003, 05:39 AM
roxics's Avatar
roxics roxics is offline
 
Join Date: Jan 2002
Location: Detroit Area
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Can't figure out these tables

Just wondering if someone can help me figure out the problem here.

Here's the page

Here is the code:

Header:
PHP Code:
<body style="margin: 0px;" bgcolor="#FFFFFF" text="#000000" link="#333333" vlink="#800080" alink="#606096">


<
div align="center">
  <
center>
  <
table border="0" cellpadding="0" cellspacing="0" width="100%" bordercolor="#C0C0C0" height="873">
    <
tr>
      <
td height="168" width="100%">
        <
div align="center">
          <
table border="0" cellpadding="0" cellspacing="0" width="100%">
            <
tr>
              <
td width="50%" background="http://www.visionengine.com/background.gif"><map name="FPMap0">
                <
area href="http://www.visionengine.com" shape="rect" coords="0, 105, 52, 125">
                <
area href="http://ve.roxics.com/board" shape="rect" coords="58, 105, 116, 124">
                <
area href="http://www.visionengine.com/gallery.htm" shape="rect" coords="123, 105, 184, 124">
                <
area href="http://www.visionengine.com/filmschool.htm" shape="rect" coords="191, 104, 286, 125">
                <
area href="http://www.visionengine.com/resources.htm" shape="rect" coords="294, 104, 386, 127"></map><img border="0" src="http://www.visionengine.com/startve.gif" width="394" height="200" usemap="#FPMap0"></td>
  </
center>
            <
td width="50%" background="http://www.visionengine.com/background.gif">
              <
p align="right"><img border="0" src="http://www.visionengine.com/bannerve.gif" width="296" height="200"></td>
          </
tr>
        </
table>
      </
div>
    </
td>
    </
tr>
    

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






  </
table>
</
div>



<!-- 
logo and buttons -->
<
center>

   <!-- 
toplinks -->
   <
a href="usercp.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
   <
a href="register.php?s=$session[sessionhash]&action=signup"><img src="{imagesfolder}/top_register.gif" alt="Registration is free!" border="0"></a>
   <
a href="calendar.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_calendar.gif" alt="Calendar" border="0"></a>
   <
a href="memberlist.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_members.gif" alt="Find other members" border="0"></a>
   <
a href="misc.php?s=$session[sessionhash]&action=faq"><img src="{imagesfolder}/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
   <
a href="search.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_search.gif" alt="Search" border="0"></a>
   <
a href="index.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_home.gif" alt="Home" border="0"></a>
   <!-- <
a href="member.php?s=$session[sessionhash]&action=logout"><img src="{imagesfolder}/top_logout.gif" alt="Logout" border="0"></a>  -->
   &
nbsp;
   <!-- /
toplinks -->

<!-- /
logo and buttons -->

<!-- 
content table -->
<
table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="10" cellspacing="0" border="0">
<
tr>
  <
td><tr>
      <
td height="26" width="100%"
Footer:
PHP Code:
</td>
</
tr>
</
table>
<!-- /
content area table -->
</
center>

<
p align="center">
  <
normalfont><b>&lt; <a href="$contactuslink">Contact Us</a> - <a href="$homeurl">$hometitle</a>
  <!-- - <
a href="$privacyurl">Privacy Statement</a> --> &gt;</b></normalfont>
</
p>

<
p align="center"><smallfont>
<!-- Do 
not remove this copyright notice -->
  
Powered byvBulletin Version $templateversion<br>
  
Copyright &copy;20002001Jelsoft Enterprises Limited.<br>
<!-- Do 
not remove this copyright notice -->
$copyrighttext
</smallfont></p>
     




 

<
p align="center"><font face="Verdana" size="1">.: <a href="http://www.visionengine.com">Home</a>
| <
a href="http://ve.roxics.com/board">Forum</a> | <a href="http://www.visionengine.com/gallery.htm">Gallery</a>
| <
a href="http://www.visionengine.com/filmschool.htm">Film School</a> | <a href="http://www.visionengine.com/resources.htm">Resources</a>
| <
a href="http://www.filmmaking.ws">Filmmaking.ws</a> | <a href="http://www.visionengine.com/contact.htm">Contact
</a>:.</font></p>

</
body>

</
html
If you can help me fix this code that would be awesome.

Thanks
Reply With Quote
  #2  
Old 01-27-2003, 09:23 AM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Whats the problem? is it that big space?
Reply With Quote
  #3  
Old 01-27-2003, 01:51 PM
roxics's Avatar
roxics roxics is offline
 
Join Date: Jan 2002
Location: Detroit Area
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah
Reply With Quote
  #4  
Old 01-28-2003, 04:37 AM
roxics's Avatar
roxics roxics is offline
 
Join Date: Jan 2002
Location: Detroit Area
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I found the height="873" in the header and fixed it. That fixed the problem using Mozilla. Except on IE the board is half way down the page still.

Any idea?
Please
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:08 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.08267 seconds
  • Memory Usage 2,242KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete