PDA

View Full Version : Can't figure out these tables


roxics
01-27-2003, 05:39 AM
Just wondering if someone can help me figure out the problem here.

Here's the page (http://ve.roxics.com/board/index.php?s=&styleid=29)

Here is the code:

Header:
<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:
</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 by: vBulletin Version $templateversion<br>
Copyright &copy;2000, 2001, Jelsoft 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

Tony G
01-27-2003, 09:23 AM
Whats the problem? is it that big space?

roxics
01-27-2003, 01:51 PM
yeah

roxics
01-28-2003, 04:37 AM
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