Hi I am trying to integrate plogger into an existing website but, dispite following the instructions on the website, it seems to be throwing out the css styles of the webpage for some reason. Website page is http://kaninekare.co.uk/gallery/walks.php Has anyone else experienced this, or know how to fix it please? I'd appreciate any suggestions. Many thanks Jo
This is likely caused because the names of some CSS elements are shared between the CSS used for the theme/gallery and the CSS used for the main site (eg. some elements have the same name in both CSS files).
Your two CSS files:
Main site: http://kaninekare.co.uk/test.css Gallery: http://www.kaninekare.co.uk/gallery/plog-content/themes/default/gallery.css
You can see in both files, the body element is one example of a duplicate element. You can see many more eg. h1, h2, h3 etc.
Ah okay thanks Calum, In case you hadn't noticed I'm quite new to all this! :0) So the gallery.css is obviously the standard one that comes with plogger whereas test.css is my own one that serves ther rest of the site. Do I just remove these elements from the gallery.css document or do I just make sure they're the same in both? Many thanks for your help Jo