~~~~~~~~~~~~ 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 [strike]strikethrough[/strike] 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.

How to make a "Scrolling text (can be paused)" on the WEB page?

More
8 years 4 months ago #61622 by kenmatos
Steve,

I have this code on my home page. A caption with an image but every time I update above it it creates additional line spacing. I added </div> as you suggested so I am not sure what is going on?' Where do I need to add additional ones?


<p><span style="color:#800080;"><strong><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2017 &nbsp;Intenational Speech &amp; Table Topics&nbsp;Contest&nbsp;</big></strong></span></p>

<p>&nbsp;</p>

<div class="fontb" style="text-align: center;"><strong>Congratulations Barry Tolin 1st Place International Speech Contest!</strong></div>

<p>&nbsp;</p>

<div class="fontb" style="text-align: center;">
<p><strong>Left to Right: Donna, Ken, Barry&nbsp;and Charlie</strong></p>
</div>

<p>&nbsp;</p>

<p style="text-align: center;"><img alt="" src=" winchestertoastmasters.toastmastersclubs...2017_Intl_Speech.JPG " style="width: 600px; height: 450px;" />



<p>&nbsp;</p>
The topic has been locked.
More
8 years 4 months ago #61624 by SteveTheTechie

kenmatos wrote: Steve,

I have this code on my home page. A caption with an image but every time I update above it it creates additional line spacing. I added </div> as you suggested so I am not sure what is going on?' Where do I need to add additional ones?


<p><span style="color:#800080;"><strong><big>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2017 &nbsp;Intenational Speech &amp; Table Topics&nbsp;Contest&nbsp;</big></strong></span></p>

<p>&nbsp;</p>

<div class="fontb" style="text-align: center;"><strong>Congratulations Barry Tolin 1st Place International Speech Contest!</strong></div>

<p>&nbsp;</p>

<div class="fontb" style="text-align: center;">
<p><strong>Left to Right: Donna, Ken, Barry&nbsp;and Charlie</strong></p>
</div>

<p>&nbsp;</p>

<p style="text-align: center;"><img alt="" src=" winchestertoastmasters.toastmastersclubs...2017_Intl_Speech.JPG " style="width: 600px; height: 450px;" />



<p>&nbsp;</p>


Ok, so you are getting into the nittty gritty details of HTML. ;) "big" is not supported in HMTL5 and I strive to be HTML5 compliant in whatever I do. You may find it is not supported in all browsers.

Re: the spacing. CKEditor strives to make *everything* a paragraph in its default configuration (even blank lines), which is probably ok for things like the home page, but I have it configured differently elsewhere. You can always just use Shift-Enter to generate <br> (line break codes) instead of the paragraph marks... the paragraph marks are what are giving the the extra spacing.

However, at some point we need to back off of this since our function is not really to teach users to write great HTML. We will give basic pointers, but beyond that, you need to see out HTML references. There are plenty of online resources for that. e.g. www.w3schools.com/
The following user(s) said Thank You: Bright
The topic has been locked.
Time to create page: 0.740 seconds