Viewport size for mobiles etc
Afternoon.
On all my pages i have the code in place to resize images etc for when customers look on phone / tablets etc.
I need to also apply this for when i see the relevent photos in my emailref folder.
This example below shows what the cosde is at present.
Its either correct but not working or im missing something,im just trying to get the pages the same for viewing purposes like all the others.
Thanks
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>AUDI 001</title>
<style type="text/css">
.auto-style1 {
text-align: center;
}
.auto-style2 {
color: #000066;
font-size: x-large;
}
</style>
</head>
<body>
<div class="auto-style1"> <a href="../../karaudi.html"><img src="../photos/AUDI001.png" border="0" /></a>
<p class="auto-style2"><strong> £40.00</a></strong></p>
<br/>
<p class="auto-style2"><strong><a href="https://www.theremotedoctor.co.uk/">WWW.THEREMOTEDOCTOR.CO.UK</a></strong></p>
</div>
</body>
</html>