Hello,
I am using FCKeditor as part of a small sell build CMS. It is used for content pages of the website, so it would be very nice if you could preview a page in the layout of your website. I'm not sure if something is possible yet, but I would like to create a HTML page with the layout and a marker in the position where the content of the FCKeditor must be included.
Template could look like:
<HTML>
etc..
<BODY>
<table>
<tr>
<td colspan="2">Logo (header)
</tr>
<tr>
<td>leftmenu</td>
<td>#CONTENT#</td>
</tr>
</table>
</BODY>
</HTML>
At the marker #CONTENT# the full content of the FCKeditor could be place, so it would result in a preview in your website layout.
Is this possible, or can someone tell me where the current preview is generated, then I can adjust it myself.
Thanks in advance,
Mattijs
The Netherlands
I am using FCKeditor as part of a small sell build CMS. It is used for content pages of the website, so it would be very nice if you could preview a page in the layout of your website. I'm not sure if something is possible yet, but I would like to create a HTML page with the layout and a marker in the position where the content of the FCKeditor must be included.
Template could look like:
<HTML>
etc..
<BODY>
<table>
<tr>
<td colspan="2">Logo (header)
</tr>
<tr>
<td>leftmenu</td>
<td>#CONTENT#</td>
</tr>
</table>
</BODY>
</HTML>
At the marker #CONTENT# the full content of the FCKeditor could be place, so it would result in a preview in your website layout.
Is this possible, or can someone tell me where the current preview is generated, then I can adjust it myself.
Thanks in advance,
Mattijs
The Netherlands
Re: Possiblility to load an external template in page preview
Re: Possiblility to load an external template in page preview
Thanks!