Page 1 of 1
Using flash as logo or inserting flash into cms,,, and Menu horizontaly
Posted: Thu Mar 24, 2005 7:56 pm
by Drimer
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.
Re: Using flash as logo or inserting flash into cms,,, and Menu horizontaly
Posted: Thu Mar 24, 2005 10:34 pm
by gnolen
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
Posted: Wed Oct 05, 2005 10:11 pm
by roctx
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
Posted: Thu Oct 06, 2005 12:08 am
by roctx??
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