Double vs Single Quotes in Chrome
- by Rodrigo
So when you want to embed google docs on a site you are given this chunk of code:
<iframe width='500' height='300' frameborder='0' src='https://docs.google.com/spreadsheet/pub?hl=en_US&hl=en_US&key=0AiV6Vq32hBZIdHZRN3EwWERLZHVUT25ST01LTGxubWc&output=html&widget=true'></iframe>
This works fine on my site. If you edit…