Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: background image not showing correctly


Message #1 by Felicia Forbes <Felicia.Forbes001@m...> on Fri, 28 Feb 2003 10:58:45 +1300
Hi
I'm trying to get a background image to show correctly in our top banner.
The code is EXACTLY the same in our other template, the only difference
being is the name of the gifs for branding reasons.  However, the image is
showing but the base line of it (which is a 1 pixel line included in the
background image) is not showing in the browser windows - IE 6 or Netscape
4.  haven't tested any others.
can you please check out my code and advise me of anything I've done wrong?

thanks heeaps
Felicia

<!-- Top Banner -->

<td width="348" background="images/top-bg-yellow.gif" align="left"
valign="top"><img src="images/paua-slice.jpg" width="19" height="79"
border="0" title="Paua." alt="Paua."><a href="index.html" title="Return to
Work and Income home page."><img src="images/workandincome-logo.gif"
width="286" height="79" border="0" title="Return to the home page."
alt="Return to the home page."></a></td>

<td width="19" background="images/top-bg-yellow.gif" align="left"
valign="top"><img src="images/top-slant.gif" width="19" height="79"
border="0"></td>

<td width="413" background="images/top-bg-brown.gif" align="left"
valign="top"><table width="340" height="79" background="images/shim.gif"
border="0" valign="top" cellspacing="0" cellpadding="4">

<tr width="100%" valign="top">

 -------------------------------
 This email message and any attachment(s) is intended only for the 
 person(s) or entity(entities) to whom it is addressed. The 
 information it contains may be classified as IN CONFIDENCE and may be
 legally privileged. If you are not the intended recipient any use,
 disclosure or copying of the message or attachment(s) is strictly 
 prohibited. If you have received this message in error please 
 notify us immediately and destroy it and any attachment(s).
 Thank you. The Ministry of Social Development accepts no
 responsibility for changes made to this message or to any
 attachment(s) after transmission from the Ministry.
 -------------------------------



  Return to Index