Forum Moderators: open
I write my HTML in Dreamweavers codeview (CS3). When I need to add an image I use the image insert button. It spits out something like:
<img src="images/bullet.gif" /> but I'd much rather have it write an empty alt tag and the image dimensions altogether, like so:
<img src="images/bullet.gif" alt="" width="12" height="11" /> I've been looking around for an answer to this one for quite a while now. I can't imagine there's no preference setting for autowriting image dimensions.
Anyone knows whether this is possible or not?