• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: radiogroup divs

radiogroup divs 9 years 7 months ago #32636

Hi,

I have a radioform with images

it looks like:

Dakota-Anthracite1|<img src="images/Stoffen/Flame/Dakota-Anthracite1.jpg" />
Dakota-Black1|<img src="/images/Stoffen/Flame/Dakota-Black1.jpg" />

the html output looks like:

<input type="checkbox" etc..>
<label><img src="images/Stoffen/Flame/Dakota-Anthracite1.jpg" /></label>
<input type="checkbox" etc..>
<label><img src="/images/Stoffen/Flame/Dakota-Black1.jpg" /></label>

What I want to achieve is a div around the input and label sets:

<div class="imgblock">
<input type="checkbox" etc..>
<label><img src="images/Stoffen/Flame/Dakota-Anthracite1.jpg" /></label>
</div>
<div class="imgblock">
<input type="checkbox" etc..>
<label><img src="/images/Stoffen/Flame/Dakota-Black1.jpg" /></label>
</div>

I hope there is someone here who can point me in the right direction on how to achieve this.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!