View Single Post
Old 06-09-2005, 13:46   #2 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 7,712
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
# = ids - these are unique can only be applied once per page (div id="header")
. = classes - these can be applied to several items on the same page, and can be combined (<p class="whiteText">, <a class="whiteText">, <p class="witheText bold">)
there is no sign before HTML tags (body, div, a, etc)

to have zero margins use in your CSS
body {margin:0px; padding:0px;}
  Reply With Quote