Html Coder

Discussion in 'Gaming' started by A NERD1989, Oct 19, 2005.

  1. A NERD1989

    A NERD1989 Well-Known Member

    Posts:
    1,153
    Likes Received:
    0
    Joined:
    Jun 13, 2005
    soon ill be getting hosting and i need to know if anyone can help me code HTML. i dont know much i just know how to do pictures and text
     
  2. LemoNade

    LemoNade Well-Known Member

    Age:
    34
    Posts:
    500
    Likes Received:
    0
    Joined:
    Dec 21, 2004
    Location:
    Southampton, England
    HTML is really pretty simple - Head over to www.w3schools.com and they've got a good tutorial.

    But for pictures you do the following, making sure to change the images/imagename.jpg to the location of your image:

    Code:
    [img]images/imagename.jpg[/img]
    And text, well, that just goes in as text but there are many many tags which you can use to format it. Some of them are:

    text - bold
    text - underline
    <h1>text</h1> - heading
    <font color="#960000">text</font> - red text

    ------------

    EDIT: Damn, just reread your post that you already know how to do pictures and text :lol: But as I said, check out the website I mentioned ^^
     
  3. A NERD1989

    A NERD1989 Well-Known Member

    Posts:
    1,153
    Likes Received:
    0
    Joined:
    Jun 13, 2005
    i need help with liek coding templates and stuff i find that hard. i can do all the basic stuff
     
  4. wilciu

    wilciu Well-Known Member

    Posts:
    1,095
    Likes Received:
    0
    Joined:
    Jul 13, 2005
    HTML IS Pretty simple..

    open notepad...
    put this in


    <HTML>
    <HEAD>
    <TITLE> Sitename </TITLE>
    <BODY>

    <CENTER> This text will show up on the page.....</CENTER>


    </BODY>
    </HTML>



    Just build on that...


    EDIT= Oh yeah and save that from notepad.. As the name= index.htm

    Then open it from the folder you saved it as and it should open in a browser
     
  5. A NERD1989

    A NERD1989 Well-Known Member

    Posts:
    1,153
    Likes Received:
    0
    Joined:
    Jun 13, 2005
    i dont do it that cimple i do it abit like this
    ill just show you about 1/8 of what ive done
    <html>

    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <meta name="CREATOR" content="Free templates provided by Jim Mohr courtesy of http://buildfree.org">
    <meta name="KEYWORDS" content="replace, these, words, that, describe, your, site, and, page, contents, separated, by, commas">
    <meta name="DESCRIPTION" content="Here is where you put a short sentence or two describing this page and it's goals">
    <title>sampletemplate6.html</title>
    </head>

    <body bgcolor="#43894C" alink="#0000FF" vlink="#0066FF">

    <div align="center">
    <center>
    <table border="1" cellpadding="2" cellspacing="0" width="761" height="99" bordercolor="#0B170D" bordercolordark="#0B170D" bordercolorlight="#0B170D">
    <tr>
    <td width="755" bgcolor="#C0E0C5" height="95" valign="middle" align="center" bordercolor="#0B170D" bordercolorlight="#0B170D" bordercolordark="#0B170D"><font size="7">Your
    Logo or Whatever Here!</font>
    </td>
    </tr>
    </table>
    </center>
    </div>
    <center>-link 1- -link
    2- -link
    3- -link
    4- -link 5-
    -link 6-

    <div align="center">
    <center>
    <table border="0" cellpadding="0" cellspacing="0" width="754" height="523">
    <tr>
    <td width="670" height="16" colspan="5" bgcolor="#0B170D">
    <p align="center"></center>
    </td>
    </tr>
    <tr>
    <td width="27" height="505" rowspan="4" bgcolor="#000000"></td>
    <td width="145" height="174" valign="top" align="center" bgcolor="#FFFFFF">
    <div align="center">
    <table border="1" cellpadding="2" cellspacing="0" width="143" bordercolor="#000000" bordercolordark="#000000" bordercolorlight="#000000" height="183">
    <tr>
    <td width="141" bgcolor="#19331D" height="25">
    <p align="center"><font color="#DDEEDF">Header Text</font></td>
    </tr>
    <tr>
    <td width="141" bgcolor="#C0E0C5" height="26"><font color="#0B170D">Link
    1</font>
    </td>
    </tr>
    <tr>
    <td width="141" bgcolor="#C0E0C5" height="26"><font color="#0B170D">Link
    2</font>
    </td>
    </tr>
    <tr>
    <td width="141" bgcolor="#C0E0C5" height="26"><font color="#0B170D">Link
    3</font>
    </td>
    </tr>
    <tr>
    <td width="141" bgcolor="#C0E0C5" height="26"><font color="#0B170D">Link
    4</font>
    </td>
    </tr>
    <tr>
    <td width="141" bgcolor="#C0E0C5" height="26"><font color="#0B170D">Link
    5</font>
    </td>
    </tr>
    <tr>
    <td width="141" bgcolor="#C0E0C5" height="28"><font color="#0B170D">Link
    6</font>
    </td>
    </tr>
    </table>
    </div>
    </td>
    <td width="419" height="505" bgcolor="#FFFFFF" rowspan="4" valign="top" align="center">
    <div align="center">
    <table border="0" cellpadding="2" cellspacing="0" width="480" height="67">
    <tr>
    <td width="480" height="61" valign="top" align="center" bgcolor="#0B170D"><font color="#FFFFFF" face="Arial" size="7">Page
    Title Here!</font></td>
    </tr>
    </table>
    </div>
     
  6. JRagnarok

    JRagnarok Well-Known Member

    Posts:
    166
    Likes Received:
    0
    Joined:
    Sep 29, 2005
    do you have dreamweaver? cuz u can do like all that in like five minutes with dreamweaver.... try that out :D get a trail at macromedia

    edit: btw what DO you need ehlp with by the looks of it you're beyond simple html... nice tables u got there... template should b fine
     
  7. Painore

    Painore Well-Known Member

    Age:
    54
    Posts:
    556
    Likes Received:
    0
    Joined:
    Apr 25, 2004
    Location:
    New Zealand
    yeah...go get macromedia dreamweaver..Its a very simple program to use..
     

Share This Page