Comment on Code icebergsparentComments−timcederman15yFor my thesis, the easiest thing was to do a find/replace on ". " with ". " when I was done.−presidentender15yAnd because of the tendency for a browser to strip whitespace from HTML to render pages readably, those two things look exactly the same.If you want consecutive spaces in a bare HTML page, you have to use " " which doesn't work here because pg isn't a moron.−spicyj15yYou can use the appropriate special character instead of the entity. Like this.−jrockway15yBecause you aren't a moron.−presidentender15yI am though :(
Comments
For my thesis, the easiest thing was to do a find/replace on ". " with ". " when I was done.
And because of the tendency for a browser to strip whitespace from HTML to render pages readably, those two things look exactly the same.
If you want consecutive spaces in a bare HTML page, you have to use " " which doesn't work here because pg isn't a moron.
You can use the appropriate special character instead of the entity. Like this.
Because you aren't a moron.
I am though :(