No problem. Happy to help. The basic idea is that <div> tags are laid out
vertically and <span> tags are laid out horizontally (and wrap). All tags,
except <pre> and <code> collapse consecutive spaces and newlines into one
space, which is why you were seeing them laid out horizontally before, and
why I suggested that you use a <pre> tag. There might be a CSS property
that you can set on tags that makes them interpret line breaks properly,
but I don't know of any.

On Wed Nov 12 2014 at 10:07:05 AM Greg Pearl <[email protected]> wrote:

> Wow, I was way off! Thanks for all your help, sir. I really appreciate you
> walking me through things here.
>
> Looks like I have some reading to do on <div> tags, eh?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to
> [email protected].
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to