Is there any way in Javascript that I can have the visitors' browser ignore ALL <br> tags?
Some visiotrs need to see the data with the line breaks and sometimes they do not.
Physically the <br> tags always have to be in the HTML code and CANNOT be embedded in any ASP,PHP or any server side scripting. The <br> tags must be in the HTML body of the webpage,but, I am looking for a method in Javascript that can tell the visiotrs' browser to ignore them but stil be present in the HTML.
Can anyone help?
Thanks,
Jeff