Hi,
When I'm doing:
it's working fine.PHP Code:<a href="#" style="padding:5px; margin:3px;"> Hi </a>
but when I'm doing:
and in the css I write:PHP Code:<a href="#" id="my"> Hi </a>
It doesn't.PHP Code:#my a:link, #my a:visited {
padding:5px; margin:3px;
}
what should I do?



Reply With Quote
Bookmarks