Page 1 of 1

Image size tags don\'t get regenerated

PostPosted: Wed Jan 21, 2004 10:19 am
by David
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

Never mind Re: Image size tags don\'t get regenerated

PostPosted: Wed Jan 21, 2004 11:28 am
by David
Never mind . . . . .

Re: Image size tags don\'t get regenerated

PostPosted: Wed Jan 21, 2004 11:38 am
by Jim.
Go to the Images screen, select the image and click the Reset image
attributes button. Then click the Publish tab to make the change on the
page.

There is a .inf.<imagename> file created with information about the
image. If you upload another version of the same image that file will
not get recreated automatically so you need to force the update by the
method described above.

Jim


David wrote:
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