Log in

View Full Version : Different font color for 1 specific word!



yagga
06-10-2010, 12:15 PM
Hello,:)

I need help with the following, Please see this script first:

<a href="here.html" title="www.hereiam.com"></a>

Now my question is, how do i change the color of the "hereiam" into RED in the tittle?

Hope someown understand and can help me!:confused:

Thanks!

azoomer
06-10-2010, 03:07 PM
Maybe you need something like this
<a href="http://www.hereiam.com/here.html" title="www.hereiam.com">www.<span style="color:#F00">hereiam</span>.com</a>

yagga
06-10-2010, 04:40 PM
hi thanks for your reply!

but that was not exactly what i needed.

with my code there will be a popup. and on the tittle of that popup i need the color change of that word!

azoomer
06-10-2010, 05:13 PM
I f you post the entire code or a link to the page it may be possible to help !

bluewalrus
06-10-2010, 05:16 PM
You can't change the title color that's a browser setting (as far as I know). Have you seen it done somewhere? There might be a work around to make it appear like it is a title.

james438
06-10-2010, 11:24 PM
I'm still a little unclear as to what it is he is asking for.

djr33
06-11-2010, 02:03 AM
For this sort of question, either explain a lot more clearly or post an image of what you'd like.

Also, link to your page so we can help you figure it out. Without that, it's all just guessing.

bluewalrus
06-11-2010, 03:59 AM
I think the OP is talking about the yellow box with black text that comes from the browser when you mouse over a link or image with a title attribute.