Hide link using css bracket attribute, no access to HTML -


i don't have access html need hide link (#wall)

<td class="status_value"><span class="online">              -      <a href="#wall">       leave comment     </a>      <a href="#today">       join today     </a> 

i have tried using

td.status_value[href='#wall']{display:none;} 

target <a> inside table cell, instead of table cell itself:

so

td.status_value[href='#wall']{display:none;} 

becomes

td.status_value a[href='#wall']{display:none;} 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -