hi
i want to know how i can delete decoration underline for the a: hover link in text post !
i have written none for decoration in CSS but dosent work! thanks
hi
i want to know how i can delete decoration underline for the a: hover link in text post !
i have written none for decoration in CSS but dosent work! thanks
Hey,
in style1/2/3.css you'll find following code:
a{
text-decoration: underline;
}
a:hover{
text-decoration: none;
}
Change the value of text decoration as you like...
thanks but the link is still underline :( and when im over the link disappear..
Hey,
can you post a link to your website please - it sounds like something overwrites the "standard" link style code...
it work good now!! thanks you very much
so i have other questions posted :)
Glad that you found a solution :)
You must log in to post.