Search found 3 matches
- Sun Feb 15, 2009 12:35 am
- Forum: Layout and Design (CSS & HTML)
- Topic: How to align logopicture on the rightside ?
- Replies: 2
- Views: 1202
How to align logopicture on the rightside ?
div#header h1 a { /* you can set your own image here */ background: #fdfbf9 url(images/cms/logo1.gif) no-repeat 0 12px; display: block; height: 80px; /* adjust according your image size */ text-indent: -999em; /* this hides the text */ text-decoration:none; /* old firefox would...
- Mon Feb 02, 2009 10:43 am
- Forum: Developers Discussion
- Topic: How to mix with other pages JS, php, xhtml
- Replies: 2
- Views: 1641
Re: How to mix with other pages JS, php, xhtml
Thanks for the quick reply. Yes, i want to take complete existing PHP pages and keep them as standalone pages, but integrate them into the framework from CMSMS. I want to keep the menu, but in the contentwindow i want to run my php program. In this php program there are some links. I also want also...
- Sun Feb 01, 2009 9:48 pm
- Forum: Developers Discussion
- Topic: How to mix with other pages JS, php, xhtml
- Replies: 2
- Views: 1641
How to mix with other pages JS, php, xhtml
Hello, I read some messages on this board, also that it is possible to inclue php code, when you use certain Tags. But what is unclear to me: -What to do if you have fe 2 php pages who interact which each other ? -What happens with links inside php-pages. Can i decide they open a new full screen win...