After doing a <center>, how can I start my next line left alligned without using a <p align=left>. I want my next line to start immediately following the <hr> but I don't want a line skip. e.g. of code follows:
<center>
<hr width="80%" size="6" noshade></>
<font color ="Blue" size=2><p align=left>
This is my next line of text to show on the screen.
<p align=left> is no good 'cause it gives me a linefeed which I don't want.
Thanks,
Michael
<center>
<hr width="80%" size="6" noshade></>
<font color ="Blue" size=2><p align=left>
This is my next line of text to show on the screen.
<p align=left> is no good 'cause it gives me a linefeed which I don't want.
Thanks,
Michael