hello,
Please tell me if someone know how to use a div witdh an css ID in fckblank.html like :
<html id="design0">
<body i="heading3">
<div id="content15"></div>
</body>
</html>
And the text call with php will be insert in the div balise...
( i doesn't want to see the div balise in the fck source )
Please tell me if someone know how to use a div witdh an css ID in fckblank.html like :
<html id="design0">
<body i="heading3">
<div id="content15"></div>
</body>
</html>
And the text call with php will be insert in the div balise...
( i doesn't want to see the div balise in the fck source )
RE: powerfull css
fckblank.html is a file to make the browser happy while loading empty iframes under https and things like that, it isn't a template that will be used when editing something.
you can choose in the config of the editor to edit from <body> to </body> or edit the whole document, you could choose to edit from body to /body and then insert that content back into your div at the server.