iframe page grabs whole screen

G

Guest

When I load this script into the html tab:

<body bgcolor="#000000">

<table>

<td width="69%">
<IFRAME
SRC="http://collect.myspace.com/index.cf...istAllShows&friendid=92382313&n=Soukous+Radio"
noresize frameborder="Yes" marginwidth="10"
marginheight="10" width=850 height=550><</IFRAME ;scrolling="Yes">
</td>




<!--msnavigation--></td></tr><!--msnavigation--></table> </body>

the external page steals the whole screen. How do I make it stay inside the
neat little box in my webpage?
 
D

David Berry

The width of your cell is 69% and the IFrame is 850 pixels. Make the widths
the same.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top