Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image not showing in table using CS4

Status
Not open for further replies.

sharkchaser

Technical User
Mar 19, 2010
50
US
I'm so new at this I have little syntax knowledge using HTML & CSS.

Code:
<body>

<table border="0" align="center" cellspacing="0" cellpadding="0" style="background-image:url(/Images/PWSHeader.jpg); width950">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>

</body>

It looks like it should work but no image seen!

Any assistance would be greatly appreciated.

Thanks

Rick
 
Well make sure the image is actually where you are pointing it to. In this case a folder named Images which resides inside the folder where the file holding this code is.

Second since your table has no content other than a space and no border its hard to say what you could be able to see.

Also this: "width950" is completely invalid. Should be something like: width:950px;



----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.

Behind the Web, Tips and Tricks for Web Development.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top