» Forums
» HTMLArea
» General discussion
» footer/ status bar at the bottom
footer/ status bar at the bottom
2005/12/14 18:19
Viewed 6342 times
Replies: 1/1

First off, I love the editor: awesome work.

Is it possible to remove the footer/status bar at the bottom of the editor, I have users that aren't in the least bit fluent in html and this is just a distraction for them.

also

I was wondering if there is an api documented anywhere.

Thanks

Re: footer/ status bar at the bottom
2006/02/01 06:20
Viewed 8034 times
Replies: 0/0

Try adding this:

.htmlarea .statusBar { display: none; }

to htmlareas.css

last
Google