Images has moved

notagz1

New Member
Fixing Images

Thanks Zkiller,

I would like to know that best way to fix the site...



Here is the code..



http://www.geocities.com/stevengarner2/test/latest.html


<html>
<head>
<title> Latest</title>
<style sheet="text/css">
body{

background-color: #FFF000;
}
</style>

</head>


<bgcolor #CCCFFF>

<table width="100%" height="0" cellpadding="0" cellspacing="0" border="0">

<table cellpadding="0" cellspacing="0">
<tr>

<td>
<img src="top-left.gif"></td>
<td><img src="top-centre.gif">
</td>
<td>
<img src="top-right.gif">
</td>
</tr>


<tr><td>
<img src="left-centre.gif"></td>

<td align="top">This is the centre</td>
<td><img src="right-centre.gif"></td>
</tr>

<table width="0%" cellpadding="0" cellspacing="0">
<tr>
<td><img src="lates-1-left.gif"></td>
<td><img src="lates-1.gif"></td>

</tr>
</table>
</table>

</table>
</body>

</html>
 

zkiller

Super Moderator
Staff member
i understood that, but i am not understanding what "within" the site you want fixed. however, here are a couple of things i noticed on the fly...

1. you are missing the <body> tag.
2. delete this line <bgcolor #CCCFFF> as it serves no real purpose
3. the outer table, the one with a width of 100%, serves no purpose and can be removed.
4. the last nested table, is inserted illegally. it must be assigned to a sell (meaning in between <td> and </td>). but looking at it's contents, you may not need a nested table here at all.

that's all for now. let me know what precisely you are attempting to accomplish and we can go from there.
 

notagz1

New Member
Images not working..

i understood that, but i am not understanding what "within" the site you want fixed. however, here are a couple of things i noticed on the fly...

1. you are missing the <body> tag.
2. delete this line <bgcolor #CCCFFF> as it serves no real purpose
3. the outer table, the one with a width of 100%, serves no purpose and can be removed.
4. the last nested table, is inserted illegally. it must be assigned to a sell (meaning in between <td> and </td>). but looking at it's contents, you may not need a nested table here at all.

that's all for now. let me know what precisely you are attempting to accomplish and we can go from there.

I have tried what you said.. And its still the same. In I.E

here..

<html>
<head>
<title> Table problem I.E</title>
<style sheet="text/css">
body{

background-color: #FFF000;
}
</style>

</head>


<body>



<table cellpadding="0" cellspacing="0">
<tr>

<td align="top">
<img src="top-left.gif"></td>
<td align="top"><img src="top-centre.gif" width="276" height="29">
</td>
<td align="top">
<img src="top-right.gif">
</td>
</tr>


<tr><td align="top">
<img src="left-centre.gif"></td>

<td align="top">This is the centre</td>
<td align="top"><img src="right-centre.gif"></td>
</tr>


<tr>
<td align="top"><img src="lates-1-left.gif"></td>
<td align="top"><img src="lates-1.gif"></td>

</tr>
</table>


</table>
</body>

</html>
 

zkiller

Super Moderator
Staff member
again, you still have not explained what it is that you are trying to accomplish. if i don't know what it is that you want, then i can't give you a solution.
 

notagz1

New Member
2px image

Hi All


The site should be a boxs with the text in the middle.

Here is the link

It works fine it FFand Netscape,

But it goes not work in I.E.
The image has moved 2px.
I need them to join up. There can not be any gaps.

There is a 2px;

<notagz1>
 
Top