Saturday, August 27, 2016

html blogger break tags

html getting the quotation mark direction right,

“ for double and  for single quotes facing forwards.

HTML Comment Tags

<!-- Write your comments here -->

HTML references for pictures, and making pictures into links

This is an example of the code necessary to make an HTML picture into a link to the amazon sales page, which I needed to do for the sidebar on one of my blogs. Here we use the following:

Amazon Page Address: 

https://www.amazon.com/gp/product/B01HJ5P53A/ref=as_li_qf_br_asin_il_tl?ie=UTF8&amp;tag=fostlern-20&amp;camp=1789&amp;creative=9325&amp;linkCode=as2&amp;creativeASIN=B01HJ5P53A&amp;linkId=469db034f87d56c640604751b796c6aa

JPEG Address: 

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjU59zk5W9jMDF61N3yGtLNZSmeePkKDjvGxk4AsOdP2oHgYtUQV69nHtaApNCCPC4Q0dMQnMxR2SOwlyxZvVz1WulRD173U7iubJiNAN0oa3Ii8-5oW_32D2I2NhdZTfrBbB030zZ-EVUw/s320/51iZ0zHTa1L._SX310_BO1%252C204%252C203%252C200_.jpg

The HTML Code:

<br /><br /><br/><a href="https://www.amazon.com/gp/product/B01HJ5P53A/ref=as_li_qf_br_asin_il_tl?ie=UTF8&amp;tag=fostlern-20&amp;camp=1789&amp;creative=9325&amp;linkCode=as2&amp;creativeASIN=B01HJ5P53A&amp;linkId=469db034f87d56c640604751b796c6aa" imageanchor="10" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;" target="_blank"><img alt="" border="0" height="230" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjU59zk5W9jMDF61N3yGtLNZSmeePkKDjvGxk4AsOdP2oHgYtUQV69nHtaApNCCPC4Q0dMQnMxR2SOwlyxZvVz1WulRD173U7iubJiNAN0oa3Ii8-5oW_32D2I2NhdZTfrBbB030zZ-EVUw/s320/51iZ0zHTa1L._SX310_BO1%252C204%252C203%252C200_.jpg" title="" width="135" /></a>