PDA

View Full Version : Why does my graphic look daft


Jan
03-Feb-2003, 08:31 PM
I have a new front page for my site and have the graphic www.mole-end.biz/acatalog/shopopen.gif which I think is quite nice. However when viewed though my site www.mole-end.biz it looks really odd, does anyone know what I have done wrong?

Regards,

NormanRouxel
03-Feb-2003, 09:09 PM
Jan,

They're different images (same name but in different locations). The one in your link is in the acatalog folder and the one on your index page is one level up in your site root.

Your reference on the home page is:-

<img onMouseOver="style.cursor = 'hand'" src="shopopen.gif" width="233" height="152" border="0" alt="Enter shop" align="absmiddle">

And so is referring to the site root image.

The site root one is actually 172 high but your html forces it to display at 152 so it gets scaled down by the browser.


Norman

Jan
04-Feb-2003, 07:27 AM
I copied the files up there to test the page before replacing the index page and then forgot about them. I've changed the links and deleted the rogue files so it's sorted now.

Thank you very much Norman.

Regards