Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-11-22 23:08:23
- Th0maz
- New Member
- From: The Netherlands
- Registered: 2005-11-22
- Posts: 2
Checkbox positioning trouble
Hi to all!
I have a question (that’s why most of us are here).
I’m quite new to textpattern, but i build websites for quite some time now.
At the moment i’m building a site for a company which helps people find work. I used the plugin zem_contact to produce a register form.
Everything worked out pretty well, the only problem i have is that i’m unable to place some checkboxes on the right place.
The adres of the page is: http://hgbbeilen.nl/Inschrijven/
If you look at the first checkbox in the third fieldset you’ll see that it is positioned at the left site of the label.
The page looks like this in textpattern:
<fieldset>
<legend>In bezit van rijbewijs:</legend>
<txp:zem_contact_checkbox label="A" break='' /><br />
<txp:zem_contact_checkbox label="B" break='' /><br />
<txp:zem_contact_checkbox label="C" break='' /><br />
<txp:zem_contact_checkbox label="D" break='' /><br />
<txp:zem_contact_checkbox label="E" break='' /><br />
<txp:zem_contact_checkbox label="Geen" break='' /><br />
<txp:zem_contact_text label="Rijbewijsnummer" />
</fieldst>
I know it has something to do with the css for
<pre><code>#formulier label {
float: left;}</code></pre>
Who is able to help me?
Thanks in advance!
//@Zem, thanks for the tip
Last edited by Th0maz (2005-11-23 15:14:14)
Offline
#2 2005-11-23 00:39:42
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Offline
Pages: 1