
Here is the code:
<!--upper left hand corner image-->
<div align="center">
<table width="780" cellspacing="0" cellpadding="0" border="0"><tbody><tr>
<!--The NEW CSS CODE LINK ADDITION TO GET IMAGE TO WORK-->
<td width="200"
valign="top" height="100" class="upperlefthandcorner">
<!--END OF CSS CODE LINK ADDITION-->
<img width="200" height="100" alt="" src="images/1navsmallhandsonlysoj.jpg"></td>
I tried getting image to show up on my page without putting image on stylesheet. However, that did not work. So, I put image on stylesheet and added the css link code. Still does not show.
The css code:
TD.upperlefthandcorner {
background-image: url(images/1navsmallhandsonlysoj.jpg);
background-position: top left;
background-repeat: no-repeat;
}
I am assuming that the error is something really silly and easy. The photo is named correctly and is in my folder under that name. I triple checked this. However, I still can't find error. Thanks!