
ic at tvcables
Oct 30, 2009, 8:49 AM
Post #3 of 3
(222 views)
Permalink
|
> > 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. _______________________________________________ interchange-users mailing list interchange-users[at]icdevgroup.org http://www.icdevgroup.org/mailman/listinfo/interchange-users
|