Online Page Editor Add-on Support Product Page

how to use this with iframe content

Asked 22 Jul 2012 10:50:35
1
has this question
22 Jul 2012 10:50:35 christine Weald posted:
To use this with iframe content.
I found I had to add the online page editor to the iframe content to use this editor.

I use a Mac and tried using the various 'magic key's but only - Cntrl \ works.

Replies

Replied 23 Jul 2012 07:20:36
23 Jul 2012 07:20:36 Vulcho Vulev replied:
Hello Christine.

Can you provide us with link to the page, where we can see exactly what you trying to achieve?

Regards:Vulcho.
Replied 23 Jul 2012 07:24:13
23 Jul 2012 07:24:13 christine Weald replied:
The main page is index.html and references the iframe of home.html at www.cdlc.com.au

Just checked and the index page appears to be working. Strange as I cleared cache and reloaded web page each time I was testing.

But I can't login. Dialog box says to logon to www.cdlc.com.au on www.cdlc.com.au:80
I've used both the login/psw for the ftp account and the site account and they both fail.

The online page editor uses page edit security - HTTP authentication and the username/psw for the ftp user set up in Cpanel (is this right?) and

Save files with FTP using the domain username &psw - ie the same as I use in Dreamweaver to access and update the web pages. But this port is 21. And PASV mode is ticked - don't know what this is, but the manual had it ticked.

Could you correct my mistake please.
Replied 30 Jul 2012 07:31:12
30 Jul 2012 07:31:12 Vulcho Vulev replied:
Hello Christine.

Can you please use XHTML1.0 Transitional encoding for your page? You should begin with the following lines of code:
<!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=utf-8" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>

Reply to this topic