+ 2
Need help
Im in practicing CSS font and i got 2 problems. First : a letter in my paragraph is link. i did not embed any value on it but automaticlly it have an underline beneath it and i dont know why. my code is: <p>The<a href="http://en.wikipedia.org/wiki/Penguin" class="Penguin">Penguin....and without any css style. another code: <p class="credit"> by Ivy Duckett<p>. This one i have embbed an attribute is Text-align="right" and it did not work when i reload. Can someone explain for me?
8 Respostas
+ 12
1. a{text-decoration:none;}
+ 11
2. p{text-align:right;}
+ 9
~_~ …
+ 2
thank you, sir. And the second one. Pls!!!
+ 2
thank you so much!!!
0
Yea, by default, your links will have that underlined style. It's just up to your discretion to add -- a{text-decoration:none;} --
0
1
- 1
1 a{text-decoration:none}