Hi!
Trying to use a CSS style for everything which is output in the browser window. Works partially, the style for the body says: use black background, use arial....etc.. size 10 points and make the text white.
So i have a script with lotsa php and html. The html (which starts halfway the script) is like:
<html>
<head>
<link to .css sheet>
</head>
<body>
................
However, the background becomes black as it should, though the text is still times in black. This text is output from php by the way like <? echo $something; ?>.
Any suggestions?
Thanks in advance!
thefisherman