|
Post by camarea on Apr 16, 2008 20:55:49 GMT -5
Hello, thanks for reading! I just opened a new forum for wolf role playing and I've seemed to hit a few trouble spots. If anyone could help me with these problems I would be incredibly grateful! ;D Here is a my forum, I used one of Ellie's Skins, Stuck in Neutral. aembarkaadham.proboards66.com/index.cgiMy first problem was that I wanted to have a side bar that could have affiliates, SOTM, MOTM, C-Box, etc. could anyone possibly give me a code? And is there anyway to have on on each side of the board? Second Problem, I created a rather brutal banner but I would like to use it instead of the banner they give you. I have not been on proboards for a long time and have forgotten how to do so My third problem is that I can't put the background, title bg, category bg, and icons on it. I did everything that it said, perhaps I was inputting the wrong code? I use photobucket and tried both the Direct Link and the HTML Code where Ellie had specified in the Global Header. Didn't show up. Also, any comments and suggestions on the forum so far would be appreciated as well! Thanks for your time!
|
|
|
Post by Ifrit on Apr 16, 2008 21:39:58 GMT -5
As far as your category bars and such go, try this one. Global Headers. <style type="text/CSS"> body { background-position:center top; background-repeat:repeat-y; } .menubg { background-image: url(http://i254.photobucket.com/albums/hh86/harlequie/Aembar%20Kaadham/title.gif); } .titlebg { background-image: url(http://i254.photobucket.com/albums/hh86/harlequie/Aembar%20Kaadham/title.gif); } .catbg { background-image: url(http://i254.photobucket.com/albums/hh86/harlequie/Aembar%20Kaadham/title.gif); } .newstitlebg { background-image: url(http://i254.photobucket.com/albums/hh86/harlequie/Aembar%20Kaadham/bg.jpg); background-repeat: repeat; } </style>
For a side table, check here; Proboards Tables
To place a banner on a Proboards template. All you have to to is go to your Admin panel, click Skins/Forums , Modify (or create new if your just creating one) and then select the skin from the drop down. Then place the url where it says "Logo URL". That should do it.
|
|
|
Post by Ke2gant on Apr 19, 2008 4:42:39 GMT -5
Well firstly I suggest you insted of doing side table's you do the table's that are on top of the site. makes it look much more professional. Also what might look nice is adding those side table's, (Get a code to remove menu buttons) <script type="text/javascript"> <!-- document.getElementsByTagName('font').item(1).style.display="none"; //--> </script> Had to post couldn't explain how to get to it. then add the Home to the side board with a url eg. Home and you do help and so on. I was wondering why not use Click Here what this does is change you info center. Some editing is requed but Ross explains it. Hope it helps and I know sometimes my post's can not make sense so ask for expaining and so on.
|
|
|
Post by Andrew on Apr 19, 2008 10:02:56 GMT -5
That is just a simple table on the menu bar, he/she wants side tables like so Header
<table width="92%" cellpadding="0" cellspacing="1" align="center"> <tr> <td width="15%" vAlign="top" align="center"> <br /> <br /> <table class="bordercolor" width="92%" cellpadding="4" cellspacing="1"> <tr> <td class="titlebg" align="center" width="100%"> <font size=2>Left Menu</font> </td> </tr> <tr> <td class="windowbg" align="center"> <font size=2>Left Top Box Content</font> </td> </tr> <tr> <td class="windowbg2" align="center"> <font size=2>Left Middle Box Content</font> </td> </tr> <tr> <td class="windowbg" align="center"> <font size=2>Left Bottom Box Content</font> </td> </tr> </table> </td> <td width="60%" align="center" vAlign="top">
Footer
</td> <td width="15%" vAlign="top" align="center"> <br /> <br /> <table class="bordercolor" width="92%" cellpadding="4" cellspacing="1"> <tr> <td class="titlebg" align="center" width="100%"> <font size=2>Right Menu</font> </td> </tr> <tr> <td class="windowbg" align="center"> <font size=2>Right Top Box Content</font> </td> </tr> <tr> <td class="windowbg2" align="center"> <font size=2>Right Middle Box Content</font> </td> </tr> <tr> <td class="windowbg" align="center"> <font size=2>Right Bottom Box Content</font> </td> </tr> </table> </td> </tr> </table>
Enjoy
|
|
|
Post by Ke2gant on Apr 19, 2008 11:12:12 GMT -5
Wow Camarea must really thank us!!! We have helped her so much with codes and every. Wow!!! ;D
|
|