css
htmlCodice:.rig { text-align: right; }
qualcuno sa dirmi perche non si allinea a destra?Codice:<span class="rig"> testo </span>
css
htmlCodice:.rig { text-align: right; }
qualcuno sa dirmi perche non si allinea a destra?Codice:<span class="rig"> testo </span>
il css è corretto ma l'HTML no!
Codice HTML:<p class="rig"> testo </p>
ProvaScusa ma non capisco... cioè perché dovrebbe usare <p> se vuole usare <span>Codice HTML:<span style="text-align:right;"> testo </span>
Edit: mi sa che hai ragione...
Potrebbe comunque usare: <span style='text-align: center; display: block;'>Only block-level elements can have a text-align property set, and span is an inline-level element.
Ultima modifica di darkwolf : 21-11-2008 alle ore 01.11.30