View Single Post
Old 02-17-2010, 06:03 PM   #5
Paul Bridson
Member (1 bit)
 
Join Date: Feb 2010
Posts: 1
Fyi

Embedding an existing blog in iWeb is easy using iFrames

open an html snippet, and insert the code:

PHP Code:
<iframe src="your target url goes here"
style="width:900px; height:1200px;
border-width:0px;
border-color:#990033; 
border-style:solid;"
scrolling="auto" >
</
iframe
Make sure to insert your target url, and alter the width and height to suit

Last edited by kram 2.0; 02-17-2010 at 08:03 PM.
Paul Bridson is offline   Reply With Quote