Web site problems - HELP!

mtm2 and other sensible chat
Post Reply
Mat-Allum
MTM2 Fanatic
Posts: 680
Joined: Thu Sep 04, 2003 1:48 pm

Web site problems - HELP!

Post by Mat-Allum »

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:

Image

Here's the HTML code I am using:

Code: Select all

<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?
User avatar
Phineus
Glow Ball
Posts: 24
Joined: Tue Feb 02, 1999 7:00 pm

Post by Phineus »

This is the key

[pre] <table cellspacing=0 cellpadding=0> [/pre]

And it looks fine in netscape. I don't know what's up with IE.
Mat-Allum
MTM2 Fanatic
Posts: 680
Joined: Thu Sep 04, 2003 1:48 pm

Post by Mat-Allum »

Gee, then, I daresay something strange is going on.
Mat-Allum
MTM2 Fanatic
Posts: 680
Joined: Thu Sep 04, 2003 1:48 pm

Post by Mat-Allum »

Sorry about the double post, I just thought I'd make it unread again.

I was thinking that maybe I should upload the bit of site I have now and you can see what it looks like. Maybe I have an image that's the wrong size or something.
Post Reply