- From: E. Stephen Mack <estephen@emf.net>
- Date: Tue, 29 Jul 1997 04:41:41 -0700
- To: www-style@w3.org
Anil Kelwalkar wrote: >BODY { font: 9pt/11pt "Arial"; color: black; text-align: left; >background: "images/STACKS-BACK.JPG"; } First, the background has to have the word "url" and parentheses like this: background: url(images/STACKS-BACK.JPG); Make sure images is a sub-directory relative to wherever the style sheet itself is stored. Second, remove the quotes from around "Arial" (and make it lower case, but I can't tell from the spec if that's required). Third, be sure to state what browser you're using and what platform if it's still not working. Give it a try. -- E. Stephen Mack <estephen@emf.net> http://www.emf.net/~estephen/
Received on Tuesday, 29 July 1997 07:40:32 UTC