Main frame fails to display content post ext css file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
markatphp
Forum Newbie
Posts: 2
Joined: Wed Jul 27, 2011 1:44 pm

Main frame fails to display content post ext css file

Post by markatphp »

Hi,

Is there any fundamental reasons why when I extract some style code from within a pages main .php file and place it within a separate .css file, within the same directory, that the Header frame area displays correctly, however the main frame refuses to display its content after drawing in the style code from the now external css file?

Regards,

Mark.
markatphp
Forum Newbie
Posts: 2
Joined: Wed Jul 27, 2011 1:44 pm

Re: Main frame fails to display content post ext css file

Post by markatphp »

Found the problem, there was some sneaky php within the style code that I'd ripped out of the main file throwing it a curve ball. :roll:
Post Reply