Help Help me with CSS

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
StanlyBSV
Forum Members
Forum Members
Posts: 90
Joined: Fri Aug 01, 2008 8:59 am

Help Help me with CSS

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Help Help me with CSS

Post 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...
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Help Help me with CSS

Post 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
Post Reply

Return to “Layout and Design (CSS & HTML)”