Jump to content

designationlocutus

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by designationlocutus

  1. That is really good for a first website (remembers his own first attempt!). I believe that simplicity is the key to most web pages especially e-commerce ones.Nice use of Dreamweaver templates by the way, it makes life easier for HTML coding. Next step for you I think is to learn about CSS.Good luck with it all :)Rick

  2. I am creating a CSS for a website and I have used the following code:<head><style type="text/css"></head>body{background-color:yellow}h1 {background-color: transparent}h2 {background-color: transparent}p {background-color: rgb(250,0,255)}</style>all the code works apart from body{background-color: yellow} i can't understand why it won't work - its the same as the code W3c tells you to use. can anyone help?
    Hmm try placing your closing head tag after your closing style tag.
×
×
  • Create New...