Forum Moderators: not2easy
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Demo Program</title>
<meta name=viewport content="width=device-width, initial-scale=1">
<style type="text/css">
img {
max-width: 100%;
}
</style>
</head>
<body style="margin-left: 10px; max-width: 880px;">
<div style="width: 95%; min-width: 200px; text-align: center;">
<img style="margin-right: 2%;" src="http://example.com/clipart-pics/phone-clip-art-7.gif">
<a href="its_a_404.html" target="_blank">
<img src="http://example.com/clipart-pics/phone-clip-art-7.gif" border="0" hspace="4">
</a>
<img style="margin-left: 2%;" src="http://example.com/clipart-pics/phone-clip-art-7.gif">
</div>
</body></html> [edited by: not2easy at 6:25 pm (utc) on Sep 11, 2015]
[edit reason] replaced domain with example per charter/TOS [/edit]
img {
max-width: 100%;
}
div.imgholder {white-space: nowrap; max-width: 95%;}
where "white-space" doesn't actually mean white space, it means "anything that would ordinarily be allowed to break", such as a dash or hyphen ... or transition from one image to the next, even if there's no space or line break.
img {
max-width: 100%;
border: 0;
height: auto;
width: 30%;
}