PDA

View Full Version : customizing link title tags


meow
02-13-2005, 02:43 AM
is there anyway that i can customize the link title tags?

<a href="" title="blah blah blah" (<--this one) >

mck9235
02-13-2005, 03:37 AM
I don't think so,(I think it takes it right from the source of the linked page) if it is your page that you are linking to you can change that the regular way in the source.

meow
02-13-2005, 03:44 AM
nono, i meant the the title attribute in the regular a tags ><;;

eg: blah ( ) (the bolded attribute)

chilipie
02-13-2005, 08:35 AM
Originally posted by lovingff8@Feb 13 2005, 04:44 AM
nono, i meant the the title attribute in the regular a tags ><;;

eg: blah ( ) (the bolded attribute)
26887

So you want to change the appearance of the title text?

If it is that, it would be possible with JS (but not with CSS alone). However, I don't recommend doing it - personally, I get extremely hacked off when people try and change stuff in my browser (cursor, scrollbars etc.).

DwSoFt
02-23-2005, 03:07 AM
can it be done the same as alternate text when the picture doesnt display, cause thats the alt= atrributei, can that be done in a link also?

chilipie
02-23-2005, 05:54 AM
Originally posted by DwSoFt@Feb 23 2005, 04:07 AM
can it be done the same as alternate text when the picture doesnt display, cause thats the alt= atrributei, can that be done in a link also?
28911

You can't have an alt attribute in a link, as alt is for external text. However, you can have the title attribute on an img tag, along with the alt attribute.