Hide everything but Blurbs and Interest table? 1.0?

Unknown{?}

New member
This code hides everything but my about me. I want to see my interest table also. That's all.

<style>
br {line-height:0px;}
td td td br {line-height:auto;}
table table {visibility:hidden;}
table table table, table.blurbs td.text, span.orangetext15 {display:none;}
div table, table.blurbs, table.blurbs table {visibility:visible; display:table; _display:inline;}
table.blurbs {position:relative; left:-200px;}
</style>
 
Back
Top