View Full Version : Help.


Choccieholic
08-15-2005, 11:50 AM
This is my code so far:

<html>
<head><title>Phillip!</title></head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="734">
<tr>
<td width="225" height="454" style="background-image:url(Phillip.gif)" rowspan=5></td>
<td width="509" height="95" style="background-image:url(Top.gif)"></td>
</tr>
<td width="22" height="359" style="background-image:url(RightPhillip.gif)"></td>
<td width="84" height="197" style="background-image:url(NavBox.gif)"></td>
</tr>
</table>

</body>
</html>

It comes up like this: http://n.1asphost.com/ChickenStu/Grrr.JPG I want the light blue box to go under the navagation bit but it doesnt seem to want to go there. Any help?

Chris
08-15-2005, 01:06 PM
Can you please provide a link to the website so that I can see the actual page. Which 'light blue box' are you referring to?

Choccieholic
08-15-2005, 02:04 PM
Can you please provide a link to the website so that I can see the actual page. Which 'light blue box' are you referring to?

The one which is outside the layout. The pale one. Thats ment to be under the navagation bit. The address is: http://www.freewebs.com/totallyphillip/test1.html

luvhartz
08-19-2005, 10:42 AM
well you should know when you use a</tr> tag you have to use <tr> that one after it to start a new line...

<html>
<head><title>Phillip!</title></head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="734">
<tr>
<td width="225" height="454" style="background-image:url(Phillip.gif)" rowspan=5></td>
<td width="509" height="95" style="background-image:url(Top.gif)"></td>
</tr><tr>
<td width="22" height="359" style="background-image:url(RightPhillip.gif)"></td>
<td width="84" height="197" style="background-image:url(NavBox.gif)"></td>
</tr>
</table>

i cant see where your text is in the pale blue box.. if you could point it out (in a different colour or bold in your code i will be happy to see if i can help you out :)