Hi,
Is there way to "wrap" or <BR> the Name field, rather than it be one long line of text? Either that, or can I show the Description field automatically when the Placemark is shown, along with the name? Here's an example of the placemark. The goal is to create this movie and have it able to show on a plama tv... MUCH appreciated! -ck
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Placemark>
<name>Daytona Beach: Heavy Equipment, Power Systems, Lift Truck, Cat Rental</name>
<address>401 N Tomoka Farms Rd, Daytona Beach, FL 32124</address>
<description>Daytona Beach: Heavy Equipment, Power Systems, Lift Truck, Cat Rental 401 N. Tomoka Farms Rd, Daytona Beach, FL</description>
<LookAt>
<longitude>-81.08753251143365</longitude>
<latitude>29.16780204443693</latitude>
<altitude>0</altitude>
<range>575.3572832898178</range>
<tilt>28.54324291111581</tilt>
<heading>84.97104563111878</heading>
</LookAt>
<Style>
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pal3/icon63.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.1</scale>
</LabelStyle>
</Style>
<Point>
<coordinates>-81.087946,29.16968,0</coordinates>
</Point>
</Placemark>
</kml>