I've changed the size of the Page.Graphic image and can't seem to get it
to publish at the correct size:
LogoCCLarge.gif (228x85)
<img src="store/media/Logos/LogoCCLarge.gif" width=228 height=85
alt="Logos/LogoCCLarge.gif" hspace=3 vspace=3 border=0>
Then I change LogoCCLarge.gif to (250 x 75)
and the resulting html:
<img src="store/media/Logos/LogoCCLarge.gif" width=228 height=85
alt="Logos/LogoCCLarge.gif" hspace=3 vspace=3 border=0>
The only way that I can force a regeneration at the new size is by using a
different name for the logo gif (which is NOT an acceptable solution.)
David