Thread: Help!

  1. #1
    Registered User Joe100's Avatar
    Join Date
    Jul 2003
    Posts
    63

    Help!

    hey guys I know this shouldn't be in here or atleast i think so.......well anyway, I wanted to ask you guys do any of you know "HTML"? If so could u help me out a little bit with it cuz i have really no clue??? what im doing
    "Be Quick Or Be Dead"

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

  2. #2
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    probably most of us do...
    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

  3. #3

  4. #4
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916

    Re: Help!!!!!!!!!!!!!!!

    Originally posted by Joe100
    hey guys I know this shouldn't be in here or atleast i think so.......well anyway, I wanted to ask you guys do any of you know "HTML"? If so could u help me out a little bit with it cuz i have really no clue??? what im doing
    Frozzle up the gronal and then apply the jiggly. Hope that helps!


    Translation: What the heck are you asking? I'm not going to write a frickin' HTML tutorial, but I could probably answer a specific question.
    Away.

  5. #5
    Registered User
    Join Date
    Mar 2003
    Posts
    16
    In answer to your elaborate question:
    -- Start from the begginng and work your way to the end --

  6. #6
    Registered User
    Join Date
    Aug 2003
    Posts
    45

    reply

    hi

    tell me what is your problem with HTML? I will help you

    raajesh

  7. #7
    Registered User FloatingPoint's Avatar
    Join Date
    Jun 2003
    Posts
    191
    That's the spirit, guys
    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

  8. #8
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    Originally posted by brunomiranda
    In answer to your elaborate question:
    -- Start from the begginng and work your way to the end --
    haha... that's great...
    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

  9. #9
    Registered User Joe100's Avatar
    Join Date
    Jul 2003
    Posts
    63
    Rajesh i need to know how to put a srolling bare ong the side of my page so i can put the links there also i need to now how to make borders around my text all ur help will be greatly appricated
    "Be Quick Or Be Dead"

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

  10. #10
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    Look up frames on google

    I'm not sure about borders around text, but there might be some style in css that would create the desired effect...I'm a bit rusty, but I think this might work:
    (put this within <head> tags)
    Code:
    <STYLE type="text/css">
    <!--
    
    h3
    {
    width=100%;
    filter:glow(color=red, strength=5);
    }
    //-->
    </STYLE>
    then in the body:

    Code:
    <h3>Some text</h>
    "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

  11. #11
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    you could also put the text in a table, for example:
    Code:
    ...
    <table cellpadding='10' border='1'>
    <tr><td>text goes here</td></tr>
    </table>
    ...
    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. #12
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    I hope to god we know HTML... and what are you doing as an aspiring webmaster on a C programming board? O.o
    .

  13. #13
    Registered User Joe100's Avatar
    Join Date
    Jul 2003
    Posts
    63
    Well first off I program with C++ thats what im doing on the board and second of all i need HTML for my website
    "Be Quick Or Be Dead"

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

  14. #14
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    how did you not learn any HTML on your way to C++?
    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

  15. #15
    Registered User Joe100's Avatar
    Join Date
    Jul 2003
    Posts
    63
    because html is nothing like C++ man u just like digraded urself by asking that
    Last edited by Joe100; 10-13-2003 at 04:07 PM.
    "Be Quick Or Be Dead"

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

Popular pages Recent additions subscribe to a feed