iframe prob

Permabanned
Joined
14 Jun 2005
Posts
291
i created a template in fireworks and done a html cut out

then i imported it into dreamweaver and in the cut out i added

<IFRAME src="page.htm" name="main" width="100%" height="100%" frameborder=0 noresize></IFRAME>

but nothing shows up at all when i preview the site its weird its done this before
 
iframe4zy.jpg


i created a template on fireworks done a html slice in fireworks, then imported the fireworks html file into dreamweaver, then done the iframe to appear on the cutout but nothing appears just a white page...

this is the code im using for the iframe

Code:
<IFRAME src="page.htm" name="main" width="100%" height="100%" frameborder=0 noresize></IFRAME>
 
Back
Top Bottom