RE: style sheet usage

> From:	John Russell [SMTP:VE3LL@RAC.CA]
> 
> just set a margin to 8 em  but amaya placed an extremely large border
> 
	8em is quite big (about an inch in the font I'm using now).

> 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
> 
	BODY    { background: url(/wrm/images/paper.gif) #ffe0e0; }  /* abs
URL cos NS is broken */

	This was preceded by:

	BODY       { background-color: #ffe0e0;
	             color: black;
	             font-family: "Times New Roman", serif;
	             text-align: center;
	             }

	which sets the foreground colour; they were separate to allow a fall
back if
	the URL didn't take.

> homepage: http://web.cgocable.net/~jrussel

Received on Friday, 24 September 1999 11:18:29 UTC