Recent activity
Subscribe to this feed
Vu Nguyen replied on February 13, 2008 18:49 to the problem "white box displays div content, source adds breakout class" in PBwiki:
Casey Greene started following the problem "white box displays div content, source adds breakout class" in PBwiki.
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>
Nathan Schmidt replied on January 26, 2008 21:06 to the problem "If I create an equation that is displayed inside a table I do not get a transparent background" in PBwiki:
Hi Linda,
Tables on PBwiki generally have a color cast to their background - on the default 'snakeskin' theme that is a olive-greenish color. Is that what you mean?
Also, if you're using Internet Explorer, particularly 5 or 6, you may get a white background on the rendered equations, since they're transferred as PNG files which don't always work right (at least with respect to transparency) on those browsers. There are some workarounds which are subtle (involving adding some javascript to each page), but that's a good deal of trouble.
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...



