> but how do I add the CSS into the xml file where the contents are read
> from?

How do you include HTML in it now?
  <description>
    <![CDATA[
    <table cellpadding="1" cellspacing="1">
      <tr>
        <td>HAWAII</td>
and so on.

How might you change that?  It's only HTML after all, you'd use the
same methods
     <td style="font-size:large;">HAWAII</td>
http://webdesign.about.com/od/styleproperties/p/blspfontsize.htm

or perhaps better give it a class/classes and use a style sheet
     <td class="myinfobubbletitle">HAWAII</td>
http://webdesign.about.com/od/xhtml/u/htmlcssxml.htm#s5

Not a maps issue.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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/google-maps-js-api-v3?hl=en.

Reply via email to