Initial spaces? Indent feature?

Are these disabled, and if so, why?

*Examples: *

Red
*<space><space><space>*Blue
*<space><space><space><space><space><space>*Green

or, using the indent feature (note: square brackets replaced with angle brackets in the following example):

Red
<INDENT></INDENT>Blue
<INDENT></INDENT><INDENT></INDENT>Green
both result in:

Red
Blue
Green

What gives?

Put [ indent ] before and [ / indent ] after the text you want to indent.

[ ed - someone already done it, I think. I was going to suggest 8198]

Oh yeah?

Indent.

[indent]Indent.[/indent]

I see your question on the [ indent ] tag has been answered.

As for the leading spaces, your Web browser eats them. The HTML specifications say that any block of spaces gets turned into a single space. Spaces at the beginning of a line are removed completely.

D’oh!*

Thanks. I was stupidly clicking the indent button like it was a tab key.

[noparse][noparse][/noparse][noparse]example[/noparse][noparse][/noparse][/noparse]

As for inserting extra spaces: There are two ways to go about that: If it’s a separate part of something, you’re best bet is to wrap that separate part in


 tags, which will preserve all spaces (although you'll lose wordwrap). However, if it's an intrinsic part of your post, your only recourse is to use junk text, and use the [color] tag to make it invisible. 

Examples:


1 50.00% 50.00% 25.00%
2 25.00% 75.00% 37.50%
3 12.50% 87.50% 43.75%
4 6.25% 93.75% 46.88%




Apple ...........................Pear
Red .............................Green

Note that I used [color=#f8f8f8] not [color=white]. On some monitors you can tell the difference.

I prefer using the code section as above.

But you could also use the non-breaking space, HTML code &**#160;.

5 non-breaking spaces -->     <-- 5 non-breaking spaces

The only problem with that is, as vBulletin handles it, the input area now contains regular spaces, not the HTML coding. If you want to make changes and retain the coding, you can navigate to the previous page. However, if you used the quick reply box, the text you entered there is not restored (at least that’s what happened when I tried it just now).

Huh. That’s probably why I assumed it didn’t work, as I always preview coding before I send it.

Apple                            Pear
Red                              Green

Also, this means that nobody will be able to figure out how you did it, since the quote box will just contain normal spaces.