Well first of all, you should use CSS instead of your attribute:
p {
text-align: justify;
}
The issue you are talking about is the margin of the <p> tag. You can
remove it by adding "margin:0;" to the CSS above, however, I strongely
suggest you not to.
Signed,
Svip - sviip.dk
On 11/01/06, Todd Gleaton <[EMAIL PROTECTED]> wrote:
>
> Hello All,
>
> I am using the <p align='justify'> to justify my text. I am getting a huge
> break between
> the picture above and where the text starts with the tag mentioned above.
> What is the
> best way to rid the white space? I've seen this problem a lot but have come
> to no
> conclusive way of getting rid of it.
>
> Anyone have a good suggestion for this?
>
> Thanks....tg
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************