Skip to main content

Hi, I cannot remove the underline on a link

could you pls help me to remove it ? I want to keep the link, but without the line

Arnaud…


This requires a bit of in-line CSS and is pretty easy to do.


pSome" rel=“nofollow” target="_blank" title=“Link http//somelinkcom styletext-decorationnone colorffffff Some”>http://somelink.com" style=“text-decoration:none; color=#000000” >Some](<a href=) Link


That should give you just plain black text. If you google link decoration css you can find other properties you can use in there as well.


Joe


that works - Thanks Joe !


Reply