Link to home
Start Free TrialLog in
Avatar of thenelson
thenelson

asked on

properly layout 3 iframes

I have 3 iframes that is currently displaying like this: User generated imageThis is my current code:
<iframe name='newframe' frameborder='1' height='150' width='300'></iframe>
<iframe name='newframe2' id='newframe2' frameborder='1' height='28' width='380' scrolling='no' marginheight='3'marginwidth='5' float:left></iframe>
<iframe src='smicontacts.php' name='SQLframe' id='SQLframe' frameborder='1' height='240' width=650' float:right></iframe>

Open in new window


This is what I want it to look like: User generated image
How do I do that?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America 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
Avatar of thenelson
thenelson

ASKER

That did it! Don't know why I didn't remember using a table but I am thankful you reminded me.