*Tech Tip: How to insert google maps into your Blog.
Go to google maps
Enter your destination in the top search box.
Click on the link icon in the top left, next to the print icon.
Select either web address or HTML code.
The HTML code allows the image to be seen on your blog.
Go back to your blog draft and switch to HTML, found next to compose.
Paste in your HTML code wherever you would like the image to appear.
**Tricky Part. I like my pictures centered on the page.
Align your widget to center
Enter the following code before and after your HTML
< div align="center">
Your widget code here...
</center>
Your widget code here...
</center>
No comments:
Post a Comment
Please leave a comment.