|
Post by tibbs on Jul 7, 2007 5:15:45 GMT -5
Hey, I've got a question. Or rather. A few questions. First off, heres my site HereNow heres another site, that has certain elements i would like to know how to make my site have. Here.So heres the questions, 1. How can I make all the boards, and the title image and all that centered on the page like the kingdomrocks forum? 2. How can I get sidebars? So I can link to important threads and stuff. 3. How can I put spaces inbetween diffrent categories? Thats all the questions for now. Thanks,
|
|
|
Post by Nya on Jul 28, 2007 1:08:54 GMT -5
Resizes the Forum (Global Footer) <script> var boardwidth = document.getElementsByTagName('TABLE'); for(i=0;i<boardwidth.length;i++) { if(boardwidth[i].width=="92%"){ boardwidth[i].width='700 px';}} </script> Centers the Category text (Main Header) <style type="text/css"> <!-- .catbg { text-align: center; } --> </style> I dunno what a Sidebar code is exactly but Proboards Support may have a couple but I have never used one. But here is the post where you can get the codes. HOW TO ADD A SIDE MENUBAR TO YOUR BOARDAnd lastly you need to use a Category Splitter/Divider code, which there are a couple of them listed at Proboards Support. All of which can be found in THIS POSTHope that helps a bit.
|
|