Advanced HTML Editor 3 Support Product Page

Answered

Advanced HTML Editor 3 - width and height, no page preview.

Asked 17 Jan 2014 10:05:06
1
has this question
17 Jan 2014 10:05:06 John Mills posted:
Advanced HTML Editor 3 - although the width and height have been set to 400px the editor window still goes full web page width. What do I need to do to reduce the editing window width?
It is important to see the content in its final form as there is no page preview. Since the width and height can be set then one expects the window to conform to the settings.

Replies

Replied 17 Jan 2014 10:07:53
17 Jan 2014 10:07:53 Teodor Kuduschiev replied:
Hello,
Please provide a link to your page.
Replied 17 Jan 2014 10:14:41
17 Jan 2014 10:14:41 John Mills replied:
Hi T
here it is www.windmillit.co.uk/test.htm
ctrl+f2 / admin / pass to try it.
Replied 17 Jan 2014 10:20:47
17 Jan 2014 10:20:47 Teodor Kuduschiev replied:
Using the Online Page Editor, it fills the width of the the container it is placed into.
If you are using the Advanced HTML Editor 3 on a page without using the Online Page Editor Add-on, then you can specify its size.
Replied 17 Jan 2014 10:31:59
17 Jan 2014 10:31:59 John Mills replied:
I am using the Advanced HTML Editor 3 and the Online Page Editor and have specified a width and height of 400px but the editing window still goes out to the container width of around 900px.
Replied 17 Jan 2014 10:40:50
17 Jan 2014 10:40:50 Teodor Kuduschiev replied:
This is what i just explained in my previous post:

Using the Online Page Editor, it fills the width of the the container it is placed into.
Replied 17 Jan 2014 10:54:47
17 Jan 2014 10:54:47 John Mills replied:
OK i have solved it by using a nested div which appears to work.
However, can I suggest that you look at adding the functionalty to speciofy the size of the on line editor window. Also to add a page preview?

<div style="width:400px;">
<div id="testedit1">
<p style="color:#CFF" >&nbsp;</p>
</div></div>

Reply to this topic