View Full Version : My links aren't working!!


Phillip
04-15-2006, 10:57 PM
Hey, my links when I do <a href="fff">ssdsd</a>
when i go to the page it shows a big blue writing :( Here is how I have my css
links
A:link { text-decoration: none; color: #ffffff; font-size: 10pt; }
A:visited { text-decoration: none; color: #ffffff; font-size: 10pt; }
A:active { text-decoration: none; color: #ffffff; font-size: 10pt; }
A:hover { text-decoration: underline; color: #cccccc; font-size: 10pt; }

Marta
04-16-2006, 12:07 AM
The code looks right to me....
maybe you could post a link to your actual page? or the whole code?

Phillip
04-16-2006, 12:59 AM
Blah I sorted it :) I had <style type="text/css"> in my external css
thanks anyway :lolo: