what should i use for fixed-width space?
-
i spent hours putting in non-breaking spaces ( ) so they wouldn’t collapse, and they would remain a fixed width. however, the editor turned them all into regular spaces, which of course collapse to one, variable-width space. what should i do?
Blog url: http://hockeytimeline.wordpress.com/ -
Unfortunately, this is by design. Even if you were to find a way around it, all browsers will stip out excess spaces automatically.
Instead, try inserting a table: http://www.w3schools.com/html/html_tables.asp
- The topic ‘what should i use for fixed-width space?’ is closed to new replies.