Xcalibertp
02-10-2005, 09:51 PM
Hi !!
I'm wondering if you can explain how to do the pop up message that you use on your "Section" headings. The description box that comes up on the mouseover then allows you to click the link???
Thank you for any assistance.
Xcal
kittycat
02-10-2005, 09:53 PM
Like how you mouse over 'cursors' it says 'custom cursors' ?
For images:
alt="text here"
eg
<img src="image.gif" alt="text here">
For text:
title="text here"
<a href="link.htm" title="text here">your link</a>
Xcalibertp
02-10-2005, 11:07 PM
Hi Again...
Ok..I got the one code for text to work, but I can't get the one for an image to work. I'm trying to use a premade button with a link and get the little mouse over box to come up... here is the code I'm using. Where would I put the alt="text" information?? No matter where I put it, I can't get it to work..lol..I know I'm doing something wrong..but what?? Help!!
<a href= "http://users.igl.net/xcalibertp/LEAGUERULES.html" target="_blank" >
<img src=" http://users.igl.net/xcal/VALENTINES/rules.gif"> </A>
Thank you so much!!
Xcal
DisturbedOne
02-10-2005, 11:56 PM
Hi Again...
Ok..I got the one code for text to work, but I can't get the one for an image to work. I'm trying to use a premade button with a link and get the little mouse over box to come up... here is the code I'm using. Where would I put the alt="text" information?? No matter where I put it, I can't get it to work..lol..I know I'm doing something wrong..but what?? Help!!
<a href= "http://users.igl.net/xcalibertp/LEAGUERULES.html" target="_blank" >
<img src=" http://users.igl.net/xcal/VALENTINES/rules.gif"> </A>
Thank you so much!!
Xcal
All you've gotta do is add the alt tag to the img src like this:
<a href= "http://users.igl.net/xcalibertp/LEAGUERULES.html" target="_blank" >
<img src=" http://users.igl.net/xcal/VALENTINES/rules.gif" alt="your text here"> </A> that should get yeah working
Xcalibertp
02-11-2005, 01:54 AM
Hi yet again!!!
I copied the code you gave me for using an the "alt" tag with an image. For some reason I just can't get it to show up. If i just use text, it works, but with an image its a no go.
<a href= "http://users.igl.net/xcalibertp/LEAGUERULES.html" target="_blank" >
<img src=" http://users.igl.net/xcal/VALENTINES/rules.gif" alt="Updated, Please Read"> </A>
Anything you can think of that I might still be doing wrong with with???
Thank you again.
Xcal
kittycat
02-11-2005, 02:38 AM
You can try using the title tag for image links too
<a href= "http://users.igl.net/xcalibertp/LEAGUERULES.html" target="_blank" title="Updated, Please Read">
<img src=" http://users.igl.net/xcal/VALENTINES/rules.gif" alt="Updated, Please Read"> </A>
Xcalibertp
02-11-2005, 04:45 AM
Hi !!!
Yay!!! That did the trick!!
Thank you so much for your time and efforts!!!!!
Xcal