Saturday, August 27, 2016
html getting the quotation mark direction right,
“ for double and for single quotes facing forwards.
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&tag=fostlern-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B01HJ5P53A&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&tag=fostlern-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B01HJ5P53A&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>
Amazon Page Address:
https://www.amazon.com/gp/product/B01HJ5P53A/ref=as_li_qf_br_asin_il_tl?ie=UTF8&tag=fostlern-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B01HJ5P53A&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&tag=fostlern-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B01HJ5P53A&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>
Subscribe to:
Posts (Atom)