Hi,
I'm using an Iframe to display my facebook info.
I've contained it in
!!< >!!
and put it into a fragment text box.
The code works...On upload the iframe is displayed.. and also in page preview in a browser...
but its not displaying within actinic.. its just blank.. making design difficult.
Does anyone know why it isnt displaying in actinic and how I can make it do so?
I'm using an Iframe to display my facebook info.
I've contained it in
!!< >!!
and put it into a fragment text box.
The code works...On upload the iframe is displayed.. and also in page preview in a browser...
but its not displaying within actinic.. its just blank.. making design difficult.
Does anyone know why it isnt displaying in actinic and how I can make it do so?
Code:
!!< <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2F......... ...........middle code snipped out......... .......one; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe> >!!
Comment