Hi there,
I have a PHP page which depending on whether a user enters the correct details outputs one of two html pages.
Now these HTML pages include a cascading style sheet reference in the <head> section of the html code and this works fine for the first of the two pages but not the second.
Is this a PHP or CSS problem and has anyone else come across it?
I figured that when you jump out of PHP into HTML within a PHP piece of code all HTML rules apply, so i do not see why this will not work.
Any help would be greatly appreciated, cheers.
Nick Langridge.