Editor - Header
Editor - Header
Freedy
Posts: 33Questions: 5Answers: 0
Hi,
How can I remove the DTE_Header from the Editor window?
Thanks,
Thomas
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You could use
div.DTE_Header { display: none; }
in your CSS.Allan
Hi,
How do I recalculate the DTE_BODY to resize now there is no DTE_HEADER?
-Thomas
Ah yes, sorry. Use:
Allan