The forum operates in read-only mode. Please head to StackOverflow for support.
'<html><head></head><body>' + html + '</body></html>' ;
'<html><head></head><body style="margin: 0px; padding: 0px;">' + html + '</body></html>' ;
RE: Remove the spaces in the textarea?
If you are referring to the "HTML" area, you can remove the default body margin by editing the fck_editor.js file.
The line in particular will look something like this:
You will want to change it to look like this (or something similar):
Hope that helps.
Best regards,
boduje
RE: Remove the spaces in the textarea?
Thanks a lot! That is exactly what I meaned.
Cosmo