I try to add images to each post but this one issue just drives me nuts.
Getting the image uploaded to the post is simple. Once that is done (in the designer), I click on the image and then click the "image control" on the toolbar in order to change the properties. In this case all I want to do is change the horizontal and vertical spacing.
However once I enter the values for this and press OK, the image disappears!
Its not really gone - by going to the code side I can see what happenend. Since I did not enter values for height and width - it automatically defaults them to "1" each.
However - the image tag code itself is duplicated.
This is fairly easy to fix on the code window side - but its just frustrating having to do this each time.
It does not seem like this should be that tough to fix. I also know I can go directly to the code side and just add the proper attribute ... but maybe there a simpler workaround for it?