MHenke on Mar 16, 2006 at 12:04:23 AM (# 2) This message has been edited.Hum, the default behaviour is to replace multiple whitespace characters with a single blank.
Regarding the fact, that ten of these "spaces" are rendered as five (special) characters, I'd guess that we've a unicode/character encoding issue here and they aren't spaces at all. I'd suggest to check the character encoding of the HTML page and the source code (you can e.g. use a hex editor to see if the "spaces" are actually spaces). Monte on Mar 16, 2006 at 4:03:00 AM (# 3)MHenke...you're correct. I misunderstood the question. karlster on Mar 16, 2006 at 4:11:22 PM (# 4)To add 10 spaces use 10 times.
This HTML
<P>I want 10 spaces between here And Here </P>
Gives you this
I want 10 spaces between here And Here pivert on Mar 19, 2006 at 11:35:50 PM (# 5)unless you're aligning columns? computergeek101234 on Jul 4, 2006 at 2:26:53 PM (# 6)I would try using a table (the first "TD" should be aligned to the left, and the second to the right). The only problem with this is you might get a line break, it's hard to tell. Siteforsight on Jun 7, 2007 at 12:52:53 PM (# 7)undefined Siteforsight on Jun 7, 2007 at 12:53:44 PM (# 8)undefined
|