iframe page grabs whole screen

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
The width of your cell is 69% and the IFrame is 850 pixels. Make the widths
the same.
 
Back
Top