FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Iframe

 


jarred89
Hello I am making an iframe but i have no idea where to put it i have tryed everywhere here is the code
Code:
<html>
<head>
<title>Welcome To Vid Kid Productions</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="shortcut icon" href="http://www.vidkidproductions.com/images/favicon.ico" >
</head>
<body bgcolor="bababa" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (webtemplate(sliced).psd) -->
<table width="800" height="600" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
   <tr>
      <td rowspan="3">
         <img src="images/index_01.gif" width="13" height="600" alt=""></td>
      <td>
         <img src="images/index_02.gif" width="774" height="109" alt=""></td>
      <td rowspan="3">
         <img src="images/index_03.gif" width="13" height="600" alt=""></td>
   </tr>
   <tr>
      
    <td width="774" height="39" background="images/navbar.jpg"> <div align="center">
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="20">
          <param name="movie" value="button1.swf">
          <param name="quality" value="high">
          <embed src="button1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="20"></embed></object>
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="20">
          <param name="movie" value="button2.swf">
          <param name="quality" value="high">
          <embed src="button2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="20"></embed></object>
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="20">
          <param name="movie" value="button3.swf">
          <param name="quality" value="high">
          <embed src="button3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="20"></embed></object>
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="20">
          <param name="movie" value="button4.swf">
          <param name="quality" value="high">
          <embed src="button4.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="20"></embed></object>
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="20">
          <param name="BGCOLOR" value="">
          <param name="movie" value="button5.swf">
          <param name="quality" value="high">
          <embed src="button5.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="20"></embed></object>
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="20">
          <param name="movie" value="button7.swf">
          <param name="quality" value="high">
          <embed src="button7.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="20"></embed></object>
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="20">
          <param name="movie" value="button6.swf">
          <param name="quality" value="high">
          <embed src="button6.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="20"></embed></object>
      </div></td>
   </tr>
   <tr>
      
    <td width="774" height="452" background="images/index_05.gif"> <div align="center"><font size="7">Site
        Coming Soon.........</font></div></td>
   </tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>


I want the iframe to be in the big white box where it says Site Coming Soon.. To view the page www.vidkidproductions.com
mathiaus
This part almost at the bottom of the code
Code:
<div align="center"><font size="7">Site
        Coming Soon.........</font></div>
foggy
He is correct. The end part will end up looking something like this:
Code:
   <tr>
      
    <td width="774" height="452" background="images/index_05.gif"> <div align="center">
    <iframe src="http://yahoo.com" width=100% height=100% frameborder=0><font size="7">Site
        Coming Soon.........</font></iframe></div></td>
   </tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>

You can either remove the "Site Coming Soon..." part, or replace it with the text that people will see who's browsers do not support iframes.
jarred89
thanks for the help Very Happy
This topic is locked: you cannot edit posts or make replies.    Frihost Forum Index -> Support and Web Hosting -> Web Hosting Support

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.