thanx
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Web Site: http://acidone.cjb.net
E-mail: aci...@iname.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<P align=justify> ... testo giustificato ... </P>
oppure per giustificare piu' paragrafi
<DIV align=justify>
<P>primo paragrafo giustificato</P>
<P>secondo ...</P>
...
<P>altro paragrafo giustificato</P>
</DIV>
oppure con i CSS
P { text-align: justify } giustifica i paragrafi
BODY { text-align: justify } giustifica tutta la pagina
Mauro
> Vorrei sapere se è possibile specificare l'allineamento
> del testo "giustificato" attraverso il codice HTML
In che senso? Se intendi giustificare l'allineamento del testo
all'interno di un paragrago puoi fare cosi':
<P ALIGN="JUSTIFY">
Ciao
--
Gerardo Fransecky
AuroraWeb Internet Provider
gef...@auroraweb.it
http://www.auroraweb.it
http://space.tin.it/computer/gfrans
>acidone wrote:
>>
>> Vorrei sapere se è possibile specificare l'allineamento
>> del testo "giustificato" attraverso il codice HTML
> <P align=justify> ... testo giustificato ... </P>
>oppure per giustificare piu' paragrafi
> <DIV align=justify>
> <P>primo paragrafo giustificato</P>
> <P>secondo ...</P>
> ...
> <P>altro paragrafo giustificato</P>
> </DIV>
>oppure con i CSS
> P { text-align: justify } giustifica i paragrafi
> BODY { text-align: justify } giustifica tutta la pagina
> Mauro
Se il testo e' dentro a delle tabelle come si puo' fare ?
Ciao.....
>Se il testo e' dentro a delle tabelle come si puo' fare ?
>Ciao.....
Semplice, dovrai inserire:
<P ALIGN=JUSTIFY> .... </P>
Tra i tag <TD> e </TD>:
<TD>
<P ALIGN=JUSTIFY>
Testo da giustificare
</P>
</TD>
Ciao
Michele Mariotti