Florida Concealed Carry banner

Reply with quote

10K views 13 replies 6 participants last post by  Admin 
#1 ·
Issue, when i reply with a quote the space bar does not work. No it's not my PC as it does it on chrome 3 different devices, and fire fox and IE on 2 other machines.
 
#6 ·
you are correct sir, the spaces appear WHEN I TYPE THEM, they are lost after I submit the reply. Likely a space savings algorithm they implemented to removed unwanted spaces.
Just so others understand what you're not seeing that you wish to be seeing, when you typed your test it looked like this:

Code:
testing:                                testing:                               testing:
But when you post it there is only one visible space between words. That is because HTML automatically eliminates repeated whitespace. That's because frequently in HTML there are tabs and all sorts of characters in the HTML that are more for formatting the HTML and have nothing to do with how it should render on the screen. Two words separated by 20 spaces renders the same as two words separated by a single space.

In order to force extra space the   character entity is used. So if you wanted your test to render correctly you'd do something like this in HTML:

HTML:
testing:     testing:     testing:
Unfortunately the forum doesn't really provide a way to insert non-breaking spaces (that's what nbsp stands for) that I can find.

Hope all that helps.
 
This post has been deleted
#11 ·
Hey guys,

This is a known issue, and we are waiting on a fix from the Software provider as a fix is out of our hands.

A trick to get around this is to push the enter button twice, once you do that all should be cleared up.

Let me know if this quick fix helps out while we wait for a fix.

Richard.
 
#8 ·
Yes this time it worked. But I use multiple devices and on occasion I have to copy and past in the quote after I type my reply.
 
This post has been deleted
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top