Link to home
Start Free TrialLog in
Avatar of NEYLORNBSJC
NEYLORNBSJCFlag for United States of America

asked on

Iframe on Dreamweaver CS4

I'm trying to frame an outside page on my site. I've been trying to figure out buy watching some videos but I still can't get it done. Opening a blank new page, the steps that I'm taking are as follow:
Insert > LayoutObjects > DivTag > At insertion point > ID:Content.

Then inside that box:
Insert > HTML > Frames > IFrame.
Done.
It brings the page up but it also shows me a white box on the side which takes the page out of center. How do I erase that box. See attachment.
I tried to mess with it and now this box i's showing on the upper right corner. You can see what I'm talking about by visiting this page at http://nbsauto.com/InventoryPortal.html

Thank you
Avatar of TheYan
TheYan
Flag of Denmark image

There is no attachment but as I see, that looks like an iframe. Post your source.

Best wishes, Yan
Avatar of NEYLORNBSJC

ASKER

Sorry I forgot the attachment.
NBSAutoScreen.png
Well, that box certainly is an iframe. Give me your html code, i'll fix it.

Best wishes, Yan
You got it. Thank you.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
 
<body>
<div id="header"><span class="main">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="980" height="121">
    <param name="movie" value="flash/menu_v8.swf?button=1" />
    <param name="quality" value="high" />
    <param name="menu" value="false" />
    <!--[if !IE]> <-->
    <object data="flash/menu_v8.swf?button=1"
                            width="980" height="121" type="application/x-shockwave-flash">
      <param name="quality" value="high" />
      <param name="menu" value="false" />
      <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
      FAIL (the browser should render some flash content, not this).
    </object>
    <!--> <![endif]-->
  </object>
</span><iframe>
</div>
<div id="footer"><iframe src ="http://webiol.homenetinc.com/" width="1050" height="950"></iframe></div>
</body>
</html>

Open in new window

Can you tell me where you've made changes once is done?
ASKER CERTIFIED SOLUTION
Avatar of TheYan
TheYan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Good Job. nicely done.
Thank you very much.
Nice job. thank you
Glad to help, don't bother asking more.

Best wishes, Yan
I'll. I'm dumby on this field, but I'm trying to do on my own to save some money. You know, money is tight. you can expect more questions on this, for sure. keep watching.
I've place another question but I've got response from somebody else. Would you like to get this one?
Avatar of Jason C. Levine
>> I've place another question but I've got response from somebody else. Would you like to get this one?

You need to respond to the Experts who respond to you and not aim questions at a specific person.  That's tantamount to "point-passing" and can get you in trouble.
Sorry, my bad. I'm new to this thing and I don't really know how it works.I need to frame that link in the body of the page so I can insert a footer.
 
Post in the new question.  We'll help you there.