I may have missed something in the replies here as I don't have time to go through them thoroughly, but wouldn't simply putting the styles into a css file (or the boltwire style pages, of course) and adding a class or id to the form components solve this?
On Aug 24, 7:58 am, zenith <[email protected]> wrote: > Thanks for your reply Dan! > It works to use style on the text input field, however not combined > with a value (which is what I would like). This code puts the style > code into the value of the text field instead of into the style > parameter: > [text myquery "{?myquery}" style="width:80px; height:12px; border:0px; > background-color:#fa3; line-height:0.7em;"] > > There is a problem with the image too, as it omits the style and adds > "files/" to the src: > [image src="../boltwire/farm/img/search16.png" style="float:right; > margin-top:5px; border:9px solid;"] returns <input type='image' > src='files/../boltwire/farm/img/search16.png' /> > > zenith -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
