One thing that I run into all the time is weird spacing when you would not
expect it.

For example... if I have a bunch of addresses in blocks like:

Company Name
123 W ST
San Diego CA 92101

Company Name
123 W ST
San Diego CA 92101

Company Name
123 W ST
San Diego CA 92101

Company Name
123 W ST
San Diego CA 92101

Company Name
123 W ST
San Diego CA 92101

Company Name
123 W ST
San Diego CA 92101

They get displayed as:

Company Name<br />
123 W ST<br />
<p>San Diego CA 92101</p>
Company Name<br />
123 W ST<br />
<p>San Diego CA 92101</p>

Company Name<br />
123 W ST<br />
<p>San Diego CA 92101</p>
Company Name<br />
123 W ST<br />
<p>San Diego CA 92101</p>
Company Name<br />
123 W ST<br />
<p>San Diego CA 92101</p>

Which looks like:

Company Name
123 W ST

San Diego CA 92101

Company Name
123 W ST

San Diego CA 92101

Company Name
123 W ST

San Diego CA 92101

Company Name
123 W ST

San Diego CA 92101

This doesn't seem logical and is certainly not what the user expects.

The <p> surrounding the last line of each block is weird.

What would be the correct way to specify this so it looks right?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to