View Full Version : Images & page anchors


lilRuBbErDuCkS
04-24-2003, 07:02 PM
Is there a different code you have to use when you use a picture (like Lissa has) as a page anchor? All I get is a big red X when I go to look at my page. Here's what I'm using....

<center><a href="#top"><img src="top.JPG"></A></center>

One more question, is there any way to get a smaller font than
size="1" size font? That is still way too big for what I want to use it for. I suppose I'd be better off making a button with the text, eh?. Alrighty thanks!

epolady
04-24-2003, 08:12 PM
<center><a href="#top"><img src="top.JPG"></A></center>
Are you sure that's the correct path to the image? Make sure it's not under an image folder or something like that. Also make sure that it's .JPG and not .jpg (same with .gif/.GIF).

One more question, is there any way to get a smaller font than size="1" size font? That is still way too big for what I want to use it for. I suppose I'd be better off making a button with the text, eh?. Alrighty thanks!You could try CSS (http://www.lissaexplains.com/css.shtml).