Forum Moderators: not2easy
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled</title>
<style type="text/css">
.footerTextDiv {
float: right;
width: 360px;
margin-left: 20px;
padding-right: 40px;
font-size: 12px;
color: #57441A;
}
.textFooter{
float: left;
width: 100px;
height: 100px;
text-align: left;
padding-top: 20px;
padding-left: 15px;
}
.textFooter p { margin:0; padding:1px 0; }
</style>
</head>
<body>
<div id="footerText" class="footerTextDiv">
<div class="textFooter">
<p><b>Address</b></p>
<p>2908 W 39th St</p>
<p>Suite Office C</p>
<p>Kearney 68845</p>
</div>
<div class="textFooter">
<p><b>Phone</b></p>
<p>308-338-2050</p>
</div>
<div class="textFooter">
<img src="map.png">
</div>
</div><!-- #footerText -->
</body>
</html>