Greetigns,
I recently started creating content for a website that uses php. I can not get the css to display how i want in the content areas.
the names of the files are set up like the example below.
pagename.php and pagename_content.php
I edit the pagename_content.php file and it is loaded into the main page. This I understand, as the whole page includes a top nav and left nav sections as will as a footer and then the actual content. I understand how that works, not that I can do it, but at least I understand.
My question is, how can I get the content to layout how I want using css i.e. floating divs and images and adding styles to links.
Is there a way to add a css file that only applies to the _content.php file?
I tried attachign a style sheet inside the file, but I am sure I am doing somethign worng.
thanks for the help 🙂