titles with text formatting...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

titles with text formatting...

Post by Joe »

I was curious to know if anyone knew how to add text formatting to titles in between the <a> </a> tags. For example if you write:

Code: Select all

<a href="index.php" title="hello there">hi</a>
you are shown a title when the mouse is over the actual link itself. Now when I went here I noticed the bold text etc was being used when you hovered over the stored keywords, such as internet.

Can anyone please explain this or guide me to a tutorial.

Thanks


Joe 8)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

that might be from their

Code: Select all

Vibrant Media IntelliTxt script
(look in the bottom of their page code) ... I can't find any parts that work for me like you described though..
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

http://216.239.59.104/search?q=cache:Id ... iTxt&hl=en
feyd wrote: I can't find any parts that work for me like you described though..
It works only with IE 5+
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

of course. :P
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

Yeah mozilla does not work, nor does other browsers except from IE I think. Thanks for the help though guys!
Post Reply