I write stories in MS Word on a Mac, save the docx as filtered HTML, and submit that to the SOL Wizard.
I write stories in MS Word on a Mac, save the docx as filtered HTML, and submit that to the SOL Wizard.
In the docx, there's a paragraph mark after "someday". I want the second line to go to a new line without a blank like between them. Like I was using a < BR>.
Isn't the line break (shift+enter) supposed to be translated to < br >, the paragraph mark should be translated to < /p > < p >
It's just "enter,"
[Enter] is paragraph break. (filtered to p or li,h depending on context)
[Shift]+[Enter] is line break (always filtered to br)
That's for the mac, the windows and the online web version.