Recently active topics in PBwiki tagged with width
- All Topics(4)
- Questions(3)
- Ideas(0)
- Problems(1)
- Talk(0)
- subscribe
- 19 Replies 6 Followers
-
5
Replies
3
Followers
white box displays div content, source adds breakout class Last reply on February 13, 2008 18:49.
Problem - code will work in a page that was created before today, but if copied into a page created today it will not work. When I look at the source code I see that it adds <div class="breakout"> when displaying the page created today. And it displays the content wierdly inside a box with white background and no where near 70% of the width of the page. The source for both was created in the Classic editor, both had the current content entered today.
The code:
<div>
<font>Help For</font>
</div>
From source of test1B when displayed:
<div>
<div class="breakout">
<font>Help For</font>
From source of test where code works:
<div>
<font>Help For</font>
</div></div></div></div>
Linda reported this problem
on February 07, 2008 14:41.
Casey Greene
also has the problem Linda reported.
-
2
Replies
3
Followers
Sidebar Margins? Last reply on February 06, 2008 14:30.
Is there any way to change the left or right margins of my sidebar? Or maybe make my sidebar a smaller width? -
4
Replies
3
Followers
Sidebar height Last reply on January 23, 2008 21:52.
Okay so now I need the sidebar to run the full length of the page now matter how much content it holds. The reason I need this is because I have the sidebar floating to the left and when I start filling up the content section it drops under the sidebar and looks horrible. I have tried to set the sidebar height to 100% in CSS but to no avail. I also read that I needed to set the parent container height and that 100% would work because the sidebar div just needs something to be 100% of. I did that and it didn't work. However if I set a hard px number say 500px for the height of the display content area then the 100% trick works. However I can't set a hard number because the page needs to grow for as much as I put in or my users put in. Any help would be great. THANKS!!
Newbie asked this question
on January 23, 2008 18:07.
Casey Greene
also has the question Newbie asked.
Loading Profile...


