Hey, I want to thank you guys for suggesting that I turn the quality level way down on the images. They now look exactly the same except I think they'll load way faster.
The problem is with the custom design I am creating. I want the title of the page to be connected to the menu on the left. I have done the menu with the text side-by-side before, but I am unsure as to how to connect the actual panel with the title:
Here's the HTML code I am using:
Code:
<html>
<head>
<title>Performance Auto Racing</title>
</head>
<body bgcolor=#000000 text=#FFFFFF link=#FFF000>
<table cellspacing=0 cellpadding=0>
<tr>
<td colspan=3 valign=bottom>
<img src="newtitle.gif">
</td>
</tr>
<tr>
<td valign=top>
<img src="panel.gif">
</td>
<td valign=top>
<img src="spacer.gif"width=24 height=0>
</td>
<td valign=top>
Here we have an incredible amount of useless text that is so useless we have no use for it but really it could be ...
</td>
</tr>
</body>
</html>
Please ignore the dummy text, I will replace it later.
What HTML codes would I use to connect the left panel with the top?