Login
Please enter your email address and password to login to the help desk.
(leave blank if you forgot your password)
   Save my login information
 

IMPORTANT NOTE:

DUE TO STUCTURAL CHANGES, THE TICKET SYSTEM IS NO LONGER ACCEPTING TICKETS. IF YOU ARE A PAYING SUBSCRIBER, PLEASE LOGIN TO THE CROSSTEC SITE AND USE THE CLUB FORUMS. THE CLUB FORUMS CATEGORY WILL APPEAR RIGHT AFTER LOGIN IF YOU ARE A PAYING CUSTOMER:

>>> Click here to access the forums <<<

We will close the knowledgebase soon as well and move its contents into a new knowledgebase system.

Knowledge Base » BreezingForms » FAQ
CSS for iFrames
Can I use CSS in a form that is running in an iFrame?

Yes, you can. This forum post offers one possible solution:

http://www.crosstec.de/forums.html?func=view&catid=5&id=6825#6830

You could also echo the link rel inclusion as a BEFORE FORM piece.

Form Properties > Advanced Tab > More Options Link > Form Pieces

Then in the BEFORE FORM section, click on the CUSTOM button and add the following code:

$this->execPieceByName('ff_InitLib');

echo '<link rel="stylesheet" type="text/css" media="all" href="'.JURI::root().'path/to/stylesheet.css">';

Then click on the SAVE icon at the bottom of that screen, and then, once back at the form properties screen, click on the SAVE icon in the upper right-hand corner of the screen.

Was this helpful? Yes No Print Pdf