Robert Volke wrote:
I have created a html page using OpenOffice writer. When I open the
file with writer, everything looks fine. However when I go to open the
file with a browser it has twice as many returns as it should have (lots
of empty lines). If you look at the source it has given me a <BR> -
carriage return as well as a </p> end of paragraph return for each one
of my returns in the original document. How can I prevent these extra
blank lines from appearing? Thank you,
Edit the html code rather than the WYSISYG view.
Go to the code using a text editor - say Notepad - and remove the extra
<p> enties (<p> means start a new paragraph).
You may also prefer to replace <p> with <br> (line break) as a new
paragraph leaves a formatted space before it while a line break just
forces a new line.
And don't use writer, ir produces heaps of extra code - very messy.
BTW, I use Notepad, Notetab Lite (has a text to html converter), and Nvu
(when I feel lazy).
Best of all, learn some html basics.
Moses
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]