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

Web Design How to frame a template

Discussion in 'Web Design' started by oss279, Jul 7, 2008.

  1. oss279

    oss279 New Member

    Hi there,
    I am completely new to templates.I want to know how to frame a template.Specify the header, footer , left column so that they donot change as the web page is browsed. Only the content in the right column change depending on the image links in the left column.
    I am using dream weaver..Any help will be greatly appreciated..
     
  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    You would use style sheets. There are three types.
    External style sheet, Internal style sheet (inside the <head> tag), or Inline style (inside an HTML element).
    Dreamweaver does this very well.
    Try http://www.w3schools.com/ to learn about them. It will take you a couple of hours.