WoLeRiNe` Posted October 10, 2006 Posted October 10, 2006 We can't use more 1 space always, why?For example;Test1 Test2Above, I have do 3space between Test1 and Test2 but when I posting the messages, I can't view 3space! I view always 1space...
JoeKuboj Posted October 10, 2006 Posted October 10, 2006 We can't use more 1 space always, why?Because it is against W3C recommendation -> http://www.w3.org/TR/html401/struct/text.html#h-9.1More than one space is only visible inside <pre></pre> tags ()
Mark Posted October 10, 2006 Posted October 10, 2006 You could of course mod your boards to include <pre> tags around each post which would solve this problem
bfarber Posted October 10, 2006 Posted October 10, 2006 I believe you can do this through CSS toowhite-space: preThough I've not tested. In any event, it's due to the way HTML works, and not because we are stripping any characters..
RawkBob Posted October 10, 2006 Posted October 10, 2006 replace(" ", " ")?And add a lot of crap to your database probably tripling the size of the posts table...? hmmm!
Cool Surfer Posted October 11, 2006 Posted October 11, 2006 It should allow you to type 5 or even 10 spacesAs sometimes you use it to express something.
bfarber Posted October 11, 2006 Posted October 11, 2006 I don't think mass replacing spaces with & nbsp ; (even at render time) would be a viable solution personally.As a note, it's always worked like this - I'm wondering why it's only coming up now? :unsure:
theclub Posted October 11, 2006 Posted October 11, 2006 l had a mod for 2.0 l think it was, that allowed you to add spaces, it was very handy. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.