Click to See Complete Forum and Search --> : spacing?


DanUK
07-21-2003, 09:07 PM
hi, I have a page .. but when there's the code:

<p align="justify">&nbsp;</p>

the 'gap' between the line above/below that code is HUGE. I thought this would related to my CSS file -- so i removed the CSS and obviously the site looked horrible, but the spacing was just as huge. what can this be related too please?

Thanks.

pyro
07-21-2003, 09:32 PM
I think we're going to need to see more code than that...

DanUK
07-21-2003, 09:38 PM
sorry, ok:

here we go:

<p align="justify"><font size="1" face="Tahoma">Response2</font></p>
<p align="justify">&nbsp;</p>
<p align="justify"><font size="1" face="Tahoma"><a name="7" id="7">
</a><strong>- Question1</strong></font></p>
<p align="justify">&nbsp;</p>
<p align="justify"><font size="1" face="Tahoma">Response1</font></p>

I realised on my last post the "&nbsp;" was missed, if this occured, the lines that state <p align="justify">..</p> actually contain "&nbsp"

DanUK
07-21-2003, 09:38 PM
uh it happened again, it won't allow the nbsp thing to be posted :(

pyro
07-21-2003, 09:43 PM
I get the exact results I'd expect with that code. Maybe this is what you were looking for:

<p align="justify"><font size="1" face="Tahoma">Response2</font></p>
<p align="justify"><font size="1" face="Tahoma"><a name="7" id="7"></a><strong>- Question1</strong></font></p>
<p align="justify"><font size="1" face="Tahoma">Response1</font></p>

DanUK
07-21-2003, 09:54 PM
thanks :)
I ended up using:

<hr align="center" width="90%" size=1 Color=#000000>
<p></p>

just for the effect :)
Thanks again.