[ic] Button problem

Sheamus Nulty interchange-users@interchange.redhat.com
Fri Sep 14 14:19:00 2001


Hi Folks,

I'm having a very strange problem when using the button tag. A catalog I'm
building for the last few weeks seems to be displaying any button tag now as
a text box and not an image. If for example I use the following code

[button
                  text="Checkout"
                  src="__THEME__/checkout_button.gif"
                  hidetext=1
                  form=basket
                  getsize=1
                  ]
                        mv_todo=return
                        mv_nextpage=ord/checkout
                [/button]

a text Checkout button is created. Now from what I can remember this problem
occured when I upgraded from 4.7 to 4.8 .

However, if I create a new catalog from scratch and use the same code for a
button then it properly displays the image.
Both catalogs are running off the same code base so I don't understand why
one works and the other doesn't.

If someone could please shed some light on this I will be eternally grateful
as its driving around the twist.

Thanks

Sheamus