Re: (Eudora) Applescript site

At 7:05 pm -0800 9/3/00, you wrote:

>>One thing I cannot discover how to do is to get the background image
>>into the style block in the head, or even better to refer to it in
>>the style sheet.  Walter??
>
>BODY { background: #EEEEEE url(images/astoc1.gif) }


[MSIE Mac v.4.5]

That's fine if I put it in the HEAD


	<STYLE type="text/css">
		BODY {
			background: #EEEEEE url(images/astoc2.gif);
			color: navy;
			font-family: "geneva,verdana";
			font-size: 12pt; margin: 25;
		}
		A:link { color: navy}
		A:visited { color: darkgreen}
		A:active { color: lightgrey}
	</STYLE>


but if I remove it from the head and put this in a style sheet, it 
doesn't work.  Removing the "url(images/astoc2.gif)"  from the 
stylesheet, everything else works.  Can you tell me what I need to do?

		BODY.applescript {
			background: #EEEEEE url(images/astoc2.gif);
			color: navy;
			font-family: "geneva,verdana";
			font-size: 12pt; margin: 25;
		}

JD

Received on Saturday, 11 March 2000 10:57:00 UTC