*ShoutBox
Pages: [1]   Go Down
Author Topic: Spaces  (Read 579 times)
0 Members and 1 Guest are viewing this topic.
Nintai no Nogitsune
Kitsune
****

Karma: +8/-1
Offline Offline

Posts: 188




View Profile
« on: September 29, 2007, 11:47:30 PM »

Is it possible to make each space to actually appear?

                    This sentence has 20 spaces in front. None show
Logged

"Never trust a smiling fox"
Taoki
Clan members
Older Kitsune
*****

Karma: +14/-5
Offline Offline

Posts: 896




View Profile WWW
« Reply #1 on: September 30, 2007, 04:39:25 AM »

You mean that you cannot add like 2 spaces or more between words? Wow, some weird and annoying ideas these who code for forums have in their mind, like PHPb.

test                  test (20 spaces between)

If that doesn't work well and the words appear one next to another, then yeah, a code has to be changed. PHP can be incredibly tricky though.
Logged

Aine
Kitsune
****

Karma: +2/-0
Offline Offline

Posts: 194



View Profile WWW
« Reply #2 on: September 30, 2007, 07:36:27 AM »

It probably has to do with the fact that HTML only counts the first space, and unfortunately   (a code you can use to make a space in HTML) only seems to work when you're hard-coding, not posting to a forum.
Logged

[size=85]What I post may only be what I believe at the time. Little on this topic I can say that I actually know. However, I will try to sound decently intelligent and to not pull stuff out of thin air. Do you care? Probably not, but sometimes I like disclaiming myself, even if it's unneccessary. I also like to ramble on about things a lot.[/size]
Taoki
Clan members
Older Kitsune
*****

Karma: +14/-5
Offline Offline

Posts: 896




View Profile WWW
« Reply #3 on: September 30, 2007, 01:16:41 PM »

Yeah, I remember that from HTML coding and the "&nbsp thing, just that I knew that didn't apply to things like posts on a forum. If it's the case though, then nothing can be done about it, because it's the way every HTML page in existance is read by all web browsers.
Logged

Nintai no Nogitsune
Kitsune
****

Karma: +8/-1
Offline Offline

Posts: 188




View Profile
« Reply #4 on: September 30, 2007, 02:28:42 PM »

So why does it function in kp? What's the difference?
Logged

"Never trust a smiling fox"
Aine
Kitsune
****

Karma: +2/-0
Offline Offline

Posts: 194



View Profile WWW
« Reply #5 on: October 01, 2007, 11:23:06 AM »

KP and Kitsuhana use different board software, I believe. What one may allow another may not. Or using HTML in posts could simply be turned off over here, if phpBB does allow HTML in posts.
Logged

[size=85]What I post may only be what I believe at the time. Little on this topic I can say that I actually know. However, I will try to sound decently intelligent and to not pull stuff out of thin air. Do you care? Probably not, but sometimes I like disclaiming myself, even if it's unneccessary. I also like to ramble on about things a lot.[/size]
Taoki
Clan members
Older Kitsune
*****

Karma: +14/-5
Offline Offline

Posts: 896




View Profile WWW
« Reply #6 on: October 01, 2007, 11:55:04 AM »

Yes, this board is PHPb while KP is Invision software. I guess the people who made PHPb simply didn't take care of that problem like the ones who made the invisionfree system.
Logged

Samui
Global Moderator
Fox
*******

Karma: +5/-1
Offline Offline

Posts: 74




View Profile WWW
« Reply #7 on: October 02, 2007, 09:07:04 PM »

This is related to HTML itself, and not the board software. IPB has the same "problem", too, as you can see by this post (need to log in to view it, since it's in Forum of Randomnity). I didn't count the spaces I put, but I used a whole bunch in between each word, and there still is just one.

Setting the board to allow HTML won't work, because the board software will escape text/convert it to HTML codes ( like <, >, and   ), for security reasons, perhaps. The only way you could get multiple spaces to show in a sentence is by using the Code tag, like below:

Code:
This          sentence          has          10          spaces          between          each          word.

I don't see the need to have the capability to put more than one space between each word, but if you do need it, you can use the Code tag. Or, I can make a preformatted text BBCode that will work pretty much the same.
Logged

"dreams are as portals, flat visions of misty places, fragments bound below my surface. but i can write dreams, they flow from me, inscribed yet now unbound. i touch them, and they are real....and they are real." - Catherine; RealMYST
Pages: [1]   Go Up
Jump to: