Results 1 to 4 of 4

Thread: New at scripting

  1. #1
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default New at scripting

    Hello, i just started my own website and i have never ever scripted on a website before. This is the first time i visit this site and it seems as i can get some help here.

    This is what i need help with

    "http://www.dynamicdrive.com/dynamicindex2/crosstick.htm"

    How do i enter that in my website, what is <head> and BODY for example? I appreciate all help i can get. Feel free to link a tutorial or guide or if you want you could give me some advise.

  2. #2
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    The HEAD is, well, the HEAD tag. A simply webpage structure should look like this:

    Code:
    <html>
    <head>
      <title>The Title of your website</title>
    </head>
    <body>
    Website content here.
    </body>
    </html>
    That's a very, VERY simple website layout...

    A good way to learn, is from templates, to see code in action. I would recommend DD's layouts to learn from.

    The best way to make a website, is to code it by hand - don't use a program to generate code for you. Webpage files should be opened in a plain-text editor like Notepad or Wordpad. If you get very serious in the web design business - dump Windows and go with either Linux or MAC. If you already use one of those - great!

    And always use Firefox, Safari or Opera when building your website. Check out this article...

    Welcome to web design!

    // X96 \\
    Last edited by X96 Web Design; 07-03-2009 at 05:58 PM.
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

  3. #3
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks alot!

    I really appreciate your help, i will definitely stay on this website for some time

  4. #4
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    Your Welcome - enjoy DD forums!

    < X96 Design />
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

Bookmarks

Posting Permissions

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