Oh come on, surely someone else has had this problem & has managed to find a solution to it???
Having not received any help I decided to see if I could @ least see what FP was doing differently in terms of HTML codes/tags.
I made 3 test pages [2 with Frontpage, & 1 with Netscape composer] with just some lines of random letters.
I won't bother pasting in the meta, title, header & body tags, as whilst my knowledge of actual HTML code is fairly limited I know enough to see that they aren't relevant here. The code view of the 3 tests is as follows:
Composer
ehaksdhfskfdgjsdfg
<br>sdflglsdhfg
<br>sdfgksdfgh
<br>sdgklsdfg
<br>dfldglksdfg
<br>sdlfkgnklsdfg
<br>
Frontpage in its default form
<p>igfjkdkgjjdfgh</p>
<p>dfg</p>
<p>hldkfghldfgh</p>
<p>fdgh;'gh</p>
<p>fh;fgh</p>
<p>fdh;fg</p>
<p>h</p>
Note: For those that don't know or who didn't read my previous post the above code leaves a line between each line of text - every time I press return it's creating a new paragraph & leaving a space between it, instead of just creating a new line.
Frontpage after I've set paragraph spacing to 0 (has no value @ all by default)
<p style="margin-top: 0; margin-bottom: 0">fdfgsdfg</p>
<p style="margin-top: 0; margin-bottom: 0">dlkfglasdjng</p>
<p style="margin-top: 0; margin-bottom: 0">sadlgflasjfdlkgj</p>
<p style="margin-top: 0; margin-bottom: 0">sdlf;lasjdkflj</p>
<p style="margin-top: 0; margin-bottom: 0">asdfklkasdlg</p>
<p style="margin-top: 0; margin-bottom: 0">s'djfljslfkdjg</p>
<p style="margin-top: 0; margin-bottom: 0">sadgfsad</p>
<p style="margin-top: 0; margin-bottom: 0">gl;aksfg</p>
WTF??? What is MS playing @? anyone know how to make it do it normally???
PLEASE???