Results 1 to 4 of 4

Thread: HTML: frames???

  1. #1

    Thread Starter
    Addicted Member herpysz's Avatar
    Join Date
    Mar 2002
    Location
    Europe>Moldova>Kishinev
    Posts
    176

    HTML: frames???

    Hi! Help me plz to make on the site 5 frames like in the attached picture!

    thatnks!
    Attached Images Attached Images  
    Next regards from Herpysz!

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    <frameset rows="95,*,95" border=0 frameborder=0 framespacing=0>

    <frame name="header" src="aaa.html">
    <frameset cols="33%,33%,34%">
    <frame name="navigation" src="one.html">
    <frame name="main" src="main.html" >
    <frame name="right" src="what.html">
    </frameset>
    <frame name="bottom" src="bottom.html">

    </frameset>

  3. #3

    Thread Starter
    Addicted Member herpysz's Avatar
    Join Date
    Mar 2002
    Location
    Europe>Moldova>Kishinev
    Posts
    176

    thanks!!!!!!!

    Originally posted by mendhak
    <frameset rows="95,*,95" border=0 frameborder=0 framespacing=0>

    <frame name="header" src="aaa.html">
    <frameset cols="33%,33%,34%">
    <frame name="navigation" src="one.html">
    <frame name="main" src="main.html" >
    <frame name="right" src="what.html">
    </frameset>
    <frame name="bottom" src="bottom.html">

    </frameset>

    THANKS A LOT! MAN, YOU HELPED ME A LOT...NOT ONLY WITH THIS MESSAGE...BUT GENERALLY YOU ANSEWRED AT MANY OF MY QUESTIONS...RESPECT

    THANKS!
    Next regards from Herpysz!

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Uhm... You're welcome for that over-enthusiastic thank you.

Posting Permissions

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



Click Here to Expand Forum to Full Width