Page Builder Not Saving

I'm trying to update content in a HTML block on the homepage using the Page Builder, but the changes are not being saved. Anyone else having the same issue?

Quote · 28 May 2008

I'm using Firefox to do anything in Admin....(although IE is working fine for a user).

But I am also having probs with new html block on homepage....it just looks like CODE.

I am trying to make this block a compilation of RSS feeds, where the feeds are scrolled as a reader. Here is my code:


<html>
<!-- Created on: 5/28/2008 -->
<head>
<P>&lt;object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"<BR> codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"<BR> width="200"
height="200" id="CoffeeCupNewsReader" align="middle"&gt;<BR>&lt;param
name="movie" value="mynews.swf"/&gt;<BR>&lt;param name="quality" value="high"
/&gt;<BR>&lt;param name="scale" value="noscale" /&gt;<BR>&lt;param name="salign"
value="lt" /&gt;<BR>&lt;param name="bgcolor" value="#ffffff" /&gt;<BR>&lt;embed
src="mynews.swf" quality="high" bgcolor="#ffffff" width="200"
height="200"<BR> name="CoffeeCupNewsReader" scale="noscale" salign="lt"
align="middle"
type="application/x-shockwave-flash"<BR> pluginspage="http://www.macromedia.com/go/getflashplayer"
/&gt;&lt;/object&gt;</P>
</head>
<body>

</body>
</html>

I'm trying to update content in a HTML block on the homepage using the Page Builder, but the changes are not being saved. Anyone else having the same issue?

Any help is appreciated. Thanks.

PS I added this code to a basic html page with no probs i.e. http://www.sandrailsonly.com/Sand_Rails_Only.html Scroll to bottom of page to view.

Quote · 28 May 2008

That I'm sure is that you cannot write such code inside the head tags ! Such code has to be written inside the body tags ;-)

 

And are you sure of that you need these html, head and body tags for a block ??? These tags are already in your page header and footer...

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 28 May 2008

You cannot write that inside a head tag. You have to write it inside the body tag. While adding to blocks, add the codes inside body tags. Use the code editor don't save just like that. It may be html encoded.

----
Quote · 29 May 2008

That I'm sure is that you cannot write such code inside the head tags ! Such code has to be written inside the body tags ;-)

And are you sure of that you need these html, head and body tags for a block ??? These tags are already in your page header and footer...

You are correct ---

I am still having probs with a RSS Feed Reader Compiler....I can upload a simple swf and get that to work, but when I try to use the following code...it doesn't work. UGH!

Simple swf is the same size and in the same folder on site.

<p style="text-align: center;">
<object height="200" width="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param value="CoffeeCupNewsReader" name="id" />
<param value="middle" name="align" />
<param value="high" name="quality" />
<param value="noscale" name="scale" />
<param value="lt" name="salign" />
<param value="#ffffff" name="bgcolor" />
<param value="http://www.somesite.com/mynews.swf" name="src" /><embed height="200" width="200" src="http://www.somesite.com/mynews.swf" bgcolor="#ffffff" salign="lt" scale="noscale" quality="high" align="middle" id="CoffeeCupNewsReader" type="application/x-shockwave-flash"></embed>
</object>
<script type="text/javascript" src="iefix.js"></script>
</p>

Quote · 29 May 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.