Using CMSMS

Brokenfor

New Member
Messages
55
Reaction score
0
Points
0
Hi,

Anyone using a content management system like CMS made simple? I can't get my CSS templates and stylesheets to work properly. You'll notice that if you go to brokenfor.x10hosting.com (my site for my band) that the menu shows on the Home page but not on the rest. That's because the rest use another template but don't want to read the exact same stylesheet even if the codes exactly the same!

Anyone got any clues as to what to do with this. I don't know whether anyone uses it or not so maybe not.

Thanks anyway.
Brokenfor
Edit:
The code seems exactly the same on both templates for the menu section anyone got any ideas and the stylesheets attached to it so it should read it!

It's been wrong for the past few months and have only got round to doing it now. Ahh well...

Thanks
 
Last edited:

t2t2t

New Member
Messages
690
Reaction score
0
Points
0
Seems like something is wrong with page engine not using css since all rules are there... It seems to be stopping using css at "#mainimage" section

*2 minutes later*

Code:
#mainimage {
width:630px;
height:402px;
background-image:url(uploads/images/BROKEN_MAIN2.jpg);
background-repeat:no-repeat;
margin:0 auto;

#mainflash {
global_content name='mainflash';
margin:0 auto;
}
missing } there

And also look few lines bellow it, same thing.
 
Top