Website CSS issues (Joomla)

Jimmy_Lemon

TPer Emeritus
Messages
12,095
Name
Tom
Edit My Images
Yes
Finally got round to sorting out my site and have gone down the Joomla route, as I know it reasonably well and it should be good for what I want.

Anyway, I have issues with the 'wrapper' function. http://www.jimmylemon.co.uk/ If you click on 'Photo Blog' or 'Stock' you will see what I mean. The main site, which should remain around the linked site looses all its styling. I have used this wrapper function many times before and had no issues, so I am guessing this is template related. I didn't design the template and am therefore at a bit of a loss (and google isn't helping much).

So...any CSS or Joomla people in here who could lend me a hand in cracking it.

Thanks :)
 
Tom think your css is linked wrong not sure they all contain index.php dont think that should be in there, thats the problem think it is

<link rel="stylesheet" href="http://www.jimmylemon.co.uk/index.php/templates/system/css/system.css" type="text/css" />

<link rel="stylesheet" href="http://www.jimmylemon.co.uk/index.php/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="http://www.jimmylemon.co.uk/index.php/templates/ja_norite/css/addons.css" type="text/css" />
<link rel="stylesheet" href="http://www.jimmylemon.co.uk/index.php/templates/ja_norite/css/layout.css" type="text/css" />
<link rel="stylesheet" href="http://www.jimmylemon.co.uk/index.php/templates/ja_norite/css/template.css" type="text/css" />
<link rel="stylesheet" href="http://www.jimmylemon.co.uk/index.php/templates/ja_norite/css/typo.css" type="text/css" />

Dave
 
Cheers Dave, realised my mistake. Had got a bit carried away and not done the htaccess rename that I should have done....grrr. All sorted now :D cheers
 
Back
Top