Search found 16 matches
- Wed Aug 26, 2009 4:07 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: font dimension fixing
- Replies: 2
- Views: 1104
font dimension fixing
Hi all, I need to fix the font size of the content of my site to avoid the browser redimension. In other words, whenever User changes the browser character dimensions, I need my site still conserve the font-size I have set (eg: 11px). I tried in CSS without any solution because seems that TinyMCE a...
- Thu Nov 06, 2008 3:03 pm
- Forum: CMSMS Core
- Topic: Error: the XML response that was returned from the server is invalid
- Replies: 1
- Views: 900
Re: Error: the XML response that was returned from the server is invalid
What described concerned IE 7.0.5.
Whith CROME and FF 3.0.3 it seems that there are no problems!!!!!!!
Best Regards
Whith CROME and FF 3.0.3 it seems that there are no problems!!!!!!!
Best Regards
- Thu Nov 06, 2008 2:50 pm
- Forum: CMSMS Core
- Topic: Error: the XML response that was returned from the server is invalid
- Replies: 1
- Views: 900
Error: the XML response that was returned from the server is invalid
Hi all, I have seen many posts about this subject in this forum but I have a strange situation: My configuration is: linux centos 4.6 xampp 1.6.2 cmsms 1.2.4 "Greenland" I have 3 users: Administrator (Admin group), Editor1 and Editor2 (Editor group) In the Admin interface, Content >> Pages...
- Fri Apr 18, 2008 3:17 pm
- Forum: Modules/Add-Ons
- Topic: FORMBUILDER - sendto field not valorized
- Replies: 1
- Views: 999
Re: FORMBUILDER - sendto field not valorized
any solution??


- Thu Mar 27, 2008 9:54 am
- Forum: Modules/Add-Ons
- Topic: FORMBUILDER - sendto field not valorized
- Replies: 1
- Views: 999
FORMBUILDER - sendto field not valorized
Hi all, i have a formbuilder (Ver. 0.4.4 on 1.2.3 Black Rock CMS) form with a sendto field. The sendto field is valorized with an internet address. In the "Advanced settings" I have created a text email template: Date submission: {$sub_date}; Remote IP address: {$sub_source_ip}; Mail sent...
- Thu Oct 04, 2007 1:52 pm
- Forum: CMSMS Core
- Topic: Formbuilder - how to print submission page?
- Replies: 3
- Views: 1887
Re: Formbuilder - how to print submission page?
add to submission template:
- Thu Sep 13, 2007 10:12 pm
- Forum: Italian - Italiano
- Topic: FORMBUILDER 0.41 - dubbi
- Replies: 0
- Views: 1472
FORMBUILDER 0.41 - dubbi
Salve a tutti, utilizzo formbuilder 0.41 e dovrei realizzare le seguenti funzionalità: 1. Dati più destinatari della mail definiti nel campo *Email Results to set Address(es), dovrei distinguere tra To e Cc . Nel mio caso ho tre indirizzi di cui uno solo è il destinatario mentre gli altri due sono...
- Sun May 20, 2007 8:34 pm
- Forum: Italian - Italiano
- Topic: problema con menu (RISOLTO)
- Replies: 5
- Views: 3011
Re: problema con menu (RISOLTO)
Ho inserito qualche modifica al foglio stile da utilizzare con il template simple_navigation.tpl. Sono stati eliminati gli effetti di movimento verticale delle righe su click. Dopo vari tentativi ho dovuto ritornare al tag h3 originale inserendo gli opportuni attributi di correzione. Non essendo ...
- Fri May 18, 2007 5:40 pm
- Forum: Italian - Italiano
- Topic: problema con menu (RISOLTO)
- Replies: 5
- Views: 3011
Re: problema con menu
Ho forse capito perchè nel "simple_menu.tpl" è stato usato un tag (non l'avevo inserito io, l'ho trovato nell'originale). Guardando l'HTML del menù, ho visto che il tag li corrispondente alla classe currentpage non viene chiuso a fine riga ma alla fine del blocco dei figli. In questo modo...
- Fri May 18, 2007 4:07 pm
- Forum: Italian - Italiano
- Topic: problema con menu (RISOLTO)
- Replies: 5
- Views: 3011
Re: problema con menu
Grazie Alby, sostituito h3 con classe .currentpage ed in effetti adesso il problema è scomparso. Ne è comparso un altro: ora, cliccando sulla prima voce del menù (l'unica che ha figli) la freccina rossa si sposta al centro del blocco. Grazie ancora. La modifica che ho fatto al foglio stile è la seg...
- Fri May 18, 2007 2:45 pm
- Forum: Italian - Italiano
- Topic: problema con menu (RISOLTO)
- Replies: 5
- Views: 3011
problema con menu (RISOLTO)
Salve a tutti, il template è il simple_navigation.tpl, il problema è un lieve spostamento della grafica quando si clicca su una delle voci principali del menù. La voce attiva è più alta delle altre. Grazie. Il foglio stile è il seguente: /******************** MENU *********************/ #menu_vert {...
- Wed Apr 18, 2007 2:05 pm
- Forum: Modules/Add-Ons
- Topic: Form Builder error messages
- Replies: 6
- Views: 2619
Re: Form Builder error messages
I would like to face with the standard mark ( <--- ) without the message.
Thanks.
Thanks.
- Wed Apr 18, 2007 1:40 pm
- Forum: Modules/Add-Ons
- Topic: Form Builder error messages
- Replies: 6
- Views: 2619
Form Builder error messages
Hi, is there a way to avoid Form Builder validation to present errors in at the beginning of the form? Where can I found the error/messages presentation code? This is the HTML generated code for error messages: Please enter a value for "Message" Please enter a value for "Company"...
- Fri Apr 13, 2007 7:26 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Vertical Positioning[SOLVED]
- Replies: 5
- Views: 2398
Re: Vertical Positioning
THANKS RONNY, THIS IS THE SOLUTION! CLEAR AND SIMPLE.RonnyK wrote:
Another link, check source for the trick:
http://milov.nl/code/css/verticalcenter.html
Ronny
THANKS A LOT.


- Fri Apr 13, 2007 2:15 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Vertical Positioning[SOLVED]
- Replies: 5
- Views: 2398
Re: Vertical Positioning
Thanks, reidjazz it seems to present the same problem... I have created a new template copying exactly the example linked. Universal vertical center with CSS .greenBorder {border: 1px solid green;} /* just borders to see it */ any text any height any co...