[ic] shipping widget and bold text

IC ic at tvcables.co.uk
Fri Oct 30 15:49:33 UTC 2009


> > Hi folks,
> >
> > I am using:-
> >
> > [shipping widget=radio_left extra="onclick='this.form.submit()'"]
> >
> > Which works well but I would like the font weight to be bold, is there a
> way
> > to add this, I tried prepend="<b>" append="</b>" but it did nothing.
> >
> > If there is no way to add it via the tag where does the actual code for
> this
> > widget reside?
> >
> > Thanks,
> > Andy
> >
> >
> I've not tried it myself but here is a suggestion...
> 
> [shipping widget=radio_left extra="onclick='this.form.submit()'
> style='font-weight: bold;'"]

Thanks for the reply, after trawling through the source in Form.pm I found I
could do it with css like this:-

[shipping widget=radio_left extra="onclick='this.form.submit()'"
TD_LABEL='class="shippingcss"']

And then just set the font and style in shippingcss etc

TD_LABEL="style='font-weight: bold;'" also works.

Andy.




More information about the interchange-users mailing list