{"id":1695,"date":"2010-11-15T10:24:58","date_gmt":"2010-11-15T10:24:58","guid":{"rendered":"http:\/\/mts-help.nick.php.dev\/after_sale_support\/working_with_html\/Advanced\/article8.html"},"modified":"2011-03-23T03:52:43","modified_gmt":"2011-03-23T07:52:43","slug":"how-remove-the-underlines-from-links","status":"publish","type":"post","link":"https:\/\/www.templatemonster.com\/help\/how-remove-the-underlines-from-links.html","title":{"rendered":"How do I remove the underlines from links"},"content":{"rendered":"<span class=\"question\">Q:<\/span> <span class=\"question_text\">How do I remove the underlines from links while working with HTML files?<\/span>\r\n\r\n<span class=\"answer\">A:<\/span> <span class=\"answer_text\">This can be done with a CSS declaration of text-decoration: none. Place this code (with your color choices) above the closing &lt;\/head&gt; tag in your HTML document. This code demonstrates the removal of the underline on hover. Remember, hover is maintained by I.E. only. <\/span>\r\n<div class=\"example_code\">&lt;style type=&#8221;text\/css&#8221;&gt;\r\n&lt;!&#8211;\r\n\r\na:link { color: #CC00CC}\r\na:visited { color: #CCCCCC}\r\na:hover { color: #0000CC; text-decoration: none}\r\na:active { color: #CC3333}\r\n\r\n&#8211;&gt;\r\n&lt;\/style&gt;\r\n\r\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Q: How do I remove the underlines from links while working with HTML files? A: This can be done with a CSS declaration of text-decoration: none. Place this code (with your color choices) above the closing &lt;\/head&gt; tag in your HTML document. This code demonstrates the removal of the underline on hover. Remember, hover is [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[256],"tags":[514,2411,517],"_links":{"self":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/1695"}],"collection":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/comments?post=1695"}],"version-history":[{"count":0,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/1695\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/media?parent=1695"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/categories?post=1695"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/tags?post=1695"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}