Norwegian site for a group of film editors

Post links to sites running CMS in all its glory.
Post Reply
FinnK

Norwegian site for a group of film editors

Post by FinnK »

I am almost ready to put this site online officially.  A lot of the pages are moved from the old, running site. With CMSMS I have introduced several news categories, one for old production photos, one for articles and some for website related news. When a new prod.photo or article is published its summary appears on the front page. When the "read more" link is clicked only the detail is shown.

FrontEndUsers and CustomContent is used in a template to have members log in to see memberpages.

Take a look: www.filmklippere.com/cms  in some days or maybe a week or two you can ommit the /cms I hope.
dirksalewski

Re: Norwegian site for a group of film editors

Post by dirksalewski »

Hey FinnK,

I think it looks very nice. You could try to make the page width dependant on font size though, so people using bigger fonts wouldn't have the design destroyed.

Greetings,

Dirk
FinnK

Re: Norwegian site for a group of film editors

Post by FinnK »

Thank you for your advice! I haven't had the skills to be able to think that far from scratch with this site. A lot of these pages are from an old site. I just copy'ed the HTML from the old site and pasted it into FCK source editor or via Opera.  Perhaps the case with font size is particularly with these pages?
dirksalewski

Re: Norwegian site for a group of film editors

Post by dirksalewski »

I think that You did something like

Code: Select all

div#container { width: 800px; }
where You could as well have said

Code: Select all

div#container { minwidth: 30em; maxwidth: 75em; margin: 0px auto; }
and in Your special "Internet Explorer is nothing more than a bug bag" - stylesheet:

Code: Select all

div#container { width: 50em }
Stupid IE doesn't understand min-/maxwidth.

For somebody with normal settings it would not change too much, but for everybody else - see for Yourself, and experiment a bit with the figures. 30, 50, 70 was just my first guess.

Greetings,

Dirk
FinnK

Re: Norwegian site for a group of film editors

Post by FinnK »

OK.  I will try it out in a while. The banner is 760px thats why I used a fixed width.  And dont know how to give IE a different stylesheet yet.
webfitz

Re: Norwegian site for a group of film editors

Post by webfitz »

I don't know if it's good or not.  I keep getting a 'forbidden' message
Post Reply

Return to “CMS Show Off”