Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2005
    Posts
    2
    Tokens
    0

    Default IFrames.. (The Easy way)

    The Iframe

    iframe name="FRAME1" src="content1.htm" width="xx" height="xx" frameborder="1" ></iframe>

    Change the "xx" To the size of the Iframe you want.

    Change "Content1.html" to the page you want in the IFrame when your website loads.

    -------------------------------------------------------------------------------------
    Link's to the IFrame

    <a href=www.habboxforum.com target="FRAME1">HxF</a>

    Change "HxF" To What you want the link to say EG: Click here
    Change www.habboxforum.com To What the link will go to (In the IFrame Like www.habboxforum.com/signup.php
    -------------------------------------------------------------------------------------
    Changing Colour of Scroll Bar

    <style type="text/css">
    body
    {
    scrollbar-face-color : #000000;
    scrollbar-highlight-color : #000000;
    scrollbar-3dlight-color : #000000;
    scrollbar-shadow-color : #000000;
    scrollbar-darkshadow-color : #000000;
    scrollbar-track-color : #000000;
    scrollbar-arrow-color : #000000;
    }
    </style>

    Change the code's "#000000" (its currently black) Find the code's here http://www.computerhope.com/htmcolor.htm
    NOTE: This is only the IFrame at the right not the IFrame scroll Bar!


    ------------------------------------------------------------------------
    IFrame Coloured Scroll Bar

    Follow the tutorial above but put your colours + Html Code in every HTML Page that will go in the IFrame


    Hope this tutorial Helped
    Andy

  2. #2
    Join Date
    Jun 2005
    Location
    Manchester
    Posts
    3,187
    Tokens
    0

    Latest Awards:

    Default

    This is probably the 6th Iframe tutorial I have seen "/

    - Dan

  3. #3
    Join Date
    Jun 2005
    Location
    USA
    Posts
    2,047
    Tokens
    0

    Latest Awards:

    Post

    Lol
    6Th
    *Image Removed*

    Thank you Brad for the sig


    Signature edited by Nick- (Forum Super Moderator): Please do not have images that exceed the limit for non VIPs (700 x 150) in your signature.

  4. #4
    Join Date
    Nov 2005
    Location
    Earth last time i checked...
    Posts
    56
    Tokens
    0

    Default

    OMG I know iFrames are the easiest to use lol and dont come on the forum with 1 post and thinking you got good tut ive seen about 5 and there better yours

    PM Or Reply To Add To Freinds List
    My Bessie Freinds:

    DJSharky
    Raremandan
    Embraces
    Joe Commins


    PM ME IF YOU WANNA BE IN THIS LIST(I +REP)

    :eusa_danc :eusa_danc :eusa_danc :eusa_danc

  5. #5
    Join Date
    Jun 2005
    Location
    Manchester
    Posts
    3,187
    Tokens
    0

    Latest Awards:

    Default

    And it's much easier and professional to use PHP includes

    - Dan

  6. #6
    Join Date
    Nov 2005
    Location
    Earth last time i checked...
    Posts
    56
    Tokens
    0

    Default

    Lol I know , Experienced Designer Myself Dan

    P.S I Repped Yah On My Buddies List As I Said I Do +Rep

    -Gary
    My Bessie Freinds:

    DJSharky
    Raremandan
    Embraces
    Joe Commins


    PM ME IF YOU WANNA BE IN THIS LIST(I +REP)

    :eusa_danc :eusa_danc :eusa_danc :eusa_danc

Posting Permissions

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