Recent activity
Subscribe to this feed
Linda replied on February 07, 2008 15:04 to the problem "white box displays div content, source adds breakout class" in PBwiki:
It still chopped out code, so here it is with the usual < and > replaced with { and }
The code:
{div id="MainContentWrap" style="width:70%;font-family:Verdana"}
{p align="center"}{font style="font-weight:900;font-size:14pt" }Help For{/font}{/p}
{/div}
From source of test1B:
{p}{p}{div id="MainContentWrap" style="width:70%;font-family:Verdana"}
{p}{div class="breakout"}{p}{p align="center"}{font style="font-weight:900;font-size:14pt" }Help For{/font}{/p}
From source of test where code works:
{p}{p}{div id="MainContentWrap" style="width:70%;font-family:Verdana"}
{p} {p align="center"}{font style="font-weight:900;font-size:14pt" }Help For{/font}{/p}
Linda replied on February 07, 2008 15:01 to the problem "white box displays div content, source adds breakout class" in PBwiki:
Linda replied on February 07, 2008 14:58 to the problem "white box displays div content, source adds breakout class" in PBwiki:
Linda replied on February 07, 2008 14:51 to the problem "white box displays div content, source adds breakout class" in PBwiki:
I see some of the information was incomplete, so I repeat it here
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:
<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 a problem in PBwiki on February 07, 2008 14:41:
white box displays div content, source adds breakout classProblem - 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 a problem in PBwiki on January 26, 2008 12:02:
If I create an equation that is displayed inside a table I do not get a transparent backgroundI get the greenish background that appears in Edit mode. Backgound is transparent if equation is outside a table.
Loading Profile...

