Quote:
|
Originally Posted by omegatron Because the header-inc is designed to be used solely for those wishing to use forum style integration.
The easiest thing to do is to not use the header-inc.php as I do not see the reason behind including a header footer and navbar of a certain style and not using that same style for the main body of the page but if you insist you would need to add a link statement to a stylesheet in there.
In Header-inc.php
find this
<head>
below it add this
<link rel=\"stylesheet\" href=\"/photopost/stylesheets/default.css\" type=\"text/css\" />
Make sure to type the exact photopost directory name instead of photopost if it is different and change the stylesheet if it is not the default.css |
Splendid. It works nicely. Now my RP is very well sync-ed with my whole site.
Thanks for all your help. You guys have been great.