Ugh...Online secondaries...how keep paragraphs from fusing together

This forum made possible through the generous support of SDN members, donors, and sponsors. Thank you.

Addicted To SDN

Bueller...Bueller...
10+ Year Member
5+ Year Member
15+ Year Member
Joined
Sep 8, 2004
Messages
206
Reaction score
6
I am trying to submit my Emory secondary, but my paragraphs keep getting fused together. I tried putting multiple spaces...putting double enters after the paragraphs...their DAMN software is too smart. Help...any suggestions
 
I think you may have to be prepared to accept the possibility that there may not be a way to separate your paragraphs. I have found this to be true in quite a few secondaries.
 
try using html code, after your paragraph, type in "<p>" without the qoutation marks. and let me know if it works
 
JDAD said:
try using html code, after your paragraph, type in "<p>" without the qoutation marks. and let me know if it works

holy mugatu...you are the bomb...it worked 😀 . One more question if I want something like this:

"adfsdf sdfgdsf dsfgsdfg sdfgdsfg gsfhfgh. safgdfgdsfgdsfg dfgdfgdsfg dfgdfg"

to look like this:

"adfsdf sdfgdsf dsfgsdfg sdfgdsfg gsfhfgh.
safgdfgdsfgdsfg dfgdfgdsfg dfgdfg"

what do I put after the period...I dont want to skip a full line just drop to the next line. Thanks
 
<br> will help you hit "Enter" just once (instead of twice, like <p>).
 
Blade28 said:
<br> will help you hit "Enter" just once (instead of twice, like <p>).

You are the bomb too...Thanks
 
Top