Results 1 to 4 of 4

Thread: help please

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    Couple things for ya when making an html document with notepad(and wordpad).
    **instructions are written with windows in mind - as I will venture to guess that is what you are using **

    1: open any folder on your computer and click tools -> folder options.
    2: on the top tab click the view option. This will bring up a buncha checkboxes.
    3:uncheck the box that says "Hide extentions for known file types"
    **note be careful now, as just by changint the text after the period (ie .html) you can change how a file is treated.**

    4: Open wordpad/notpad
    5: Make sure that you never save any information as rich text format (rtf)
    this will greatly screw up your Html document.
    6: Write your html document
    7: Save your file as an .html edtention (index.html being the traditional
    base page)
    Now you should be able to go to your browser and file->open your page and voila.. done!

    edit: BTW if you want a free html editor this one is sexy: EVRSOFT FIRSTPAGE There are better ones, but that tool is best for novice level.

    Here are my tips on good html:
    Don't use table based layouts
    Practice W3C standards (www.w3c.org)
    Learn CSS and love it
    Use firefox to test your html/css layouts - it actually obeys standards!
    Don;t use Java script (purley my prefrence)

    Good luck!
    Bipper
    Last edited by bipper; 09-04-2005 at 08:49 PM.

Posting Permissions

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