Forum Moderators: open
For example, if I change font size, the html code in Internet Explorer looks like this:
<FONT size=1 hasbox="2">Test</FONT> In all other browsers it's just:
<FONT size=1>Test</FONT> What is "hasbox" and why Internet Explorer adds it to the html tags?
Thanks.
"NicEdit is a Javacript/AJAX inline editor to allow easy editing of web site content....."
I would assume that if you crack open the .js you will see that the instruction for this insertion into IE is in the .js