In the following code the attributes of the paragraph style are not
recognized in NS 4.77. In NS 6.01 the color, weight and allignment are
picked up but not the font-size. Anybody have and guidance. Works fine in IE

TIA

Don Vawter

<head>
 <title>Untitled</title>
 <style>
 body{
  background-color : white;
  font-family : Arial, Helvetica, sans-serif;
  color : Black;
 }
 p{
  color:yellow;
  font-size : 36;
  font-weight : bold;
  text-align : center;
 }
</style>
</head>

<body>
<p>Search</p>

</body>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to