|
-
Hey all,
The site I'm building will have two sections in it, a quick reference menu on the left and a main info section on the right. I'm doing the framework on this, and have the "quick ref" section done, but am having trouble lining up the two tables. The main section is a little lower than the "quick ref." Also, I've been trying to set the main section to 100% the height of the quick reference section but it just wont click for me with this code:
<table width="760" cellpadding=3 cellspacing=0>
<tr>
<td width="190" rowspan=100% valign="top">
<table cellpadding=1 cellspacing=0 width="190" border=0 bgcolor="#5C54A1">
<tr>
<td align="left" width="190">
<font size="1" color="#ffffff">
<b> Quick reference: </b>
</font>
</td>
</tr>
<tr>
<td colspan="100%">
<table cellpadding=0 cellspacing=0 width="100%" border=0 bgcolor="#D5D8E1">
<tr>
<td width="100%">
<table cellpadding=0 cellspacing=0 width="100%" border="0">
<tr><img src="space.jpg" height="2" width="1">
<td valign="top" align="left"><form action="http://buckeyebars.com/toyota/searchpre.php">
<font size="1" face="verdana, geneva, helvetica" color="#DD0000">
<b> Just In:</b></font><br>
<font size="1" face="verdana, geneva, helvetica" color="#E3E2C8">
<a HREF="JavaScript: uptime()" onMouseOver="window.status='View profile'; return true"
onMouseOut="window.status=''; return true">1998 4Runner SR5</a><br>
<a href="">1999 Grand Am SE</a><br>
<a href="">1998 Corolla LE</a><br>
<a href="">1995 Avalon XLS</a><br>
<a href="">1997 Land Cruiser</a><br>
</font>
</td>
</tr>
<tr>
<td valign="top"><img src="space.jpg" height="3" width="1"><br>
<font face="verdana, geneva, helvetica" size="1" color="#DD0000">
<b> Direct Links:</b><br>
</font>
<font face="verdana, geneva, helvetica" size="1" color="#E3E2C8">
<a href="hommap.html">To our dealership</a><br>
<a href="http://Toyota.com">Visit Toyota.com</a><br>
<a href="http://config.toyota.com/Toyota/Dispatch.jsp">Build a new Toyota</a><br>
<a href="http://www.toyota.com/html/about/news/index.jsp">Industry news</a><br>
</font>
</td>
</tr>
<tr>
<td valign="top"><img src="space.jpg" height="3" width="1"><br>
<font face="verdana, geneva, helvetica" size="1" color="#DD0000">
<b> Monthly Specials:</b><br>
</font>
<font face="verdana, geneva, helvetica" size="1" color="#E3E2C8">
<a href="newlease.html">Lease specials</a><br>
<a href="serspecials.html">Service specials</a><br>
<a href="parrequest.html">Part specials</a><br>
<a href="renrequest.html">Rental specials</a><br>
</font>
</td>
</tr>
<tr>
<td valign="top"><img src="space.jpg" height="3" width="1"><br>
<font face="verdana, geneva, helvetica" size="1" color="#DD0000">
<b> Online Contact:</b><br>
</font>
<font face="verdana, geneva, helvetica" size="1" color="#E3E2C8">
<a href="quicontact.html">General questions</a><br>
<a href="serrequest.html">Request service</a><br>
<a href="parrequest.html">Request a part</a><br>
<a href="renrequest.html">Request a rental</a><br>
<a href="quifeedback.html">Site feedback</a><br>
</font>
</td>
</tr>
<tr>
<td valign="top"><img src="space.jpg" height="3" width="1"><br>
<font face="verdana, geneva, helvetica" size="1" color="#DD0000">
<b> Search Pre-owned:</b><br>
<img src="space.jpg" height="3" width="1"><br>
</font>
<font face="verdana, geneva, helvetica" size="1" color="#E3E2C8">
<input type="text" name="seachpre" size="15" maxlength="15">
</form><br>
</font>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><font face="verdana, geneva, helvetica" size="1"> </font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="560" valign="top">
<table cellpadding=1 cellspacing=0 width="560" border=0 bgcolor="#5C54A1">
<tr>
<td align="left" width="190">
<font size="1" color="#ffffff">
<b> Quick reference: </b>
</font>
</td>
</tr>
<tr>
<td colspan="100%">
<table cellpadding=0 cellspacing=0 width="100%" border=0 bgcolor="#ffffff">
<tr>
<td width="100%">
<table cellpadding=0 cellspacing=0 width="100%" border="0">
<tr><img src="space.jpg" height="2" width="1">
<td valign="top" align="left"><form action="http://buckeyebars.com/toyota/searchpre.php">
<font size="1" face="verdana, geneva, helvetica" color="#DD0000">
<b> Just In:</b></font><br>
<font size="1" face="verdana, geneva, helvetica" color="#E3E2C8">
<a HREF="JavaScript: uptime()" onMouseOver="window.status='View profile'; return true"
onMouseOut="window.status=''; return true">1998 4Runner SR5</a><br>
<a href="">1999 Grand Am SE</a><br>
<a href="">1998 Corolla LE</a><br>
<a href="">1995 Avalon XLS</a><br>
<a href="">1997 Land Cruiser</a><br>
</font>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><font face="verdana, geneva, helvetica" size="1"> </font></td>
</tr>
</table>
</td>
</tr>
</table>
Any help appreciated as always,
Dan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|