Html Coding

Discussion in 'General Discussion' started by A NERD1989, Sep 7, 2005.

  1. A NERD1989

    A NERD1989 Well-Known Member

    Posts:
    1,153
    Likes Received:
    0
    Joined:
    Jun 13, 2005
    <html>
    www.eliteblackops.northcentralonline.com
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>New Page 1</title>
    </head>

    <body>


    page will be up shortly hopefully in a week </p>
    </body>

    </html>
    thats what ive done i cant belive coding HTML is so easy i thought it was hard. but how do i get pictures up i use notpad to do my work, also is this ^^^^ coding HTML? coz i thought it would have been hard.
    still i need help coding picture or i need help getting them on my website, thanks
     
  2. LeathalDeath

    LeathalDeath Well-Known Member

    Age:
    35
    Posts:
    1,428
    Likes Received:
    0
    Joined:
    Mar 6, 2005
    Location:
    Michigan
    [​IMG] You have to have the picture uploaded to your website, so you would put the /<name.jpeg or whatever or the URL to it. You can put borders and stuff along the image or align the image where you want on the page. :)

    [​IMG]
    Adds an image
    [​IMG]
    Aligns an image: left, right, center; bottom, top, middle
    [​IMG]
    Sets size of border around an image
    <hr>
    Inserts a horizontal rule
    <hr size=?>
    Sets size (height) of rule
    <hr width=?>
    Sets width of rule, in percentage or absolute value
    <hr noshade>
    Creates a rule without a shadow
     
  3. A NERD1989

    A NERD1989 Well-Known Member

    Posts:
    1,153
    Likes Received:
    0
    Joined:
    Jun 13, 2005
    all right nice yea ive uploaded the picture to my website but im still not sure where to upload it i hope that doesnt mae a difference
     
  4. LeathalDeath

    LeathalDeath Well-Known Member

    Age:
    35
    Posts:
    1,428
    Likes Received:
    0
    Joined:
    Mar 6, 2005
    Location:
    Michigan
    The Images folder ushually works. ;)
     
  5. A NERD1989

    A NERD1989 Well-Known Member

    Posts:
    1,153
    Likes Received:
    0
    Joined:
    Jun 13, 2005
    o yea wher abouts do i right this?
    under (body/) or where?
     
  6. _Hardy_

    _Hardy_ Well-Known Member

    Posts:
    864
    Likes Received:
    0
    Joined:
    Mar 5, 2005
    just make all the images

    <img scr="images/header">

    then put all the images in the folder called images(use lower case its easier) then upload the html files and image folder to the same place and it should work


    Hardy^
     
  7. A NERD1989

    A NERD1989 Well-Known Member

    Posts:
    1,153
    Likes Received:
    0
    Joined:
    Jun 13, 2005
    i dont understand leathal where do i write the code for the images?
     
  8. LeathalDeath

    LeathalDeath Well-Known Member

    Age:
    35
    Posts:
    1,428
    Likes Received:
    0
    Joined:
    Mar 6, 2005
    Location:
    Michigan
    You put the HTML tags for the images in the Body of the HTML script. :)
     
  9. minxette

    minxette Well-Known Member

    Age:
    38
    Posts:
    891
    Likes Received:
    0
    Joined:
    Sep 2, 2005
    <html>
    www.eliteblackops.northcentralonline.com
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>New Page 1</title>
    </head>

    <body>

    [​IMG]



    page will be up shortly hopefully in a week </p>
    </body>

    </html>

    Like that.

    And it seems easy because all you're doing is VERY basic coding.
     
  10. A NERD1989

    A NERD1989 Well-Known Member

    Posts:
    1,153
    Likes Received:
    0
    Joined:
    Jun 13, 2005
    ok thanks im abit silly how do i find the image url?
     
  11. LeathalDeath

    LeathalDeath Well-Known Member

    Age:
    35
    Posts:
    1,428
    Likes Received:
    0
    Joined:
    Mar 6, 2005
    Location:
    Michigan
  12. minxette

    minxette Well-Known Member

    Age:
    38
    Posts:
    891
    Likes Received:
    0
    Joined:
    Sep 2, 2005
    Upload the image to your server, if you put it in the same folder as the HTML file it'll simply be the image name (xxxx.jpg), if it's in another folder, you'll put foldername/img_name
     
  13. LeathalDeath

    LeathalDeath Well-Known Member

    Age:
    35
    Posts:
    1,428
    Likes Received:
    0
    Joined:
    Mar 6, 2005
    Location:
    Michigan
    Or what he said, but I said that earlier. ;)
     
  14. _Hardy_

    _Hardy_ Well-Known Member

    Posts:
    864
    Likes Received:
    0
    Joined:
    Mar 5, 2005
    man if you are having some trouble look on google for basic html guide and read it



    Hardy^
     
  15. A NERD1989

    A NERD1989 Well-Known Member

    Posts:
    1,153
    Likes Received:
    0
    Joined:
    Jun 13, 2005
    yep i got it thanks guys alot of help
     

Share This Page