Hi there, I'll try to answer some...
yorgi63 wrote:
1. After uploading an image into the image/cms folder how do I place it in the content area (news, about us etc etc)
It's easier if you upload to the uploads/images folder or use "Content" -> "Image Manager" to do so (then you can use "Browse Server" when you add an image with FCKEditor).
When you upload to the image/cms folder, use images/cms/yourfile.gif as URL for the image when you insert it:
* click the "Insert/Edit Image button
* as URL enter images/cms/yourfile.gif
* set other options if needed (border etc)
* click OK to place the image
yorgi63 wrote:
2. How do I move the layout of the whole main table flush left, top no margin etc
* Open "Layout" -> "Stylesheets" in the menu
* Open the stylesheet called "Layout: Left sidebar + 1 column" for editing (by clicking it's name or the edit icon)
* Scroll down to the part where it says
Code: Select all
/*****************
basic layout
*****************/
* The "main table" is the div with id="pagewrapper", here you can change it's style definition, for example, this line centers the wrapper:
Code: Select all
margin: 0 auto; /* this centers wrapper */
yorgi63 wrote:
3. I want to insert flash into the banner. After uploading the file to images where does it go?
It goes into the template, place it where you want it to be in the html output.
You can use stylesheets to style/position it more if needed.
yorgi63 wrote:
4. How do I apply calendar to a page?
Checkout the Calendar module help (goto "Extensions" -> "Modules" and click "help" on the Calendar row:
Add
to your template or content.
The help page gives all the possible parameters.
This might help also:
http://wiki.cmsmadesimple.org/index.php ... ns#Modules