Hi,
I've got two editor problems that may or may not be conected, I'm not sure.
1 - The preview pane in TinyMCE doesn't seem to work. When ever I preview I just get my template without any of the content showing. It does, however, add the content when I hit submit/apply, it just doesn't show in the preview pane.
2 - If I try and changed to another installed editor such as FCK none of my content shows up in the editor and the page just appears to be loading the whole time.
Any thoughts?
TinyMCE & changing between WYSIWYG editors
Re: TinyMCE & changing between WYSIWYG editors
I think the problem with the preview pane, may actually be a problem with my template.
I've tried the same page using a different template and the preview works, which points to my template.
Can anyone see what I've done wrong?
I'm using cmsmadesimple-1.0.5
mac ff and pc IE 6&7
phpMyAdmin - 2.9.0.2
I've tried the same page using a different template and the preview works, which points to my template.
Can anyone see what I've done wrong?
I'm using cmsmadesimple-1.0.5
mac ff and pc IE 6&7
phpMyAdmin - 2.9.0.2
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>{sitename}</title>
{stylesheet}
{metadata}
<!--[if IE]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
<![endif]-->
</head>
</__body>
<div class="container">
<div class="tr"><img src="images/corners/TRblue.gif"/></div>
<div class="tl"><img src="images/corners/TLblue.gif"/></div>
<div class="logo"><img src="images/Logo and stuff/vvlogo.jpg" alt="vinjevekst" width="296" height="110" /></div>
<div class="toppics">
<div class="pic">
<div class="BT"><img src="images/corners/smlborder.gif"/></div>
<div class="smlbilder">{content block='Small image 1'}</div>
</div>
<div class="pic">
<div class="BT"><img src="images/corners/smlborder.gif"/></div>
<div class="smlbilder">{content block='Small image 2'}</div>
</div>
<div class="pic">
<div class="BT"><img src="images/corners/smlborder.gif"/></div>
<div class="smlbilder">{content block='Small image 3'}</div>
</div>
<div class="pic">
<div class="BT"><img src="images/corners/smlborder.gif"/></div>
<div class="smlbilder">{content block='Small image 4'}</div>
</div>
</div>
<div class="nav">{menu template='menu}
<div class="BT"><img src="images/corners/MBT.gif"/></div>
<div class="BB"><img src="images/corners/MBB.gif"/></div>
<div class="clear"> </div>
</div>
<div class="mainpicholder">
<div class="mainpic">
<div class="bilder">{content block='Large image'}</div>
</div>
<div class="BT"><img src="images/corners/BBT.gif"/></div>
<div class="BB"><img src="images/corners/BBB.gif"/></div>
</div>
<div class="bodytextholder">
<div class="greykontaktbox">
<h3>Vinje Vekst<br />
Dalmegen<br />
3890 Vinje</h3>
<h3>Tel 35 07 15 07<br />
Fax 35 07 09 91<br />
<a href="mailto:vivekst@telefiber.no">vivekst@telefiber.no</a></h3>
<div class="BT"><img src="images/corners/MBT.gif"/></div>
<div class="BB"><img src="images/corners/MBB.gif"/></div>
<div class="clear"> </div>
</div>
<div class="bodytext">
<div class="BT"><img src="images/corners/BBT.gif"/></div>
<div class="bodytextcontent">{content }</div>
<div class="BB"><img src="images/corners/BBB.gif"/><img src="images/Logo and stuff/logo-footer.gif" width="615" height="37" />
</div>
<div class="clear"> </div>
</div>
</div>
</div>
<__body>
</__html>
Re: TinyMCE & changing between WYSIWYG editors
I think CMSms has/had problems with preview if using more than one content block. Anything else than {content} was not shown in preview.
Re: TinyMCE & changing between WYSIWYG editors
is there any way round this?