PDA

View Full Version : serious Error in code! Help!


emmy128
12-18-2008, 06:01 PM
Hi,

There is an error in my code, not too sure what it is, but i cant figure out how to get rid of the spacing on the right hand side of my side column,. i want my side column to be 200px, but i want the next column to be 100% and expand to be fluid with the page.

also, the footer is all messed up...not sure why either...my code is royally effed...

did i mention im a beginner coder....yep.

please see screenshot, thanks!

<code>
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] $WT_PageName</title>
$headinclude
</head>
<body>
$header
$navbar
$nowbrowsing
<!-- Start of Side Menu -->

<table width="100%" border="0" cellspacing="0" cellpadding="0">


<td valign="top"> <table class="" border="0" width="200px">


<tr>
<td class="alt1">
<div id="menu2"> <ul>
<!-- CSS Tabs -->
<li><a id="current" href="http://ofe/default.aspx">Back to OFE</a></li>
<li><a href="Link 2">Button 2</a></li>
<li><a href="Link 3">Button 3</a></li>
<li><a href="http://127.0.0.1:8080/forums/view.php?pg=maps">MAPS</a></li>
<li><a href="http://127.0.0.1:8080/forums/view.php?pg=multimedia">MULTIMEDIA</a></li>
<li><a href="http://127.0.0.1:8080/forums/view.php?pg=links">Links</a></li>

</ul>
</div>
</td>

</tr>
</table>

</td>
<td valign="top">

<!-- / End Of Side menu -->

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>


<td valign="top"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<thead>
<tr>
<td class="tcat" align="left">&raquo; $WT_PageName</td>
</tr>

<tr>
<td class="alt2" align="left">
<div class="normalfont">
$includedtemplate
</div>
</td>
</tr>
<tr>
<td class="thead" align="left">Page
Visitors: <b>$count</b>, Last Visitor was $WT[lastvisitorname]
at $WT[lastvisitdate]. $WT_Editor_link<br>
Page Created at <b>$creationdate</b>, Last Modified
: <b>$lasteditdate</b>.</td>
</tr>

</thead>
</table>


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

$footer

</body>
</html>
</code>