Results 1 to 3 of 3

Thread: use iframe or not

  1. #1
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 07
    Posts
    365

    use iframe or not

    I am coding a simple CMS project and I really like this template I found online http://www.quackit.com/html/template...example_5.html however it uses iframes. Aren't iframes out dated? Is there anyway to convert this template to work without iframes?

    Thanks in advance.

  2. #2
    Frenzied Member kfcSmitty's Avatar
    Join Date
    May 05
    Location
    Kingston, Ontario
    Posts
    1,789

    Re: use iframe or not

    Don't use iframes for page layouts, there are issues that arise from doing so. For example, bookmarking a page.

    iFrames can be used to include content from another site into your page, but definitely shouldn't be used for page layout.

    To answer your second question, that layout is quite easy to build without using iframes. Break each section down into divs and work with that.

    I'm sure one of the more active users of this forum will chime in with more detail, but I figured I would just give my quick $0.02.

  3. #3
    Frenzied Member
    Join Date
    Apr 09
    Location
    CA, USA
    Posts
    1,500

    Re: use iframe or not

    This might be a good place to start learning.

Posting Permissions

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