I think that I have 2 questions. First question: I copied this code from a website thinking it was responsive but I am not sure if it is.
2nd. question: I have viewed in this in gmail The images are huge going as big as my screen which is 2 feet wide. My understanding is that the id logo has a mad-width: 600px. So I don't understand why gmail doesn't respect any boundaries.
Any opinions on if I need to totally scrap this code or is it useable with a fix or two?
Thank You for any help. This email that I want to put out in the next few days has a time limit.
<!doctype html>
<html lang="en">
<head>
<style type"text/css">
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
* { margin:0;
border:0;
padding:0; }
body {background-color: #F1F4F4;
font-family:'Quicksand', sans-serif;
font-size: 16px;
max-width: 650px;
margin: 0 auto;
/*padding: 1%;*/
color: #565859;}
#wrapper { margin-right: auto;
/* tried this which was no different than margin-left: auto;
max-width: 700px; */
background: #FFF;
}
h2 {/*letter-spacing: 1%;*/
font-weight: 600;
padding-left: 2%;
}
p {padding-left: 2%;
/* left-align: justify;*/}
img { max-width: 100%}
.line {
clear: both;
margin: 4% auto;
width: 90%;
height: 2px;
background-color: #E3E9E9;
}
header { width: 100%;}
#logo { float: left;
margin: 2% 0 0 3%;
max-width: 600px;
}
#callout { /*float: right; */
margin: 3% 3% 2% 0;
height: auto;
overflow: hidden;}
.social li {display: inline;}
.social {
float: right;
list-style-type: none;
margin-top: 4%;
padding: 0; }
.banner { margin-left: 3%;}
.btn {float: right; border-radius:8px;
color: #FFF; font-size: 17px;
background: #18A0D3; padding: 8px; text-decoration: none;}
.button-holder {float: right; margin: 0 2% 4% 0;}
.btn:hover {background: #4EC0EB;}
.contact {text-align: center; margin-bottom: 4%;}
</style>
<title><!-- Insert your title here --></title>
</head>
<body>
<div id="wrapper" >
<header>
<div id="logo"><img src="https://ggeddes.com/_media/BannerHomeIs.jpg"></div>
</header>
<h2>Perks of being with CIR Realty: </h2>
<p>Every month they offer a short getaway contest for Clients of CIR Realtors. Every month is a
different destination in Alberta.
I didn't know where Azuridge Estate Hotel was so I looked it up. It looks really nice and is in
Priddis so just a short hop from the City.
Wish we could enter <span>☺</span>. </p>
<p style= "padding-left: 2%; padding-top: 2%;"> Before you click, I would suggest that you Copy -
Grant Geddes - so that you can Paste it in the Realtor's® Name field.
</p>
<p style= "padding-left: 2%; padding-top: 2%;"> This is important to Grant and I as the CIR Form does
not automatically put Grant's name in. (You can just type it in directly also)
</p>
<h3 style= "padding-left: 2%; padding-top: 2%;">The link to this contest is: <a
href="http://cirrealty.ca/contest">cirrealty.ca/contest</a></h3>
<p style="margin: 10px"> Or Click on the Image.</p>
<div class="banner">
<a href="http://cirrealty.ca/contest"><img style ="max-width: 60%"
src="https://ggeddes.com/_media/October Instagram _ Facebook Posts.jpg"></a>
</div> <p style= "padding-left: 2%; padding-top: 2%;"> We wish you all luck. It would be nice if one
of our clients wins. Carol and Grant
</p>
<div class="line"></div>
<p class= "contact" style = "font-size: 10px;">Information herein deemed reliable but not guaranteed.
</p>
<p class="contact">Geddes Group Calgary / CIR Realty<br>
Grant Geddes REALTOR® 403-540-8584<br>
Email: <a href="mailto: geddesgroupcalgary@gmail.com">geddesgroupcalgary@gmail.com</a></p>
<div id="callout">
<ul class = "social">
<li><a href="https://www.facebook.com/pages/The-Geddes-Group-Real-Estate-
Calgary/792213167479235"
target = "_blank">
<img src="https://www.ixactcontact.com/iXactAccountContent/CnttzVNt/Images/facebook.png" width="17"
height="17" /></a></li>
<li><a href="https://twitter.com/TheGeddesGroup" target = "_blank"><img
src="https://www.ixactcontact.com/iXactAccountContent/CnttzVNt/Images/twitter.png" width="17"
height="17" /></a></li>
<li> <a href="http://ca.linkedin.com/in/grantgeddes/" target = "_blank">
<img src="https://www.ixactcontact.com/iXactAccountContent/CnttzVNt/Images/linkedin.png" width="17"
height="17" /></a></li>
</ul>
<div id="logo"><img src="https://ggeddes.com/_media/BottomBannerCIRGeddesGroup.jpg"></div>
</div>
</div>
<!-- Insert your content here -->
</body>
</html>