Welcome Guest [Log In] [Register]
Viewing Single Post From: Main page...
TaylorShuck
Member
[ * ]
Hey, Flame_Lord.

While editing your webpage at the "Website Maker" link, add the following to the page you want the effect on :
code
 
<style type='text/css'>
#top { display:none; }
#submenu { display:none; }
#logo { display:none; }
#foot { display:none; }
</style>

NOTE: #logo, is your banner. #submenu, is your submenu (FAQ, Members, Search, Portal). #foot, is the theme selector / time + date. #top, is the top menu (preferences, inbox, Admin CP, etc...).

The red text are the different sections of your board that you'd like to not appear on your webpage. If you want one of the sections that I listed above to show, then don't add that part to your webpage. Let's say, you wanted to keep the top menu... you'd remove "#top { display:none; }" from the code, so it'd look like this :

Quote:
 
<style type='text/css'>
#submenu { display:none; }
#logo { display:none; }
#foot { display:none; }
</style>


Edited by TaylorShuck, Jul 2 2009, 09:45 PM.
Offline Profile Quote Post
Main page... · General Support - ZB