Click to See Complete Forum and Search --> : Normal links?


Not to mention
06-03-2009, 09:15 PM
I need to get this link(http://www.macheteteds.com/site/) to look like normal text. how would one do this?

And this site is young, so if your about to give me advice on anything else, please keep it to yourself.:)

6StringGeek
06-03-2009, 09:21 PM
<a href="http://www.macheteteds.com/site/">www.macheteteds.com/site/</a>

Also, if you don't want it underlined you would have to specify that in your css, for example:

a:link{
text-decoration:none;
}

Not to mention
06-03-2009, 09:29 PM
sweet thanks!

6StringGeek
06-03-2009, 09:35 PM
np