Title: [S] Specific Sidebar Question
PsychodelicS - February 26, 2008 04:21 PM (GMT)
I'm having problems with my sidebar.
I had a default code to add one, but when I do add it (it shows up but) it turns out that my actual topics move to the bottom. Only the threads/topics, not the actual index.
Like this:
Roswenth - February 26, 2008 04:24 PM (GMT)
Where did you get the code, and which skin are you using?
PsychodelicS - February 26, 2008 04:31 PM (GMT)
The code is from
here.
I don't remember where I got the skin, I just changed it because there was another flaw in it. It was named "delightful desires" though. Do you think it's the skins fault?
I tried the code on another forum (with another skin), and it doesn't show up as a sidebar, there, just underneath the header/as footer/...
^that skin is "Skin Éxon designed by Zeus00 of the IF Skin Zone"
Roswenth - February 26, 2008 04:41 PM (GMT)
I don't know, it's hard to tell without seeing the code.
Try putting the sidebar code right above the <%BOARD HEADER%> tag, under any other code at the top above that tag.
Generally, it's best to ask for support from wherever the code originates.
PsychodelicS - February 26, 2008 05:33 PM (GMT)
I did but the person wasn't really that helpful.
The code is:
Base code
| CODE |
<div id="main_content"> <div id="side_menu"> <!-- start editing -->
<!-- block --> <div class="tableborder"> <div class="maintitle">Title</div> <div class="row4"> <p> Insert content. </p></div> </div> <!-- / -->
<!-- stop editing here --> <!-- end sidebar --> </div>
<div id="board"><!-- main board content -->
|
Footer
css
| CODE |
#side_menu {float:left;width: 19%; margin-right: 1%;} #board {width: 80%;float:right;}
#side_menu .tableborder { margin-bottom: 5px;} #side_menu .row4 p {margin:0;padding:3px;}
.block_plain {text-align: center;margin-bottom: 5px;} p.image img{width: 99%;}
#main_content { margin: 0px auto; padding: 0px; width: 100%} |
Roswenth - February 26, 2008 05:51 PM (GMT)
Have you tried my documentation?Without looking at the skin, it's really hard to tell how Nicola's sidebar would work.
PsychodelicS - February 26, 2008 09:11 PM (GMT)
Hadn't, but I will, thank you.
Here's a
screencap of the skin.
ShinLi - June 19, 2008 12:33 PM (GMT)
Your topic has been solved and moved to the 'Solved Support Topics' forum! Still have a question, or something isn't clear yet? Open up a new topic, but be sure to be more specific this time!