Putting the [div id="sidebar"] before the [div id="main"] should do the trick. If not change the CSS for the main and put "float:right" instead of "float:left". If you still have problems with it feel free to PM me and i will open up my own version of dreamweaver to see what else you could do to change that :D
@Zoolinaire Sorry, I meant, how do you add another side bar to the right, I want a sidebar to the left and one on the right. And i was wondering if you can help me making a footer as well.
Watch out for my video on making a footer coming either today or tomorrow. to add another sidebar do the following:
1) Copy the code [div id="sidebar"] etc.and paste it in front of the [div id="main"].
2) It will look funny currently, but play around with the widths (in CSS) until you get one which works for you.
---OPTIONAL---
3) If you want one of the sidebars to be bigger than the other, copy the code for #sidebar...and paste it as #sidebar2 then you can edit both of their sizes!
I'm just wondering, how can you put the side bar to the left?
BboyJTao 7 months ago
@BboyJTao
@BboyJTao
Good question, not that difficult to do either:
Putting the [div id="sidebar"] before the [div id="main"] should do the trick. If not change the CSS for the main and put "float:right" instead of "float:left". If you still have problems with it feel free to PM me and i will open up my own version of dreamweaver to see what else you could do to change that :D
Zoolinaire 7 months ago
@Zoolinaire Sorry, I meant, how do you add another side bar to the right, I want a sidebar to the left and one on the right. And i was wondering if you can help me making a footer as well.
BboyJTao 7 months ago
@BboyJTao
Watch out for my video on making a footer coming either today or tomorrow. to add another sidebar do the following:
1) Copy the code [div id="sidebar"] etc.and paste it in front of the [div id="main"].
2) It will look funny currently, but play around with the widths (in CSS) until you get one which works for you.
---OPTIONAL---
3) If you want one of the sidebars to be bigger than the other, copy the code for #sidebar...and paste it as #sidebar2 then you can edit both of their sizes!
Zoolinaire 7 months ago