<hr>

Ask your feature Requests about CKforms component

<hr>

Postby whammock » Fri May 21, 2010 9:46 am

Can you wrap these in a div

hr tags are basically impossible to style in css the same across all browsers so can you wrap them in div with a class so I can edit the .css and style them all easily.

Thanks,
-William
whammock
 
Posts: 14
Joined: Tue May 18, 2010 2:02 am
Top

Re: <hr>

Postby AjentOranje » Thu Sep 02, 2010 5:27 pm

thats easy to do in the php code.

there are two places as far as I now to edit that.....

components > com_ckforms > tmpl > default.php

modules > mod_ckforms > tmpl > default.php

just search the code for

Code: Select all
   else if ($field->typefield == "fieldsep")
   {
      ?><hr <?php if ($field->t_noborderFS == "1") {echo ' class="ckNoBorder"';} ?> /><?php
   }


add your div before the hr tag and close it properly.

Hope that helps.

8-)
AjentOranje
 
Posts: 4
Joined: Thu Sep 02, 2010 4:58 pm
Top


Return to Feature Requests

Who is online

Users browsing this forum: No registered users and 1 guest

cron