Re: style sheet usage

In-reply-to: Your message of Fri, 24 Sep 1999 10:48:34 -0400."
             <199909241438.KAA12122@admin.cgocable.net> 
> just set a margin to 8 em  but amaya placed an extremely large border
> for this spec... also i am confused at how to add both background gif
> and color to same spec   tried  body { background:ivy.gif color:white }
> it does the white but not the gif
> 
> john russell  VE3LL@RAC.CA
> 
> homepage: http://web.cgocable.net/~jrussel
> 


The syntax is:
- either body { background-image: url("ivy.gif"); color: white }
-or body { background: url("ivy.gif"); color: white }
  Irene.

Received on Friday, 24 September 1999 11:16:41 UTC