Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Aug 2005
    Posts
    856
    Tokens
    0

    Default Basic HMTL Codes

    Here are a few codes you will need to use html:

    Html tags (For beggingers)
    ----------------------------------------------------------------------------------------
    <html> = Start of the HTML document
    </html> = End of the HTML document
    <head> = The title of the document
    </head> = End of the title
    <body> = The main part of the HTML Document
    </body> = The end of the main part of the document
    ----------------------------------------------------------------------------------------
    Fonts and Colors:
    <font face=''Font goes here''> = The start of a font
    </font> = End of font
    <font color="Hex code goes here''> = Start of a font color
    </font> End of font color
    <font face="Font goes here" color="Hex code goes here"> = Start of a font and color
    </font> = End of font and color
    <b> = Bold text
    </b> = End of bold text
    <i> = Italic text
    </i> = End of Italic Text
    <u> = Underline text
    </u> = End of Underlining
    ----------------------------------------------------------------------------------------
    Positioning Things:
    <center> = Center of page
    </center> = End of text in Center
    <p align=''right''> = Text is at the right of the page
    <p align=''left''> = Text is at the left of the page
    </p> = End text at left/right of page
    <p> = New paragraph
    </p> = End of paragraph
    <br> = Line break
    </br> = End of line break
    ----------------------------------------------------------------------------------------
    Making a Table:
    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> = Place at top to start table (only change if pro)
    <tr> = Start of colum
    </tr> = end of colum
    <td width="20%">''Text goes here''</td> = A cell in the colum (put as many as you need n that colum)
    </table> = End of the table

  2. #2
    Join Date
    Dec 2004
    Location
    Manchester, UK
    Posts
    334
    Tokens
    0

    Default

    Nice guide mate

  3. #3
    Join Date
    Aug 2005
    Posts
    856
    Tokens
    0

    Default

    Thanks. I will be making a more experienced one soon.

  4. #4
    Join Date
    Jul 2004
    Location
    Webby Forums!
    Posts
    1,879
    Tokens
    0

    Latest Awards:

    Default

    Nothing special "/ and would have been better if you spelt the title right :S


    Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
    [Thybag.co.uk - Vive la revolutione]

  5. #5
    Join Date
    Jun 2005
    Location
    Manchester
    Posts
    3,187
    Tokens
    0

    Latest Awards:

    Default

    With any of them codes you can't do much special :s "/

    Do more advanced HTML/Css/Php

  6. #6
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    There not realy codes there just a few random Tags "/

  7. #7
    Join Date
    Aug 2005
    Posts
    856
    Tokens
    0

    Default

    They are basic tags that may come in handy for some people

  8. #8
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Quote Originally Posted by xroyal16
    They are basic tags that may come in handy for some people
    In what way, im use people can rember a 3 letter tag like <b> themselves "/

  9. #9
    Join Date
    Jul 2004
    Location
    Webby Forums!
    Posts
    1,879
    Tokens
    0

    Latest Awards:

    Default

    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> = Place at top to start table (only change if pro)
    YOu dont have to be pro to change that "/ and it would be better to just place it the top of the page or in a css file because then it will work in all tables you use..


    Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
    [Thybag.co.uk - Vive la revolutione]

  10. #10
    Join Date
    Aug 2004
    Location
    Over there. ^_^
    Posts
    1,100
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by splintercell!
    YOu dont have to be pro to change that "/ and it would be better to just place it the top of the page or in a css file because then it will work in all tables you use..
    rofl i could have changed that if i was still only learning html ;o
    *Image Removed


    Ahemm.. How exactly was my sig innapropriate?
    Goddamit i hate this forum :@
    I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •