I’m sure that I’ve been able to use here before.
And yet in this thread Greeting card writing they didn’t work.
How else are you supposed to get a leading space on a line for a simple indent?
I’m sure that I’ve been able to use here before.
And yet in this thread Greeting card writing they didn’t work.
How else are you supposed to get a leading space on a line for a simple indent?
Is there an equivalent vB code?
Any idea why blanks are stripped in the first place? They are such useful characters.
One way is:
using the [ INDENT ] [ /INDENT ] tag
The spaces aren’t stripped by vB They are stripped by your browser. Use View Source to look at this post.
As for I have no idea. I assume the current version of vB parses it out.
Testing
AlsoTesting
|Testing with bar first
|AlsoTesting with bar first
First and third lines = option-space on Mac
Second and fourth lines - shift-option-space on Mac
::previews post::
Yep, strips them out.
<—normal spaces
<—option-spaces
<—shift-option-spaces
The code tag prevents them from being stripped. To me that indicates it isn’t the browser that’s doing it ('cuz it would know not from vB code tags, right?), but is instead vB itself.
::previews again::
Interesting. It still strips out the nonbreaking spaces but the normal spaces stay in.
::examines post::
More interesting: my actual post here in the “Reply to Thread” box has been modified by the process of previewing. The spaces have been stripped from what I actuallly typed, so I had to add them back in before submitting (not that it’s going to make any difference, I guess).
The VB code tag generates a <pre> tag surrounding your text, which tells the browser to preserve spaces, as well as to use a constant width font. As noted, multiple spaces <------- like this are preserved in your post, but browsers normally compress white space (I left about thirty spaces there - look at the source in your browser - you will see they are still present.
All of the HTML symbolics stopped working with the current installation of vB. That capability may have been an add-on that was installed here.
The numerics still work, though.
Non-breaking space is
1
2
3
4
5
The additional problem we have now is that these things are now interpreted in the text entry area. To keep them, do the browser “back” function to make your corrections, or to make sure, save your post in Notepad or something.
That’s the ticket!
Yeah, there are a number of things that change on preview, like the addition of [ url ] code that may or may not trip you up when editing.
Sort of defeats the purpose of preview, but what are you gonna do.