okay so. i'd like to remove the part on the top of the board which says members, help, search, etc.
what code do i use to remove those?
x? an example.
I'm assuming the sample site is the one you want to fix? If so, find this
| QUOTE |
| #submenu { border:5px solid #e1e1e1;background-color: #c7c7c7;font-size:10px;margin:3px 0px 3px 0px;color:#402424;font-weight:normal;} |
It should be near the top.
Replace it with this
| QUOTE |
| #submenu { display: none; border:5px solid #e1e1e1;background-color: #c7c7c7;font-size:10px;margin:3px 0px 3px 0px;color:#402424;font-weight:normal;} |
Blue is what I added in. :]
is that for the board wrappers?
edit. that's perfect thank you