| | | | |
. | | | | |
. | Special Variables | name | name of the placemark | |
. | Don't change these variables. | address | address of the placemark | |
. | - Use to display the attributes of placemarks | id | id of the placemark | |
. | as set in 'PlacemarkData' (e.g., address) | geDirections | driving directions to/from | |
. | Balloon HTML Layout | <table width="{static_Balloon_Width}" border="0" cellpadding="5" cellspacing="0"> <tr> <td> <img src="{unique_Top_Photo_URL}" width="{static_Top_Photo_Width}" align="left" /> </td> </tr> <tr> <td> <h2><font color="{static_Title_Text_Color}">{unique_Title_Text}</font></h2> </td> </tr> <tr> <td> <blockquote> <p>{unique_Paragraph_1_Text}</p> <p>{unique_Paragraph_2_Text}</p> <p> <a href="{unique_Read_More_Link_URL}">{static_Read_More_Link_Text}</a> </p> </blockquote> </td> </tr> <tr> <td> </td> </tr> <tr> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="99%" align="right" valign="middle"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td align="right" valign="top"><h2><font color="{static_Organization_Text_Color}">{static_Organization_Name}</font></h2></td> </tr> <tr align="right" valign="top"> <td> <a href="{static_Organization_Link_URL}">{static_Organization_Link_Text}</a> </td> </tr> </table> </td> <td width="1%" align="right" valign="middle"> <img src="{static_Logo_URL}" width="{static_Logo_Width}" /> </td> </tr> </table> </td> </tr> </table> | | <! -- HTML Variables Summary:
1. Copy this cell to HTML editor for easy transfer of variables. It's wrapped in an HTML comment, so it won't interfere with your design. 2. Copy the 'Balloon HTML Layout' (to the left) into your HTML editor. 3. Copy the curly-bracket variables (below) into your HTML code as needed. 4. Copy JUST the revised 'Balloon HTML Layout' section from the HTML editor, and paste back into the cell to the left. DON'T include this comment section! 5. After this cell updates, check the used/unused list of variables below to make sure you are using the expected variables.
- UNUSED Variables: ------------------------------ {special_name} {special_address} {special_id} {special_geDirections}
- Variables already in use: ------------------------------ {static_Balloon_Width} {static_Top_Photo_Width} {static_Title_Text_Color} {static_Organization_Name} {static_Organization_Link_URL} {static_Organization_Link_Text} {static_Organization_Text_Color} {static_Logo_URL} {static_Logo_Width} {static_Read_More_Link_Text} {unique_Top_Photo_URL} {unique_Title_Text} {unique_Paragraph_1_Text} {unique_Paragraph_2_Text} {unique_Read_More_Link_URL}
--> |
. | << to access to the KML Style Layout, unhide row 87 (developers only) | | | |
. | hidden columns for developers >> | | | |