View Full Version : Links


Amzy
04-17-2006, 10:13 PM
All my links are underlined - is there a code i need to fix this?

bejayel
04-17-2006, 10:41 PM
if you check out lissas CSS tutorial you should find something ;)

No seriously. I would tell you right out, but i think you will find the CSS section rather interesting anyway, so you should check it out.

by CSS section i dont mean the forums, i mean the actual tutorial part of the website

HeLpM3
04-17-2006, 10:44 PM
look here (http://www.lissaexplains.com/forum/showthread.php?t=54069)


if you check out lissas CSS tutorial you should find something

No seriously. I would tell you right out, but i think you will find the CSS section rather interesting anyway, so you should check it out.

by CSS section i dont mean the forums, i mean the actual tutorial part of the website

and yes plz check out the css section (http://www.lissaexplains.com/css.shtml) if you have proble learnig where to put the code

pb&j
04-18-2006, 05:19 AM
incase it is confusing...

add this into the HEAD area of your coding...

<style type="text/css">
a {text-decoration: none;}
</style>

Amzy
04-18-2006, 08:23 PM
Thanks so much guys. Once again youve helped me when im a bit confused!