i tried to Creat a link without an underline by external css ( a {text-decoration: none} ), it didnt work so i used an inline css. Is there someone who can help me please?
Two things I would suggest:
Don’t forget the semi colon on the end
You might want to try .a or giving the link an ID and linking the CSS to the ID.
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
I had same problem today just link id to css.
Thanks for reply , I already added semicolon , and I wanna know why its not working , it supposed to work if I set that css declaration. You can check the code here http://codepen.io/juanchomanilas/pen/VjOyAA
after 3 years I look at this post and just realised the css .active state was missing XD