Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Allineamento del testo giustificato

398 views
Skip to first unread message

acidone

unread,
Apr 25, 1999, 3:00:00 AM4/25/99
to

Vorrei sapere se è possibile specificare l'allineamento
del testo "giustificato" attraverso il codice HTML

thanx


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Web Site: http://acidone.cjb.net
E-mail: aci...@iname.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Mauro Casini

unread,
Apr 26, 1999, 3:00:00 AM4/26/99
to

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

Gerardo Fransecky

unread,
Apr 26, 1999, 3:00:00 AM4/26/99
to

Nell'articolo <37222...@news.dada.it>,
acidone (aci...@iname.com) ha scritto:

> 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

alessandr...@user.ats.it

unread,
Apr 28, 1999, 3:00:00 AM4/28/99
to

Mauro Casini <ma1...@iperbole.bologna.it> wrote:


>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.....

alessandr...@user.ats.it

Mariotti Michele

unread,
Apr 29, 1999, 3:00:00 AM4/29/99
to

>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

0 new messages