Thread: html frame

  1. #1
    Registered User Inferno's Avatar
    Join Date
    Nov 2003
    Posts
    24

    html frame

    Hey all im sorry for the miss understanding in my last post. Well anyway I have a problem With html frames again im not sure if my page builder supports frames though so to be 100% sure of that i came here to post the code.

    Code:
    <frameset cols="20%,*">
      <frame src="navigation.html" framborder="0" scrolling="yes">
      <frame src="LBD.html" framborder="0" scrolling+"yes">
    <frameset>

  2. #2
    Registered User Inferno's Avatar
    Join Date
    Nov 2003
    Posts
    24
    o yea anyway this is Joe100

  3. #3
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    The second <frameset> should be </frameset>.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  4. #4
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    And the + should be =.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  5. #5
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    i'm not too sure, but the "framborder" should be "frameborder"... and usually people put it in the frameset tags...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  6. #6
    Registered User Inferno's Avatar
    Join Date
    Nov 2003
    Posts
    24
    well sorry for the spelling errors i didnt have much time to type but i got this out of my html book and thats all its said. I'm really not sure what im doing with it i understan a little bit of it but not much

  7. #7
    Registered User Inferno's Avatar
    Join Date
    Nov 2003
    Posts
    24
    Also whats is navigation and Content mean i was guesing its was html source file that i made from my computer so it links together right!!!!!

  8. #8
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Originally posted by Inferno
    Also whats is navigation and Content mean i was guesing its was html source file that i made from my computer so it links together right!!!!!
    If that is from a book, then I believe by navigation they mean a frame which has a menu of some sort, which navigates through the website. Content then, would be the actuall information on the main frame.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Html frame question
    By Checker1977 in forum Tech Board
    Replies: 4
    Last Post: 11-06-2008, 07:43 AM
  2. Please Help - C code creates dynamic HTML
    By Christie2008 in forum C Programming
    Replies: 19
    Last Post: 04-02-2008, 07:36 PM
  3. Animation not working....
    By aquinn in forum C Programming
    Replies: 7
    Last Post: 02-19-2005, 05:37 AM
  4. the effects of textures on my frame rate
    By DavidP in forum Game Programming
    Replies: 37
    Last Post: 10-03-2003, 11:24 AM
  5. Design + HTML
    By orbitz in forum C Programming
    Replies: 8
    Last Post: 11-21-2002, 06:32 AM