Help ..

liunx

Guest
I'm a novice HTML programming, but I looked though guides and there's all this stuff I didn't see in the first guide. I'd say I know 90% of the code, but some code wasnt reviewed over. Anyway, my main concern is, to get better at HTML and building websites. I have my own website, but its really tacky. <br />
I'm trying to make it look more spiffy. I noticed some websites such as <!-- w --><a class="postlink" href="http://www.gemstone3.com">www.gemstone3.com</a><!-- w --> (a gaming site) do this: When you point your cursor at a link, it underlines it AND highlights it from blue to dark. Now how do you do this? This sure would add a nice touch to my website if I knew how to do this! <br />
<br />
I understand that underline is <u> however I don't undedrstand how you can make a link turn from blue, to dark, when you click on it.<br />
<br />
Thanks all<br />
<br />
*Please dont call me an idiot or something, I'm a novice and just started and would like some help.<!--content-->It is not a stupid question. It is done with CSS.<br />
I do not know where you have looked at "guides" but the place to go is the W3C Schools Online Tutorials (<!-- m --><a class="postlink" href="http://www.w3schools.com/">http://www.w3schools.com/</a><!-- m -->). They have HTML, CSS and every computer language/technology you could ever need or use.<br />
<br />
MNS<!--content-->Originally posted by HTMLNovice <br />
I understand that underline is <u>Not since 1997. Read mark learn and inwardly digest the HTML 4.01 (<!-- m --><a class="postlink" href="http://www.w3.org/TR/html4/">http://www.w3.org/TR/html4/</a><!-- m -->) and CSS2 (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/">http://www.w3.org/TR/REC-CSS2/</a><!-- m -->) specifications.<!--content-->Dam, what is CSS? And is it a totally different language? <br />
<br />
I was hoping you could do this with html, :sigh:<!--content-->Originally posted by HTMLNovice <br />
Dam, what is CSS? And is it a totally different language? <br />
<br />
I was hoping you could do this with html, :sigh: <br />
<br />
It is a little different than HTML. If you go to the link for the W3C schools or the links Charles posted and take a look. If you have any questions, ask and someone will help you out.<br />
<br />
MNS<!--content-->Originally posted by HTMLNovice <br />
Dam, what is CSS? And is it a totally different language? <br />
<br />
I was hoping you could do this with html, :sigh: <br />
<br />
well I looked at CSS under the text part, I still am very confused on it and I still cant figure out how to make a link change colors and underlined when you click on o it :(<!--content-->Originally posted by HTMLNovice <br />
well I looked at CSS under the text part, I still am very confused on it and I still cant figure out how to make a link change colors and underlined when you click on o it :( <br />
<br />
Go Here. There is even a "Try it Yourself" hands on tutorial.<br />
<br />
<!-- m --><a class="postlink" href="http://www.w3schools.com/css/css_pseudo_classes.asp">http://www.w3schools.com/css/css_pseudo_classes.asp</a><!-- m --><br />
<br />
MNS<!--content-->
 
Back
Top