PDA

View Full Version : Viewing in Different Browsers


Colmfan
8-13-03, 02:50 PM
Hello all. I am brand new here so please excuse me if this question has been asked a million times. Could not really find what I was looking for in the FAQ. Anyway, my site changes depending on what browser I am looking at it in - lost images, lost background, shifting etc. Here is the address, it is still very much a work in progress, and is best viewed on IE http://goodtimequiltersorg.powweb.com/
The page was created with Dreamweaver. Any suggestions would be appreciated.

(jj)
8-13-03, 06:51 PM
I checked out your pages with both IE 6 and Netscape 7.01 and only found one "difference" between the two browsers.

On your Gallery page, the third image does not show up with either browser, but in Netscape it has "@@alt3@@" displayed. The code for the image source is the reason, here is what is currently there as your code:

<img src="mm/stationery/A_ThumbnailGrid/@@src3@@" alt="@@alt3@@" name="@@name3@@" width="@@width3@@" height="@@height3@@"><br>

The only other problem I noticed, was that your "Home" buttons/links are pointing to a page that does not seem to exist.

<a href="2gtq.htm">

P.S. - You might want to consider naming your files using only lowercase letters and NO spaces. Powweb servers are case sensitive which means that if you have a file named Image.Jpg and try to call it via code as image.jpg, it will not display. Spaces are always a bad habit to use, as some older browsers will simply ignore those files.