Hi, is it possible to insert flash as a logo or somwhere else in the page, that would be realy neet.
Oh and another thing before i forget, is it possible to make the menu horizontaly.
Using flash as logo or inserting flash into cms,,, and Menu horizontaly
Re: Using flash as logo or inserting flash into cms,,, and Menu horizontaly
Ofcourse you can insert flash, you'll just have to put it in the html in the layout!! CMSMS doesn't restrict your coding at all. The same goes for a horizontal navbar, can be easily controlled by CSS.
Re: Using flash as logo or inserting flash into cms,,, and Menu horizontaly
Can you show a quick tutorial on how to move the menu from the left vertical position to the top horizontal position? I am brand spanking new to CMS Made Simple and trying to learn quickly. I don't know CSS or javascript, I understand "some" php but not a whole lot. I'm not a programmer or a scripter but can usually follow the code. Thanks for all your help. Roctx
Re: Using flash as logo or inserting flash into cms,,, and Menu horizontaly
Found a clue.. and played with it.
In: "Layout", "Templates" (select a template [usually default] but just copy it and create a new one to play with)
In Content:
;Add "center" tag - Will center the menu
{cms_module module='phplayers' horizontal="1"} ;Add "horizontal="1" - Will make it horizontal
In Stylesheet:
div.thebody {
padding: 5px;
margin-left: 90px; ;Change this for your left margin
margin-right:90px; ;Change this for your right margin
font-size: 10pt;
font-family: Tahoma;
}
That is what worked for me. Now.. off to play/experiment some more.
Roctx
In: "Layout", "Templates" (select a template [usually default] but just copy it and create a new one to play with)
In Content:
;Add "center" tag - Will center the menu
{cms_module module='phplayers' horizontal="1"} ;Add "horizontal="1" - Will make it horizontal
In Stylesheet:
div.thebody {
padding: 5px;
margin-left: 90px; ;Change this for your left margin
margin-right:90px; ;Change this for your right margin
font-size: 10pt;
font-family: Tahoma;
}
That is what worked for me. Now.. off to play/experiment some more.
Roctx