Re: [WSG] css snippet

2004-10-19 Thread russ - maxdesign
Did you paste it in exactly as you show below? If so, your sample would not
have worked as you had some odd characters in the rule set. Try this
(whitespace and line breaks are up to the individual as they are ignored
anyway):

* { padding:0; margin:0; }

It might be worthwhile reading some basic info about rule sets to get you
started:
http://css.maxdesign.com.au/selectutorial/rule.htm

The * in this case is the universal selector:
http://css.maxdesign.com.au/selectutorial/selectors_universal.htm

HTH
Russ


  1. |* {|
  2. | padding:0;|
  3. | margin:0;|
  4. |}|

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] css snippet

2004-10-19 Thread Mark Harwood
On Tue, 19 Oct 2004 04:44 , Bennie Shepherd [EMAIL PROTECTED] sent:
Am I just dense?   :o)

Think you answered the question you self fella...

Ive never known it possible to use a wildcard (*) to select all elements, 
it would be nice but i dont think its possible

Mark Harwood
--
Phunky.co.uk / Xhtmlandcss.co.uk / Zinkmedia.co.uk


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**