Page 1 of 1

Help Help me with CSS

Posted: Mon Sep 29, 2008 9:33 pm
by StanlyBSV
People, I address to you for the help since already I can not any more that to do with the site menu. Help to make the menu as in mine HTML a template
http://rapidshare.com/files/149501077/s ... .html 
Now I have understood that the uttermost zero in CSS. I will be very very strongly grateful for the help, CMSMS - the best though there are sometimes problems as I have understood. p.s. Ïëèç if who understands in it CSS - help!!!! And sory for my English - the translator.

Re: Help Help me with CSS

Posted: Thu Oct 09, 2008 7:39 pm
by Dr.CSS
I don't think anybody is going to want to open a zip file from some one they don't know, I won't...

Re: Help Help me with CSS

Posted: Fri Oct 10, 2008 9:04 am
by Dee
@mark: I have no problems at all with downloading and extracting an unknown zip archive.
Wouldn't run a PHP script on my webserver without reading all the code first though, so I renamed index.php to index.html

@Stanly: This looks like a pretty straightforward conversion to CMS Made Simple. Start here: http://wiki.cmsmadesimple.org/index.php ... d/Designer and take a look at the video linked at the bottom.

Basically you would need to create a template in CMSMS containing the HTML from index.php. Then create Stylesheets in CMSMS and copy the contents from all .css files into them. Finally attach the stylesheets to your template and your almost there.

Add/change the HTML head to something similar to this and remove all references to the external stylesheets:

Code: Select all

<head>
<title>{sitename} - {title}</title>
{metadata}  This is highly recommended, useful for adding meta tags, base href=, and such...
{stylesheet}  This is a must so you can attach stylesheets...
</head>
Then add {menu} and {content} to the template where you want the menu and user editable content to be.

See also http://forum.cmsmadesimple.org/index.ph ... 127.0.html

Gr,
D