[Typo3] mailform: removing <br /> from radio buttons

typo3 at davidlanier.com typo3 at davidlanier.com
Mon Apr 25 18:54:39 CEST 2005


Hello all,

Someone probably has a simple solution for this, but I haven't been able to
locate it yet.

By default, when you create a mailform and create a set of radio buttons, those
radio buttons are separated by breaks [1].  How can I change those breaks into
something else?  (I want spaces [2])

I suppose all I really need is the path to the set of properties that control
the rendering of option elements of a form.  TSREF shows me how to wrap the
entire data (all radios together), but not how to wrap each individual option
(radio button & text).

[1]
Radios:<input type="radio" name="Radioss" value="val1" />val1<br />
<input type="radio" name="Radioss" value="val2" />val2<br />

[2]
Radios:<input type="radio" name="Radioss" value="val1" />val1 &nbsp;&nbsp;&nbsp;
<input type="radio" name="Radioss" value="val2" />val2<br />


David Lanier



More information about the TYPO3-english mailing list