I must have forgotten everything from Web Design class... I'm having trouble just aligning images next to text. I'm trying to get the text to the right of the images, and not below it.
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<title>dic/help;)</title>
<style type="text/css">
A.txt:link {color: #E6C78E; text-decoration: underline}
A.txt:visited {cursor: crosshair; color: #E6C78E; text-decoration: underline}
A.txt:hover {cursor: crosshair; color: #E6C78E; text-decoration: underline}
.span{text-decoration:underline;}
.span2{text-align: left;}
.span3{color:#999999;}
.span4{font-size:4; color:#E6E6FA;}
h1{font-family:Times New Roman; font-weight:bold; color:#E6C78E;}
div.one{font-family:Times New Roman; font-weight:bold; color:#333333;}
p.one{text-align:center;
font-family:Technical;
font-size: 1.1em;
color: #E6C78E;
background-image:url("./body_back.gif");}
A.one:link {color:#999999; text-decoration: underline;}
A.one:visited {cursor: crosshair; color:#999999; text-decoration:underline;}
A.one:hover {cursor: crosshair; color:#999999; text-decoration:underline;}
img{border:0;}
</style>
</head>
<body>
<center>
<div align="center">
<img src="./logo3.PNG" alt="The Inn"></div>
<p class="one">106 South Main Somewhere, GA<br />
<br />
e-mail ~ <a class="txt" href="mailto:Someone@aol.com">frontdesk@theinn.com</a></p>
<p>
<h1>Welcome to The Inn!</h1>
<div class="one">
<a href="./Guest2.html"><img src="./top3.GIF" ></a><br />
<a href="./Catering2.html"><img src="./middle2.GIF" ></a><br />
<a href="./Conferences2.html"><img src="./middleCon.GIF" ></a><br />
<a href="./RecentEvents2.html"><img src="./middleEvent.gif"></a><br />
<a href="./Map2.html"><img src="./middleMap.GIF" ></a><br />
<a href="./Recipes2.html"><img src="./middleRec.GIF" ></a><br />
<a href="./History2.html"><img src="./middleHis.GIF" ></a><br />
<a href="./Gardens2.html"><img src="./middleGar.GIF" ></a><br />
<a href="./InnNote2.html"><img src="./middleNot.GIF" ></a><br />
<a href="./Pets.html"><img src="./middlePet.GIF" ></a><br />
<a href="./forthearts.org/"><img src="./middleArt.GIF" ></a><br />
<a href="http://www.visit-somewhere.com"><img src="./bottom.GIF" ></a><br />
<br />It only takes two
words to describe the kind of visit you'll enjoy here-simply elegant.<br />
<br />This country inn is a charming combination of two turn-of-the
century houses, both of which are on the National Register of Historic Places. The two houses stand together on South Main Street in
our historic district,both serving as a symbol of the prosperity enjoyed by the
founders of this old cotton community.<br />
<br />With seventeen rooms, the inn has all the comforts of home.
Private baths, TV's, telephones, coffee makers, and just about any other modern convenience are standard with each room as well as a <span>full
breakfast</span> ~ and just about the finest breakfast this side of the Mississippi.
<br />
<br />Make yourself at home and enjoy all aspects of the inn. The gardens are beautiful year-round, or
have a glass of wine on our wrap-around porch. You can also enjoy a traditional home cooked southern buffet open Sundays at noon. Or
try our famous dinners nightly Thursday through Saturday, from 6pm to 9pm. Lunches are also available Wednesday through Friday 11:30 to <span id=span2>2pm.</span>
<br />
</div>
</body>
</html>