- From: Anil Kelwalkar <anilk@pune.tcs.co.in>
- Date: Tue, 29 Jul 1997 15:08:06 +0530
- To: "'www-style@w3.org'" <www-style@w3.org>
Hi There,
The following is my Style Sheet. i.e. .css file
BODY { font: 9pt/11pt "Arial"; color: black; text-align: left;
background: "images/STACKS-BACK.JPG"; }
P { font: 9pt/11pt "Arial"; color: black; background:
"images/STACKS-BACK.JPG"; }
H1 { font: 18pt/18pt "Arial"; color: black; font-weight: bold;
background: "images/STACKS-BACK.JPG"; }
H2 { font: 14pt/14pt "Arial"; color: black; font-weight: bold;
background: "images/STACKS-BACK.JPG"; }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }
A:LINK { color: red; text-decoration: none }
A:VISITED { color: chocolate; text-decoration: none; }
when i include this in any other file using
<head>
<link rel="STYLESHEET" href="style.css" type="text/css">
</head>
This is not working. I can't see the background specified in the style
sheet.
Please treat this as urgent and help. I will be thankful to you.
Waiting for your reply
Thanks in advance
Anil Kelwalkar
Received on Tuesday, 29 July 1997 07:27:12 UTC