blue_scream
03-16-2006, 04:20 PM
Hi Folks,
Total noob here. I've set up a css file (mystyle.css) for a couple of PHP pages but it's only styling one page. The first page has a simple 2-field form in it. When I click 'Submit Query' it links to the resulting (php) page as it should and the results are correct.
The only problem is it's a white page with black text - not affected by the .css at all (should have colourful fonts and backgrounds like the first). The mystyle.css file is in the same 'html-public' folder as the others.
I have this line in the <head> tag of both PHP files:
<link rel="stylesheet" type="text/css" href="mystyle.css">
Any clues anyone?
Thanks.
Total noob here. I've set up a css file (mystyle.css) for a couple of PHP pages but it's only styling one page. The first page has a simple 2-field form in it. When I click 'Submit Query' it links to the resulting (php) page as it should and the results are correct.
The only problem is it's a white page with black text - not affected by the .css at all (should have colourful fonts and backgrounds like the first). The mystyle.css file is in the same 'html-public' folder as the others.
I have this line in the <head> tag of both PHP files:
<link rel="stylesheet" type="text/css" href="mystyle.css">
Any clues anyone?
Thanks.