Nevermind. In NS you must give units. Changing font-size: 36pt solves
problem in 4.77 and 6.01

----- Original Message -----
From: "Don Vawter" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, May 20, 2001 10:57 AM
Subject: OT font-size NS6


> 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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to