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

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

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -