Hide CB Profile -updated-

HTML & CSS Scripts

Author's Comments

Look carefully for specific instructions

Most of the ID's and classes for things are very obvious in the script. For example, nav hides the nav. So if you want to hide just the nav, erase everything but nav. But keep in mind, there must be no comma on the last word.

And the second little chunk hides the background image.

Script Code

Copy and paste to HTML

Help

Script Comments

Showing latest 2 of 2 comments




By GarryMoore on Jan 5, 2011 11:58 pm

How about just using:
body { display: none; } or
#profile { display: none; }

By louiohjkjhlhklkhjljkhjk on Apr 3, 2010 7:09 pm

Script Details

Author Maccabee View profile
Submitted on Jan 23, 2010
Page views 6,478
Favorites 7
Comments 2
Reviewer Beenly View profile
Approved on Jan 23, 2010

Script Tags