1

Hello
I am using TinyMCE to format my text and save it as html since TinyMCE doesnt save padding parameter I tried to save the content like this
$content = "<head><link type=\"text/css\" rel=\"stylesheet\" href=\"stylesheet.css\"></head><body><?= $site</body>";
whilte $site is my html code and in the stylesheet I have :
body {
padding: 500px;
}
this is also not working.I would like some suggestions on how I could solve this problem.
Thanks in advance.

2

do not use body, head, html tags.

use oage tag
Ancien pseudo : lolo