1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General Links within same Web Site

Discussion in 'General' started by greenbelt, Apr 16, 2010.

  1. greenbelt

    greenbelt New Member

    Just confirming something. I'm making a personal recipes Web Site and I want links to the various categories of recipes (chicken, vegetables, desserts, etc.)

    Should I create a new .html document/file for each category?

    Is it important to keep all of the .html documents/files, plus and image files in the same folder/directory as my first/index/homepage .html document/file?

    Is this the correct XHTML DTD to use in case I ever upload my Web Page somewhere? I am planning on using the Restaurant Template from this site. It has frames (I think)

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

    Thanks in advance.

    P.S. Great sticky on how to use templates!! I'm using the tutorials at W3Schools extensively.
     
  2. enigma1

    enigma1 New Member

    If you are planning to use static/physical html pages then yes you need to create a separate file for each page (whatever it is category, recipe etc).

    But usually they use a content management system for content exposure or an ecommerce package if you are selling online. Because it greatly reduces maintenance and content management. Plus you have a section to create categories and pages with a graphical interface (instead of hard-coding links, images etc).

    The templates here can be in anyway you can imagine. With whatever programming language to generate HTML page and of course using static html pages.
     
  3. greenbelt

    greenbelt New Member

    Thanks again. Still practicing various things using HTML and CSS style sheets.
     
  4. tortis

    tortis New Member

    thanks for info