|
|
Rich Text Guide
|
|
There is considerable freedom over the appearance of text and images when making placemarks in Google Earth. Settings allow the control of text font, size, color, and style; paragraph alignment and line breaking; structured items including ordered and unordered lists, headings, quotes, and definitions; image inclusion from both local and remote sources, and several other "rich text" attributes.
The attached Google Earth KMZ placemark is a guide to these various options.
P.S. Remember that too much of a good thing can make your words look like a ransom note.
|
|
mcshea98
|
|
(Master Guide)
|
|
06/24/05 03:49 PM
|
|
|
|
|
|
|
|
Re: Rich Text Guide
|
|
Thanks seer,
I have been trying figure out what all was possible. This helps me out alot.
|
|
|
Re: Rich Text Guide
|
|
One may also construct simple HTML tables.
|
|
|
Re: Rich Text Guide
|
|
And thank you also for the info!
|
|
mBjR
|
|
(First Post)
|
|
07/01/05 11:28 AM
|
|
|
|
|
|
|
|
Re: Rich Text Guide
|
|
What image formats are supported?
|
|
zdenina
|
|
(Tourist)
|
|
10/13/05 07:57 PM
|
|
|
|
|
|
|
Re: Rich Text Guide
|
|
Is it just me or am I that stupid - is there a crash course somewhere to learn how to do this right
|
|
oneiros
|
|
(Tourist)
|
|
10/14/05 01:30 AM
|
|
|
|
|
|
|
|
Re: Rich Text Guide
|
|
Did you take a look at the seer's .kml file attached to the first post? What exactly are you trying to do; may be we could answer specific questions?
BTW: interesting buddy icon.
|
|
|
Re: Rich Text Guide
|
|
thanks seer
|
|
|
Re: Rich Text Guide
|
|
I corrected your Table kml. You used "padding"but that is not a correct property and has no effect.
cellpadding and cellspacing are supported:
<table align="center" cellpadding="3" cellspacing="1"/>
Question: Anyway to give the border a color? (bordercolor property is not supported.
On HTML elements supported I notive that also the <code/> element works.
Cybarber
|
|
neotrix
|
|
(Tourist)
|
|
11/05/05 03:26 PM
|
|
|
|
|
|
|
|
Re: Rich Text Guide | using css ?
|
|
is it in some way posible to use css? or is there any posibilty to edit the links (color, underline, not underline ...)?
|
|
TJ1
|
|
(Tourist)
|
|
11/05/05 10:06 PM
|
|
|
|
|
|
|
Re: Rich Text Guide | using css ?
|
|
Many inline CSS styles are supported.
Code:
<h2 style="color:red;font-weight:bold;">Heading</h2>
|
|
neotrix
|
|
(Tourist)
|
|
11/06/05 12:57 PM
|
|
|
|
|
|
|
|
Re: Rich Text Guide | using css ?
|
|
thanks for the reply. what is with a seperate external css-file for the style?
|
|
|
Re: Rich Text Guide
|
|
marvellous
|