What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » html Help!

html Help!
Author: Message:
jordanspringer
Full Member
***

Avatar
jjordann

Posts: 369
Reputation: 5
– / Male / –
Joined: Oct 2003
O.P. html Help!
Hi, i am trying to create a link on my webpage which i am creating in dreamweaver mx 2004. i want the link to look like normal text (not the link color blue, and underlined).  but when you take your mouse and place it over the link, it underlines. to see an example of what i mean, go to www.msn.com and hover over their links. another example is www.mess.be, hovering over thier links with your mouse makes them highlighted. thanks!
[Image: name4ld.png]
02-22-2005 09:08 AM
Profile E-Mail PM Web Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: html Help!
<a href='blah' style='text-decoration:none;'><font color='white'>Clickie</font></a>

that should do it.
[Image: jeansiger5.jpg]
02-22-2005 09:14 AM
Profile PM Find Quote Report
jordanspringer
Full Member
***

Avatar
jjordann

Posts: 369
Reputation: 5
– / Male / –
Joined: Oct 2003
O.P. RE: html Help!
***oops i meant hovering over the links on www.msn.com, and www.mess.be changes the normal reglar text into Underlined text. how is that possible?
[Image: name4ld.png]
02-22-2005 09:27 AM
Profile E-Mail PM Web Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: html Help!
for all links on your webpage to do this insert this into your css
code:
A:link, A:visited, A:active { text-decoration: none;}
A:hover{text-decoration: underline;}

[Image: dt2.0v2.png]      Happy Birthday, WDZ
02-22-2005 09:36 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On