EliteTrooper's html guide

Collapse

Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EliteTrooper
    Civilian
    • Jul 2006
    • 339

    EliteTrooper's html guide

    I've noticed that some people have a lack of knowledge in html. so heres my short guide of simple and common tags.(plz note html is disabled in this post normally tags are invisible)

    tags: <>(always first) </>(always last the are closing tags)

    common question: what if I use more than 1 set of tags on something?
    A: heres an example <u>test</u> the outer most tags are both first and last, the inners are well..IN!

    The 3 basic texts

    <u>underlined</u>
    italic
    bold

    Lists:
    An ordered lists looks like this[list=1]
    <LI>a number 1 will be displayed by the text here
    <LI>a 2 here and if you add more <LI>'s then it will continue
    <LI> a 3, the ol tells it to begin an ordered list(with numbers) only place what you want to be listed next to the LI tags[list=1]

    <UL>
    <LI>unordered lists are much the same except the use bullets insted of numbers
    <UL>

    Linking
    this is the basic form of linking from one page to another

    this is what displayed for you to click on

    example

    DSA


    Drop down menus(note i may have done this wrong :( )

    <FRAMESET ROWS="35%,*">
    <FRAME SRC="web adress" NAME=the choice you click on>
    <FRAME SRC="htttp://darksidealliance.com/" NAME=DSA>

    <NOFRAMES>
    </NOFRAMES>

    </FRAMESET>

    Inserting images from a site i.e. photobucket.com

    [img]url where image is strored[/img]

    <img

    thats some of the simple stuff. Please keep in mind that there are hundreds of htlm tags out there! I don not not know them all so please don't ask! 8)
  • #2
    EliteTrooper
    Civilian
    • Jul 2006
    • 339

    Please note that not all html is upported in forums!!! I.E. lists, and urls as they use bbcode insted here. However things like links and lists are supported elsewhere like in your personal menu that may be accesed via-your account page, my home link


    heres my guide(with out a few exapmles) in html format turned on

    I've noticed that some people have a lack of knowledge in html. so heres my short guide of simple and common tags.(plz note html is disabled in this post normally tags are invisible)

    tags: <>(always first) </>(always last the are closing tags)

    common question: what if I use more than 1 set of tags on something?
    A: heres an example <u>test</u> the outer most tags are both first and last, the inners are well..IN!

    The 3 basic texts

    <u>underlined</u>
    italic
    bold

    Lists:
    An ordered lists looks like this
    [list=1]
    <LI>a number 1 will be displayed by the text here
    <LI>a 2 here and if you add more <LI>'s then it will continue
    <LI> a 3, the ol tells it to begin an ordered list(with numbers) only place what you want to be listed next to the LI tags[list=1]

    <UL>
    <LI>unordered lists are much the same except the use bullets insted of numbers
    <UL>

    Linking
    this is the basic form of linking from one page to another



    example

    DSA


    Drop down menus(note i may have done this wrong :( )

    <FRAMESET ROWS="35%,*">
    <FRAME SRC="htttp://darksidealliance.com/" NAME=DSA>

    <NOFRAMES>
    </NOFRAMES>

    </FRAMESET>

    Inserting images from a site i.e. photobucket.com


    heres an example from my signiture


    <img

    thats some of the simple stuff. Please keep in mind that there are hundreds of htlm tags out there! I don not not know them all so please don't ask! 8)

    Comment

    • #3
      UncleRico
      Civilian
      • Jun 2006
      • 577

      Dude elite, great Idea. Thanks for helping me earlier too lol...
      UncleRico

      sigpic
      I like cookies. You like cookies? You no like cookies? I put rebel scum in your cookies...

      Comment

      Ad

      Collapse
      Working...