|
Cover Page
The two layouts below are formatted larger than most.. They would work well as the annotation for a folder of placemarks. The first layout is for a large photo with a title and the second includes a paragraph beneath the image. You can add or remove whatever text elements you wish to that section. I’ve used Lorem ipsum as dummy text and added a hyperlink, and words in bold and italic. Delete it and add your own. Use the navigation menu on the left to view other layouts. |
Cover page HTML
<table width="610" bgcolor="add color" borderwidth="medium" bordercolor="add color">
<tr><td> <p><font size="6" face="verdana" color="add color"><center> <b>Add title text </center></b> </p> <center><img src="Add image URL" width="600"></center> <p> <a href="Add URL for photo credit" > <font size="2" font color="add color"><i> Photo credit</font></i></a> </p> </tr></td> </table> |
Cover page w. text HTML
<table width="610" bgcolor="add color" borderwidth="medium" bordercolor="add color">
<tr><td> <p><font size="6" face="verdana" color="add color"><center> <b>Add title text </center></b> </p> <center><img src="Add image URL" width="500"></center> <p> <blockquote> <font size="3" face="verdana" color="add color"> <a href="add URL/">Lorem ipsum </a>dolor sit amet, <b>consectetur</b> adipiscing elit. Ut auctor, enim sollicitudin blandit interdum, velit dolor consectetur quam, adipiscing <i>dignissim magna massa</i> at est. Morbi tristique, arcu gravida laoreet hendrerit, nisl turpis scelerisque diam, et tincidunt quam sem id massa. </blockquote></p> <p> <a href="Add URL for photo credit" > <font size="2" font color="add color"><i> Photo credit</font></i></a> </p> </tr></td> </table> |