Hello Nico,
Originally the blogstyle skin wasn't designed to work with the web design settings of companies. In order to make the header reflect the header image of company (as seen in the 'Default' skin) you should make a small change to the blogstyle skin files.
To make the header image dynamic:
- Open the style.php file of the blogstyle skin in a plain text editor (e.g. Notepad or Note Pad++). Typically this file is found in the following location:
C:/Program Files/PrintShop Web/websites/templates/blogstyle/style.php - Locate the #header section (somewhere around line: 55)
- Select the following lines
background-image: url("images/psw_blog_logo.jpg");
background-position: top left;
- Replace them with:
background-image: url(<? generateSkinLogo(); ?>);
background-position: center left;
- Save the style.php file
This should do the trick. Refresh the cache of your browser to make sure that the changes are shown.
Regards,
Erik van den Heuvel