iFrame content height

Hi Trey
can you just send me a version of your artwork with just those tow pages? then I can have a proper look
cheers max


freewaytalk mailing list
email@hidden
Update your subscriptions at:


freewaytalk mailing list
email@hidden
Update your subscriptions at:

ok it turned out be html document type of 4.01 you need to set that to a modern document type of html 5

plus you had a reference to jquery in the head so I removed that because the action adds that already
plus I moved the references from Before to after After

so it your links look like this

<link rel="shortcut icon" href="http://ohair.com/favicon.ico/>
<link rel="icon" type="image/png" href="http://ohair.com/Resources/favicon.png">
<link rel=”icon” href=”http://lightbenders.com/mobile/favicon.ico”/>
<link href='https://fonts.googleapis.com/css?family=Raleway:100,200, 300, 400|Oxygen:400,300' rel='stylesheet' type='text/css'>

that way then the jquery script and references get added after the stuff above

Then I added space in the target div because freeway may apply a font size of 1px to an empty div.
So that you can see the result I created a new text style and applied it to the target div

kind Regards Max

https://infinit.io/_/3ddKBxE


freewaytalk mailing list
email@hidden
Update your subscriptions at:

You are an ace.


freewaytalk mailing list
email@hidden
Update your subscriptions at:

thats ok
speak soon max


freewaytalk mailing list
email@hidden
Update your subscriptions at:

just seen something in your references its the curly double quotes on the third line
and that will muck things up

so here it is again corrected to normal double quotes

  <link rel="shortcut icon" href="http://ohair.com/favicon.ico/>
  <link rel="icon" type="image/png" href="http://ohair.com/Resources/favicon.png">
  <link rel="icon" href="http://lightbenders.com/mobile/favicon.ico"/>
  <link href='https://fonts.googleapis.com/css?family=Raleway:100,200, 300, 400|Oxygen:400,300' rel='stylesheet' type='text/css'>

freewaytalk mailing list
email@hidden
Update your subscriptions at:

Hi
this is an update to the action
this one allows you to target up to three different original blocks and copy the contents into 3 new blocks

you basically apply the action to 1 div and just reference the others within the action palette

you can also choose to include or not the jquery reference so that’s just in case you have already written it into the head
kind regards max

https://infinit.io/_/DAbhSt9


freewaytalk mailing list
email@hidden
Update your subscriptions at: