Thread: Help!

  1. #16
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    if you say so... but i don't know anybody who learned C++ before HTML...
    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

  2. #17
    Wen Resu
    Join Date
    May 2003
    Posts
    219
    /raises hand :P
    HTMl iritated me. C++ is much more peacefull too me. Only reason i know HTMl is cause of the summer i had with PHP, a short lived flame, returned to the every burning love i have for a true language like c++ :P

  3. #18
    Registered User
    Join Date
    Jan 2003
    Posts
    361
    Ok, I learned HTML a while ago(After C++...well after I began C++)

    Anyways, I know you gotta make a seperate page that tells to make 2 pages, and tell what sizes. Then you gotta link each window to a seperate pages, so that's 3 different pages alltogether.

    I could go look it up and tell you, but I am tired, lazy and I figure theres too many HTML tutorials on the web to count.

  4. #19
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    here's teh code for a framesource (i use them on my website http://www.johnshaoonline.com)

    Code:
    <html>
    <head>
    
    <frameset cols="16%,*"> 
    <frame src="framesrc.htm" name="navigation" scrolling="no"></frame>
    <frame src="home.htm" name="main"></frame>
    
    </frameset>
    </head>
    </html>
    now create two pages called framesrc.htm (or whatever you decide to use) and home.htm (same as before) and the framesrc will take up 15% of the screen (or whatever you put in) and the home will take up the rest of the screen (same as before)

    clarifying:
    things that can be changed: 16%,*,framesrc.htm,navigation,no,home.htm,main

    pretty much anything in the quotes...
    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

  5. #20
    Registered User Joe100's Avatar
    Join Date
    Jul 2003
    Posts
    63
    thnxs
    "Be Quick Or Be Dead"

    [img]
    http://www.danasoft.com/sig/GU.jpg
    [/img]

  6. #21
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    sorry i didn't post it earlier... I didn't see the question you asked.
    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

  7. #22
    Registered User Joe100's Avatar
    Join Date
    Jul 2003
    Posts
    63
    np dude but one question do i like put the text some where in that code or do i just type it in my advanced html area and just like put it somewhere
    "Be Quick Or Be Dead"

    [img]
    http://www.danasoft.com/sig/GU.jpg
    [/img]

  8. #23
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    np dude but one question do i like put the text some where in that code or do i just type it in my advanced html area and just like put it somewhere


    i cant understand what you are like talking abt
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  9. #24
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    hmm... neither do i... i'll put it this way:

    save that page as index.html
    create a page called framesrc.html
    write the links and everything on the left 16% of the page in it
    create a page called home.html
    write what's going to be in the rest of the screen in there
    open the index.html page, and you'll see all three of them... actually you'll see the other two in frames on the first one, but you won't tell that your actually looking at the first one... try it and you'll see what i mean.
    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

  10. #25
    Registered User Joe100's Avatar
    Join Date
    Jul 2003
    Posts
    63
    thats not what i want to do though i already have the page up and stuff and im using aol hometown the problem is that i have to use an advanced html button to put things in but the pages r saved as html
    "Be Quick Or Be Dead"

    [img]
    http://www.danasoft.com/sig/GU.jpg
    [/img]

  11. #26
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    create a new HTML page (with the 'advanced' editor) and put the page you already made in the "home.htm" part... if the page your using is already named home.html or index.html, rename it to something else and put that (^see above post^) page as the home.html or index.html page...

    note: it should be index.html because that's what's used as, well, the index page.
    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

  12. #27
    Registered User Joe100's Avatar
    Join Date
    Jul 2003
    Posts
    63
    ummm ok well i got the frames on but now i have another problem i need a side scroller so i can put my links in
    "Be Quick Or Be Dead"

    [img]
    http://www.danasoft.com/sig/GU.jpg
    [/img]

  13. #28
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    if your links go far enough down, the scroller will appear on it's own...

    //edit: make sure you take out the "scrolling='no'" part or change the 'no' to 'yes'...
    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

  14. #29
    Registered User FloatingPoint's Avatar
    Join Date
    Jun 2003
    Posts
    191
    If you use a GUI HTML editor, e.g. Dreamweaver, creating frames should only take less than 5 minutes...
    Come cast your shadow over me
    and I'll cast mine all over thee
    Take me away, into the shades
    where there is no light of day

  15. #30
    I learned HTML when I was 9 years old. I didn't even have the internet back then, I just made HTML pages and looked at all the pretty things I could do.

    Speaking of HTML, I should have an update for my site soon (long needed). Right now it is utter crap, because I started it one day and never got a chance to finish it. I hate school .

Popular pages Recent additions subscribe to a feed