May 16, 2008

Frames Tutorial

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

free web hosting

Frames Tutorial

tefanclub
QUOTE



CODE
<HTML>
<HEAD>
<TITLE>A Basic Example of Frames</TITLE>
</HEAD>

<FRAMESET ROWS="75%, *" COLS="*, 40%">
<FRAME SRC="framea.html">
<FRAME SRC="frameb.html">
<FRAME SRC="framec.html">
<FRAME SRC="framed.html">

<NOFRAMES>
<H1>No Frames? No Problem!</H1>
Take a look at our
<A HREF="basic.noframes.html">no-frames</A>
version.
</NOFRAMES>

</FRAMESET>

</HTML>

 

 

 


Reply

kobra500
You know the problems with frames? They look terrible and makes your site look like it was done using a frontpage template. is it possible to make frames which don't look like frames e.g. they look like part of the site?

I suppose CSS is the bet

Reply

galexcd
QUOTE(kobra500 @ Mar 7 2008, 11:00 AM) *
You know the problems with frames? They look terrible and makes your site look like it was done using a frontpage template. is it possible to make frames which don't look like frames e.g. they look like part of the site?

I suppose CSS is the bet


In my opinion, frames just show an amateur web designer. No matter how well it is disguised. If you want a scrollable area, it can be achieved easily with css. Don't make iframes for this.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : frames

  1. Digital Photo Frames
    (4)
  2. Hmmm...can't Get The Frames Correct
    Please help (5)
    I want to make a site with frames on the top left and bottom. The complexity is that I want to add
    images which must be connected. Here is a text thought: --------------------------------\ BLA
    1 \ --------------------------- \
    1 \ \ Bla | | Bla
    | bla | Bla | bla |
    | bla | | | ....
  3. Css-based "i-frames" (sort Of)
    A couple of ways to do it... (1)
    I got thinking that it might be nice to have a method to load a bunch of pictures up to a site, but
    not have them taking up a lot of space. And without using a bunch of php, while still presenting the
    entire picture. And using full-on CSS coding, not tables or frames. So here you go... a "picture in
    a picture" method. A CSS framed picture And a "hidden" "picture in a picture" method. A
    "hidden" CSS framed picture Sort of a way to 'hide the picture and let the user decide if they
    want to actually see the image. All it does is use positioning for placing the....
  4. No Frames, But Still A Nice Menu?
    (11)
    Hi, So apparently frames are not done anymore. The nice thing about frames was, that you could have
    a nice menu, which was always positioned at the same spot. I am currently constructing a Joomla
    page, as I am working on a website that has to be eddited by people that don't know too much
    about html. Is there any way to get a menu that does not move while scrolling down? Please help.
    Marco ....
  5. Poll: Should I Use Frame Or No Frames For My Site?
    I know the design I want, just not sure which way to do it (10)
    I got lucky - while making sure I knew what I was talking about, I found a page that explains frames
    AND demonstrates the design I'm thinking about. ^-^
    http://www.highdots.com/css-editor/html_tu...ames/frame.html The page shows what I mean about
    "mock" frames - using tables (I'm assuming?) to arrange the title and the menu, but scrolls with
    the rest of the text. I have no idea how else to describe it. ^-^ The first poll is just to see if
    a trend I've noticed actually exists, or I'm just crazy. ^-^....
  6. Frames
    (4)
    I need help with frames... ok so this is what i have. A folder "Danny" Things Inside Danny:
    Index.html CODE <HTML> <HEAD> <TITLE></TITLE> <link
    rel="stylesheet" href="style.css" type="text/css"> </HEAD>
    <FRAMESET cols="15%, 85%">   <FRAME src="nav.html" Scrolling=NO
    NoResize FrameBorder="0" Marginwidth="100" MarginHeight="100">
          <frame src="home.html" noresize frameborder="0" name=Home>
          <frame sr....
  7. Advanced Html Frame Tag
    Frames and Tables (3)
    FRAME SYNTAX Frame syntax is similar in scope and complexity to that used by tables, and has been
    designed to be quickly processed by Internet client layout engines. CODE <FRAMESET>
    This is the main container for a Frame. It has 2 attributes ROWS and COLS. A frame document has
    no BODY, and no tags that would normally be placed in the BODY can appear before the FRAMESET tag,
    or the FRAMESET will be ignored. The FRAMESET tag has a matching end tag, and within the FRAMESET
    you can only have other nested FRAMESET tags, FRAME tags, or the NOFRAMES tag. ....
  8. Need Help With Frames
    (6)
    Hey everyone, I need help with frames. Say I click a button/link, I want it to appear in a certain
    box of the template. My friend just made a template from a tutorial, and wants me to make a site for
    him. With some knowledge of HTML, I ended up doing mostly everything, except for the framing.
    Because I'm going to use a shoutcast radio, I don't want the page to refresh everytime they
    visit a new link, otherwise the radio will restart for them. Can someone please give me a tag so if
    I click a button/link, it will appear in a certain area? Thanks.....
  9. Frames And Scrolling
    (2)
    I am wondering if it is possible to have a frameset with frames on the top, left and right of the
    main content. The frames would all be non scrollable except for the 'main content' (center
    frame). The problem i am having is that when the 'main content' needs to scroll, it places
    the scroll bar between the 'main content' frame and the 'right frame'. I need the
    scrollbar to be at the right of the 'right frame' so that the 'right frame' is not
    visually apart from the 'main content' frame. Is it possible to somehow posi....
  10. Frames!
    (7)
    Okay guys a freind of mine is building a web site and he asked me for help on this matter:
    http://www.xgteam.net well it looks lovely and all but then when u click on home and scroll down
    the main frame well u will see..... he uses java script because the links below are links but its in
    that coordinate map frame thing because its really a picture so how do I make it that it opens up
    the home page and not like the entire index file into that frame??....
  11. Frames Problem: Loads In Wrong Frame
    controlling loading location of frames (5)
    My Webpage as you can see when you click on a button it loads in the smaller frame, how do i fix
    this You could have also used a more descriptive title ....
  12. Frames
    tutorial (4)
    Since I am working on a game wich uses frames and getting experience with it, i thought, a
    tutorial! Frame Basics Frames are a feature that can have great effects, you can separate the
    term frames into 2 objects, and . Whats the difference? Frames are more or less an ancient
    feature from internet explorer and have not been updated much, the iframe on the other side is a
    much newer version of frames meaning they also have some advantages above normal frames. For
    example, the can be embedded in tables and div tags. the can also be nested into each other a....
  13. Forced frames script
    (2)
    Does anyone know of a script that will make it so my page will not accidentally be loaded without
    all of the frames? For example: If someone is reffered to the page main.html which would be the
    home page main frame by a search engine such as google, can I make it so that the browser will also
    load the other navigation frame even though it was not requested? This is to prevent someone from
    being sent to my site by a search engine and not being able to navigate becasue the other frame
    doesn't show. thanks, Alex....
  14. Html Frames
    how do i wrap html into php (7)
    hi all what i want to know is does anybody know a way to input html code into php /blink.gif'
    border='0' style='vertical-align:middle' alt='blink.gif' /> because i want to bulid a website
    using frames but i wish for with to run using php or if theres a way of creating frames using php
    that would be better for me. if any of u people got some good advice or links please reply. Thanks
    /ph34r.gif' border='0' style='vertical-align:middle' alt='ph34r.gif' /> ....
  15. Frames And Links
    (3)
    I don't often use frames and I am having a problem linking from page to page. I am using php.
    I have a link with goes: result 1 In results.php I create my frames and use 'if' queries
    to select a frameset depending on the variable passed in the link, so it goes: if ($_GET ) {
    else ...and so on. My problem is this - when I use target="result1", a new window opens and loads
    the page the way I want it, but I don't want a new window to open. If i put target="_self",
    then the page loads in the same window, but the page 'results.php' ap....
  16. Nice Gallery Script?
    Specificially w/ frames... (9)
    I'm looking for one that has the thumbnails in frames, while you can view the real picture in
    another..and auto thumbnails the files you have in a folder. Do you know any scripts like that?
    Thanks in advance.....

    1. Looking for frames

Searching Video's for frames
advertisement



Frames Tutorial



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE