simple html one page layout?

Discussion in 'HTML & Website Design' started by RedruM*, Jun 28, 2007.

  1. #1
    hey, i just want to make a 100% simple template or shall i say edit it..

    i just want to edit the html by inserting my content..

    anyone got a simple 1 html file with no css?
     
    RedruM*, Jun 28, 2007 IP
  2. Amsterdam

    Amsterdam Well-Known Member

    Messages:
    361
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #2
    The simplest you can get :)


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" lang="en">

    <head>
    <title></title>
    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    <meta name="robots" content="index, follow" />
    <meta name="description" content="" />
    <meta name="keywords" content="" />
    </head>

    <body>


    </body>
    </html>
     
    Amsterdam, Jun 28, 2007 IP
  3. RedruM*

    RedruM* Peon

    Messages:
    626
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #3
    erm I knew that.
     
    RedruM*, Jun 28, 2007 IP
  4. 8everything

    8everything Peon

    Messages:
    16,350
    Likes Received:
    903
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Do you want a template? These are easy to create.. all you basically need is a header design and a table below it... (like what sales pages use)
     
    8everything, Jun 28, 2007 IP
  5. Nikola J

    Nikola J Peon

    Messages:
    524
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i might be able to help out, just om me if you still need help.
     
    Nikola J, Jun 28, 2007 IP
  6. VimF

    VimF Well-Known Member

    Messages:
    307
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #6
    There are plenty of simple and easy to edit templates at oswd.org].
     
    VimF, Jun 28, 2007 IP