Joomla.it Forum

Componenti per Joomla! => Gestione Form => : giocoker 24 Apr 2011, 22:58:53

: giustificare un testo
: giocoker 24 Apr 2011, 22:58:53
E' possibile in qualche modo giustificare un testo piuttosto lungo inserito in un campo text di chronoform?
grazie

gio
: Re:giustificare un testo
: adottauncane 25 Apr 2011, 01:30:38
Ciao giocoker,
magari dal css. Hai un link al form?
: Re:giustificare un testo
: adottauncane 27 Apr 2011, 15:19:05
Cioa giocoker,
prova cosė:

:
.form_element {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
    margin-left: 30px;
    margin-top: 8px;
    text-align: justify !important; <---- aggiungi
    width: 85%;
}
style1.css (riga 11)

Il file č nella cartella del componente.
: Re:giustificare un testo
: vales 01 May 2011, 09:11:10
Meglio se lo metti nel campo Css Styles del tuo form, cosė agisce solo su quello č non viene modificato da eventuali aggiornamenti del componente.