Search found 3 matches
- Wed Apr 02, 2008 1:03 pm
- Forum: CMSMS Core
- Topic: TinyMCE and uploaded images Re: Is anyone else feeling CMSMS is more trouble than it's worth?
- Replies: 14
- Views: 5180
Re: TinyMCE and uploaded images Re: Is anyone else feeling CMSMS is more trouble
Have you tried it with Firefox, IE7 may be blocking it... IE, firefox, no matter what the browser is ... i think this is a module problem, i just dont know why. these buttons were ok last time i used the to insert images etc. gogle ads were there too... so they cant cause the problem. Update: I jus...
- Sat Mar 29, 2008 12:36 pm
- Forum: CMSMS Core
- Topic: TinyMCE and uploaded images Re: Is anyone else feeling CMSMS is more trouble than it's worth?
- Replies: 14
- Views: 5180
Re: TinyMCE and uploaded images Re: Is anyone else feeling CMSMS is more trouble than it's worth?
well, i have similar problem with tinymce and cmsms 1.2.3 i updated cmsms 2 weeks ago, and i just tried to use Insert/Edit Image button in tinymce ... and i was surptised popup opened, and loaded header and left column ot the main page, without subnavigation on the left, and 404 error in the content...
- Thu Feb 28, 2008 7:29 am
- Forum: General Discussion
- Topic: How to center the logo in header?
- Replies: 8
- Views: 5117
Re: How to center the logo in header?
use the "background-position" css property. http://www.w3schools.com/css/css_background.asp if you are using the default stylesheet then change: background: #COLOUR url(path/to/your/image/here.gif) no-repeat 0 12px; to to background: #COLOUR url(path/to/your/image/here.gif) no-repeat cent...