html - How to I hide a link? -


i wondering how hide content, link (see http://i.imgur.com/p3kwhjh.jpg), in website template , blogger template if script code used or html tag or that,

i think using template showing link back. proper option buy template.

although if want hide specific element can use selectors.

for id = #id class= .class name = [name=name] 

and on, search on internet if want other selector.

and use css or jquery.

css

  #id {display: none} 

jquery

 $("#id").hide(); 

Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -