Forum Moderators: not2easy
Thank you very much for your help in advanced.
David
#middletop {
border: solid #000000;
width:150px;
height:90px;
background-image:url(image/banner.gif);
background-position:center;
background-repeat:no-repeat;
)
-Html
<table width="100%" id="table" >
<tr>
<td id="lefttop"><img name="image" src="image/Sandeago%20Red.jpg" width="87" height="104" alt=""></td>
<td id="middletop"></td>
<td id="righttop"><img src="image/domain_search.gif" width="49" height="53" align="middle" alt="Domain Name Search"><br>
</td>
</tr>
</table>
I've since just change it back to the following:
<table width="100%" id="table" >
<tr>
<td id="lefttop"><img name="image" src="image/SandeagoRed.jpg" width="87" height="104" alt=""></td>
<td id="middletop"><div align="center"><img name="image" src="image/banner.gif" width="150" height="90" alt=""></div></td>
<td id="righttop"><img src="image/domain_search.gif" width="49" height="53" align="middle" alt=""><br>
#middletop {
border: solid #000000;
}
The image in question that won't display online is banner.gif
I've never had this sort of problem before, so it does rather bemuse me!
Thank you very for your help in advanced.
David
[edited by: SuzyUK at 9:48 am (utc) on July 22, 2005]
[edit reason] examplified [/edit]