Skip navigation
Currently Being Moderated

Snippets Problem

Mar 6, 2012 10:12 AM

Tags: #cs5 #help #new #dreamweaver #designer

Hi! So, I'm in the process of designing my [first] full website. I've been watching tutorials on Lynda.com... And I'm at an area were I'm learning to create

templates in Dreamweaver from scratch. So, The area I'm stuck in is; I'm suppose to go into snippets.. Select CSS, and then Reset: Universal Selector

But in my snippets folder I only have:

Footers

Form Elements

JavaScript

Meta

Navigation

Text

Legacy

 

All help is welcomed

 

 

- Caroline

 
Replies
  • Currently Being Moderated
    Mar 6, 2012 11:31 AM   in reply to Caroline G

    You can create your own new Snippets CSS folder and add a Snippet for universal reset selector.

     

    You should note that what resets should be included is a bit controversial.

     

    This simple one ‘resets’ the margin, padding, border and outline properties on all elements:

     

    * {

    margin: 0;

    padding: 0;

    border: 0;

    outline: 0;

    }

     

    Check back for other responses

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points