Results 1 to 2 of 2

Thread: Inline Frame Demo

  1. #1
    Join Date
    Oct 2008
    Posts
    22

    Thumbs up Inline Frame Demo

    Hi Guys,

    I am new to the inline frame thing and have trouble setting up one. I am trying to convert this code that references images like Phones, DVD, Cars, etc in html coding with inline frame to achieve a dynamic webpage layout.

    {
    ..

    <table>
    <TR>
    <TD width="117" height="24" bgcolor="#FFFFFF" style="border-style: none; border-width: medium" bordercolor="#FFFFFF">
    <IMG
    src="images/Lcd.jpg"></TD>
    <TD width="106" height="24" bgcolor="#FFFFFF" style="border-style: none; border-width: medium" bordercolor="#FFFFFF">
    <img border="0" src="images/acer.jpg"></TD>
    </TR>
    </table>
    ..
    }

    I would appreciate an inline frame that displayes the images (Lcd.jpg, acer.jpg, etc) in animated form.

    Thnx for your response.

    Voyager.

  2. #2
    Join Date
    Oct 2008
    Posts
    22
    Hi Guys,

    I have these codes for my inline frame that displays google ads which does not work on my broswer. I have tried other browser and the problem persist. Is there something that I'm missing please. The site in question is www.g-uk.biz and the code is to display in the ADVERTISEMENT frame.

    The code is as follows;


    <iframe id="myFrame" name="myFrame" marginWidth="1" marginHeight="1" frameBorder="0" width="251" height="600" border="0" target="_blank" class="hiddenIframe" scrolling="no">
    <div align="center">
    <script type="text/javascript"><!--
    google_ad_client = "pub-3657160826031273";
    /* www.g-uk.biz,160x600 ads, */
    google_ad_slot = "9442632217";
    google_ad_width = 160;
    google_ad_height = 600;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></iframe>

    Many thanks in advance guys.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •