Results 1 to 4 of 4
a couple of years ago I was teaching myself html, and one of the things I learned is that if an html document has multiple whitespace characters between two words ...
- 09-28-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 52
how do I get firefox to ignore certain html standards?
a couple of years ago I was teaching myself html, and one of the things I learned is that if an html document has multiple whitespace characters between two words (and by words I mean any text at all), it will render it as one space.

This is perhaps the most annoying things about html; I want to be able to send ascii art in emails, and on instant messaging; however I can't because of this idiotic standard. So I started trying to find out if my web browser (firefox version 3.6.22) could be configured to ignore this, but so far the answer seems to be no.
I just thought I would check on the forums to see if any has ever tried this, and if they had any success.
- 09-29-2011 #2Just Joined!
- Join Date
- Jan 2011
- Posts
- 10
<pre>
whatever you want
here
</pre>
Here is a link if i did it wrong
w3schools.com/tags/tag_pre.asp
- 09-29-2011 #3Just Joined!
- Join Date
- Mar 2011
- Posts
- 52
thank you for that
- 10-05-2011 #4Just Joined!
- Join Date
- Oct 2011
- Posts
- 17
Otherwise you can write the space in HTML code and comply with the standards: = one space = two spaces and so on...


Reply With Quote
