~~~~~~~~~~~~ IMPORTANT INFORMATION -- Please read! ~~~~~~~~~~~~

1. The "search..." box above searches the Docs & Forum Posts. The "Search" tab above just searches the Forum Posts. :side:
Please use these to search for your issue *before* creating a new message topic, as your issue may have been previously solved.
2. Please put your Club # and Club Web Address in your Forum Signature (best) OR in each post to get faster support from us.
Click here to edit your signature at the bottom of the Profile Information tab.
3. Our user and admin docs are available at: support.toastmastersclubs.org/doc "There's a doc for that!" ;)
4. There is an "Opt In" Feature for newly added members. The Opt In document explains the strikethrough member information. Click Here to View the Post
5. When posting a New Topic , please include all relevant details and be specific. When did your issue 1st occur? What operating system, browser, & browser version are you using? Did you refresh your browser cache? Are your cookies enabled? Lastly, a screen shot is often helpful.
6. Please abide by the Terms of Use . We are volunteers contributing our spare time. We are happy to assist you, so long as you are respectful and courteous.
7. We are always looking for new FreeToastHost Ambassadors to join our team and support fellow Toastmasters in their use of the FreeToastHost website system. If you are familiar with the system and have some interest, send a Send Us a Private Message.

Updating website, adding space

More
6 years 6 months ago #73696 by Vladimira
I like when some of the content is spaced out, but I haven't been able to do that in the past few months (I could before). I even tried adding <br>, which worked once & then not again. Could you please advise how to add space between text, pictures, etc. - if I want to add more than one blank line? No matter what I do in the "edit mode", the blank space is removed when saved.

Thank you.
The topic has been locked.
More
6 years 6 months ago #73701 by SteveTheTechie
You have to understand the the editor is managing the underlying HTML. You have to use the editor controls.

Press the enter key for a paragraph break, and shift+enter key for a line break (creates a <br> in the HTML).
The topic has been locked.
More
6 years 6 months ago #73702 by Vladimira
Thank you for the prompt response. Yes, I am using the editor controls, but it doesn't seem to "keep" the blank space.

Example: advancedleaderslab.com/

The bottom of the landing page was created a long time ago; there's more space b/w the paragraphs, etc. The top, which gets updated periodically, is all the same spacing.
The topic has been locked.
More
6 years 6 months ago - 6 years 6 months ago #73705 by SteveTheTechie
See the following: stackoverflow.com/questions/14848326/emp...n-html-editor-or-not

I found that if you put a type a space then press carriage return, the space makes it a "non-empty" paragraph which seems to work. The line break approach should work also, but maybe only from inside a paragraph? :?

You can also use the <div> icon to put some of your content in a div which will allow you to set a style on the div...
e.g. margin-bottom:20px

BTW, it is not the editor doing this space removal. If you press Ctrl-U so that you can see the underlying HTML that is being sent to your browser, you will see that all the <p></p> tags are there. It is the browser that is removing the blank paragraphs.
Last edit: 6 years 6 months ago by SteveTheTechie.
The topic has been locked.
Time to create page: 0.105 seconds