View Full Version : Something Happend and I'm Clueless


chrome_dancer
12-13-2006, 12:11 AM
click here (http://www.freewebs.com/chrome_anime/tester.htm)

i did something really stupid probably
and now its all messed up:blush:
i don't usually hav time t make layouts with all technicalities so i usually download them but i made this and look what heppend:( :crying: :crying: :crying: :crying: :crying:
so can you help me out


here is my code below

<table width="1024" border="0" cellpadding="0" cellspacing="0" align="center" background="bg.jpg">
<tr valign="top>
<td width="29"><img src="left.jpeg" width="29" height="654"></td>
<td width="562"><img src="main.jpeg" width="562" height="654">

Content

</td>
<td width="562"><img src="main.jpeg" width="562" height="654">

Content

</td>
<td width="176"><img src="middle.jpeg" width="176" height="654">
<td width="176"><img src="middle.jpeg" width="176" height="654">

Content

</td>
<td width="223"><img src="nav.jpg" width="223" height="237">

-Link<br>
-Link<br>
-Link<br>
-Link<br>
-Link<br>
-Link

</td>
<td width="34"><img src="right.jpeg" width="34" height="654"></td>
<td width="34"><img src="right.jpeg" width="34" height="654">

Content

</td>


</tr>

<tr valign="top">
<td colspan="" height="84"><img src="bottom.jpg" width="1024" height="84"></td>
<td colspan="" height="84"><img src="bottom.jpg" width="1024" height="84">

Content

</td>

</tr>
</table>

please help me,
please post
or

please e-mail me (animefreak5567@gmail.com):waves:

bourdelson
12-13-2006, 01:17 AM
It looks like you forgot to upload some images to your web space. However, I tried cleaning it up and fixing a few things, particularly all of those <img> tags that you didn't need, because they're already pieces of the background image. See if this works how you want it. If it does, compare this code to the one you used to see what I did differently. :)


<html>
<head>
<title>Page Title</title>
</head>
<body>
<table width="1024" border="0" cellpadding="0" cellspacing="0" align="center" background="bg.jpg">
<tr valign="top>
<td width="29">
Content
</td>
<td width="562">
Content
</td>
<td width="176">
Content
</td>
<td width="223">
-Link<br>
-Link<br>
-Link<br>
-Link<br>
-Link<br>
-Link
</td>
<td width="34">
Content
</td>
</tr>
<tr valign="top">
<td colspan="" height="84">
Content
</td>
</tr>
</table>
</body>
</html>

chrome_dancer
12-15-2006, 09:21 PM
omg thanx now the layout has a proper background :):waves: :waves:

bourdelson
12-16-2006, 01:51 AM
You're welcome! :)