Page 1 of 1
Change [IMG] button output?
Posted: Mon Sep 12, 2005 5:07 pm
by DortoH
When inserting an image with the IMG button it adds alt="" to the end. I would like to drop this and add border="1" . Where can this change be made?
Re: Change [IMG] button output?
Posted: Mon Sep 12, 2005 5:23 pm
by garvinhicking
Short answer: You shouldn't.
Long answer: ALT is required so that your HTML is XHTML compliant. "border" is a deprecated attribute and should be set via CSS using the "img { border: 0px}" method.
Regards,
Garvin