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

neffets’s picture

Assigned: Unassigned » neffets
Status: Active » Postponed

until 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.)

neffets’s picture

Version: 6.x-1.1 » 6.x-1.2
Status: Postponed » Closed (fixed)

You can add a class-name in the definition of the field,
then You can any style You wish to this class.

neffets’s picture

Status: Closed (fixed) » Fixed

Option 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.