I have task of creating CMSMS web page from static one.
I have the template ready in HTML format with CSS , JS and some pictures.
First I've created my home page in which I've replaced
Code: Select all
<link rel="stylesheet" href="../style/main.css" type="text/css" media="screen, projection" />
Code: Select all
{cms_stylesheet}
Code: Select all
@import url(reset.css);
@import url(fonts.css);
@import url(base.css);
Second thing since I don't need to add content to my pages (just need to paste it and replace the HTML with CMSMS tags) I can't put an empty content page. how do I do it ?
THNX ALOT
Roey