A solution as posted in alt.pagebuilder.help , Sunday, 8/26/2007:
Here's a demo of your codes placed onto a page using c/c/p; the page is not displaying correctly, due to the PageBuilder c/c/p glitch:
http://community-2.webtv.net/Pwilliamandx/ccp_problem3/
And the problem solved, using some "bad html" (but it works):
http://community-2.webtv.net/Pwilliamandx/ccp_problem3_solved/
The best way to soIve your problem would be to tighten up your code as "sort of" explained on this page:
http://community-2.webtv.net/Pwilliamandx/cutcopypaste/index.html
The other way to solve your problem is to use an <html> tag in front of your body background tag, which I used on the "solved" page above.
Since you are using an "advanced editor" method, the <html> tag cannot be placed in front of the </--></head> codes. Using this will not work:
<html></--></head><body
background="http://swiftdreams.lbbhost.com/Backs/prplstarsbkg.gif"> Rest of your codes here
And this will not work either:
</--></head><html><body
background="http://swiftdreams.lbbhost.com/Backs/prplstarsbkg.gif"> Rest of your codes here
So, in order to make the quick fix using an added <html> tag work, this portion of your code had to be placed in the separate "text" area on the same "Change your page" section:
Type a title (optional):
</--></head>
Type your text here:
<html><body
background="http://swiftdreams.lbbhost.com/Backs/prplstarsbkg.gif"> Rest of your codes here
|