What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Html code help :S

Html code help :S
Author: Message:
VLenin
New Member
*


Posts: 10
Joined: Apr 2005
RE: Html code help :S
You should not use classes if that's not needed. Use a paragraph instead, like this

<p id="localhost">Hi i'm <a href="localhost">localhost</a></p>

Now your css would be like

p#localhost a:link, p#localhost a:visited
{
  text-decoration: none;
  color: #000;
}
p#localhost a:hover
{
  text-decoration: underline;
}
04-26-2005 01:34 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Html code help :S - by John Anderton on 04-26-2005 at 09:36 AM
RE: Html code help :S - by -dt- on 04-26-2005 at 09:47 AM
RE: Html code help :S - by John Anderton on 04-26-2005 at 09:56 AM
RE: Html code help :S - by Dempsey on 04-26-2005 at 11:13 AM
RE: Html code help :S - by RaceProUK on 04-26-2005 at 12:43 PM
RE: Html code help :S - by Eljay on 04-26-2005 at 12:51 PM
RE: Html code help :S - by Sunshine on 04-26-2005 at 12:54 PM
RE: Html code help :S - by John Anderton on 04-26-2005 at 01:22 PM
RE: Html code help :S - by VLenin on 04-26-2005 at 01:34 PM
RE: Html code help :S - by Ezra on 04-26-2005 at 03:50 PM
RE: Html code help :S - by John Anderton on 04-26-2005 at 07:53 PM


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