Results 1 to 4 of 4

Thread: Please Help

  1. #1
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Please Help

    Hi every1 I am only new to using Iframes but I think I slowly catching on,lol,
    can anyone tell me the code for a Iframe like the one that is on this website on the left hand side please look I have tried using normal Iframes but they do not look the same as the one on the above website, my website

    PLEASE CAN SOMEONE HELP ME, TRUSTING YOU UNDERSTAND


    Mark

  2. #2
    Join Date
    May 2005
    Location
    Hawaii
    Posts
    52
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://www.gerweck.net/ is using a frameset, and you are using a iframe. Here is the source of http://www.gerweck.net/;
    HTML Code:
    <TITLE>Gerweck.Net</TITLE>
    <SCRIPT LANGUAGE="JavaScript"> 
    <!--   // --> 
    </SCRIPT>
    <base target="main">
    <main="toolbar.htm">
    <FRAMESET COLS="23%, 77%" FRAMEBORDER = NO BORDER=0 FRAMESPACING=0>  
    <FRAME NAME="toolbar" SRC ="toolbar.htm"> 
    <FRAME NAME="main" SRC="index2.shtml">
    </FRAMESET>
    to learn more about the frameset go here .

  3. #3
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you very much for your help

    Mark

  4. #4
    Join Date
    May 2005
    Location
    Hawaii
    Posts
    52
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Your Welcome.

Bookmarks

Posting Permissions

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