Posts: 60
Location: Victor Harbor, South Australia
|
HTML Code:
<TR background="images/photogallery_04.gif">
the attribute background in the TR tag is only for mozilla/gecko based browsers as far as i know
replace <TR background="images/photogallery_04.gif"> with the following code
HTML Code:
<TR style="background-image:url('images/photogallery_04.gif')">
that SHOULD solve your problem, otherwise repost here
|