Thread: Iframes

Results 1 to 8 of 8
  1. #1 Iframes 
    Donator Milk Shake's Avatar
    Join Date
    Feb 2008
    Posts
    312
    Thanks given
    0
    Thanks received
    0
    Rep Power
    24
    Hey,i used to be into html and one of the best things for you do know are i frames.

    What are iframes?
    iframes are frames (duh) that are inside the html padge (webpage) when you click on a link in a navagation bar i frames enable the page to load in the middle of the page not opening a new window.

    Ok lets get started

    here is a basic iframe code:
    <iframe src="http://rune-server.ee" name="_main" scrolling="auto" frameborder="no" align="center" height = "419px" width = "658px">
    </iframe>
    let me explain that
    frame src="http://rune-server.ee"
    is what will be in the frame at the begining.
    name="_main"
    THIS IS VERY IMPORTANT, I WILL EXPLAINE WHY LATER IN THE TUT
    scrolling="auto"
    That basicley mean if the page is to big it also you do scroll down you know...
    frameborder="no"
    If you want a border or not
    align="center"
    where the i frame is
    height = "419px" width = "658px
    self explained the width and hight of frame.

    ok now making a link to open in the frame
    the link must look like this
    <a href="google.com" target="_main">link</a>
    a href="google.com"
    what you want to open in the i frame
    target="_main">
    This is so it open in the frame
    link
    is the word you click to open the page.

    Hope this helped you.
    Have a cookie for doing the tut :cookie:

    if you still need any help please ask and i will try my best to help you.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Cloke's Avatar
    Join Date
    Nov 2006
    Age
    27
    Posts
    747
    Thanks given
    14
    Thanks received
    1
    Rep Power
    130
    _main won't work. get rid of the _
    Reply With Quote  
     

  3. #3  
    Member Market Banned Market Banned


    Join Date
    Nov 2006
    Posts
    3,292
    Thanks given
    29
    Thanks received
    22
    Rep Power
    4355
    Quote Originally Posted by Cloke View Post
    _main won't work. get rid of the _
    Yes Ur Right It Will Work Then
    Spoiler for Signature:



    Nick David Matt Kevin Zack Corey Jeff GOD DAMMIT
    Reply With Quote  
     

  4. #4  
    Registered Member Jamestf347's Avatar
    Join Date
    Aug 2008
    Age
    27
    Posts
    41
    Thanks given
    0
    Thanks received
    0
    Rep Power
    17
    I've known about this for a while but never really looked at the individual parts. Thanks =]


    Who says Nerds Can't Run? Highschool Track FTW . kthxbai
    Reply With Quote  
     

  5. #5  
    Registered Member
    gamerx's Avatar
    Join Date
    May 2008
    Posts
    310
    Thanks given
    12
    Thanks received
    4
    Rep Power
    355
    i Iframes
    GREAT TUT :lock::lock::lock::lock:hoot:
    Spoiler for Awesome List:

    • [Only registered and activated users can see links. ], You are kick-ass
    • [Only registered and activated users can see links. ], FTW < just ftw
    • [Only registered and activated users can see links. ], Thanks for sprites
    • [Only registered and activated users can see links. ], im sad you left
    • Avatar Realms, thanks for your help
    • 1337, umm, yeah...
    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Oct 2007
    Posts
    1,052
    Thanks given
    113
    Thanks received
    32
    Rep Power
    573
    Thank you so much. I was looking for this!
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Feb 2010
    Age
    27
    Posts
    553
    Thanks given
    144
    Thanks received
    2,147,483,647
    Rep Power
    0
    Thanks
    Reply With Quote  
     

  8. #8  
    The Drug in Me is You Market Banned Market Banned


    RevoDead's Avatar
    Join Date
    Nov 2008
    Age
    28
    Posts
    1,097
    Thanks given
    77
    Thanks received
    16
    Rep Power
    183
    shit
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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