drop caps

 I am trying to get my paragraphs that have drop caps to 
 not be indented but for all other paragraphs to be indented.
but i cant get the indentation to stop (on all browsers)
i tried reordering the style decs for p and p.drop  but no
luck  -- any suggestions from the experts please !
my stylesheet follows
-----------------------------
a {text-decoration:none}
a:visited {color:navy; background-color:transparent;text-decoration:underline}
a:link {color:blue; background-color:transparent; text-decoration:underline}
a:hover {color:red; background-color:transparent; text-decoration:none}
a:active {color:red; background-color:transparent; text-decoration:none}

body {margin-left: .3in; margin-right: .3in;
      color: black; background: #FFEBCD}

font {color: black; background-color: transparent}
		
dt {font-weight: bold; margin-top: 1em }

h1 {font-family: cursive}
	
hr {margin-top:10px; margin-bottom:10px}

li.d {margin-bottom: 1em}

ol.b {font-weight: bold}
ol {font-weight: normal}

p.drop:first-letter {font-size:200%; float:none; text-indent:1px}
p.hide {font-size:2pt; background-color:transparent; color:#FFEBCD}
p {text-indent: .3in}

span.b {color:black; font-weight:bold; background-color:transparent}
span {color:red; background-color:transparent}

table {margin-bottom:.1in;}

#biguns {font:bold 14pt Arial, sans-serif; background-color:transparent}

John Russell, VE3LL@RAC.CA
http://www.cgocable.net/~jrussel

Be sure to check your HTML markup code
tags by using http://validator.w3.org or
http://www.htmlhelp.com/tools/validator/

Received on Saturday, 14 July 2001 16:47:15 UTC