Results 1 to 3 of 3

Thread: page within a page

  1. #1
    Join Date
    Feb 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default page within a page

    Hey,
    I can't quite work out how to put a page insdie a page, like fro instance when u have the menus adn titles around the side of a page and then theres a cell in a table that has its own scroll bar, and when u click a link it opens in there. Any ideas?

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    First, create a frame and name it (i.e myframe):
    http://webdesign.about.com/od/iframes/
    or
    http://www.w3.org/TR/REC-html40/present/frames.html

    Then, target the frame with a link.
    <a href="www.google.com" target="myframe">

    To see what I mean, here's an example I have made for you: http://www.afpsupport.r8.org/dynamic...ramexample.htm

    cr3ative
    Last edited by cr3ative; 02-05-2005 at 11:02 AM.
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

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

    Default

    Cheers,
    I'm just using your thingy as an example, i despise tutorials.

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
  •