I am trying to write my first web site. I am having problems with my images. Fist the background, images, and buttons looks fine when I use F12 (browserIE)but as soon as I link to one of my other pages I lose them all. The background is gone and all the images and buttons come up with the cell box outlines with a red x in the corners. For the background I have no color chosen so it is not due to transparent pixels (I think). My image files are in the same folder as the htm files, and I have no spaces in the file names. I have not yet tested this on any other browsers.
Here is the background code line:
<body background="/designs/check_ogo.png" text="#000000" link="#0066FF" vlink="#9966CC" alink="#993399" bgproperties="fixed">
I am letting DW write the code for the most part, the only thing I added was the "fixed" attribute. The problem existed before I added this and still exists since.
Here is one of my button code lines: (its a rollover image):
<td height="50" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Contact','','/designs/contact_coin_gold.png',1)"><img name="Contact" border="0" src="/designs/contact_coin.png" width="90" height="90"></a></td>
The site is not currently at a URL only on my computer.
Here is the background code line:
<body background="/designs/check_ogo.png" text="#000000" link="#0066FF" vlink="#9966CC" alink="#993399" bgproperties="fixed">
I am letting DW write the code for the most part, the only thing I added was the "fixed" attribute. The problem existed before I added this and still exists since.
Here is one of my button code lines: (its a rollover image):
<td height="50" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Contact','','/designs/contact_coin_gold.png',1)"><img name="Contact" border="0" src="/designs/contact_coin.png" width="90" height="90"></a></td>
The site is not currently at a URL only on my computer.