How to
<div class="field_myiframe">
<h3>[Title]</h3>
<iframe src="[URL]" width="[width]" height="[height]" target="[target_value]">[URL]</iframe>
</div>add frameborder="0" ?
<div class="field_myiframe">
<h3>[Title]</h3>
<iframe src="[URL]" frameborder="0" width="[width]" height="[height]" target="[target_value]">[URL]</iframe>
</div>
Comments
Comment #1
neffets commenteduntil now i do ite per CSS
my css has a line
iframe.buchungsmaske { border:none; margin:1em auto; }
this works because each IFrame receive a class-name like the name of the CCK-field
I sleep over the idea: to add an option to config for this.
(and remove the senseless target-option which cannot work on extern iframes.)
Comment #2
neffets commentedYou can add a class-name in the definition of the field,
then You can any style You wish to this class.
Comment #3
neffets commentedOption for "frameborder" added in version 6x-1.3
in 1.3 it allways showed up as frameborder="0", if You wanted a frameborder - no chance
This is fixed now, and will be fixed in Version 6.x-1.4