spacing?

liunx

Guest
hi, I have a page .. but when there's the code:<br />
<br />
<p align="justify">&nbsp;</p><br />
<br />
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?<br />
<br />
Thanks.<!--content-->I think we're going to need to see more code than that...<!--content-->sorry, ok:<br />
<br />
here we go:<br />
<br />
<p align="justify"><font size="1" face="Tahoma">Response2</font></p><br />
<p align="justify">&nbsp;</p><br />
<p align="justify"><font size="1" face="Tahoma"><a name="7" id="7"><br />
</a><strong>- Question1</strong></font></p><br />
<p align="justify">&nbsp;</p><br />
<p align="justify"><font size="1" face="Tahoma">Response1</font></p><br />
<br />
I realised on my last post the "&nbsp;" was missed, if this occured, the lines that state <p align="justify">..</p> actually contain "&nbsp"<!--content-->uh it happened again, it won't allow the nbsp thing to be posted :(<!--content-->I get the exact results I'd expect with that code. Maybe this is what you were looking for:<br />
<br />
<p align="justify"><font size="1" face="Tahoma">Response2</font></p><br />
<p align="justify"><font size="1" face="Tahoma"><a name="7" id="7"></a><strong>- Question1</strong></font></p><br />
<p align="justify"><font size="1" face="Tahoma">Response1</font></p><!--content-->thanks :)<br />
I ended up using:<br />
<br />
<hr align="center" width="90%" size=1 Color=#000000><br />
<p></p><br />
<br />
just for the effect :)<br />
Thanks again.<!--content-->
 
Back
Top