Hi,
Please go easy on me. This is my first website. :)
I am having trouble getting my text to line up how I want it to in IE7. It works fine in Firefox and Safari. Wondering if someone can help me fix and understand where I am going wrong.
Page is up at:
http://www.doublehappinesscelebrant.com.au/DHappiness/pricing.html
Relevant code as follows: -please let me know if I haven't included enough.
<div id="text">
<p class="content">
<img src="../Documents/Website Projects/xxx/girl_1.png" alt="special melbourne weddings" width="250" height="375" class="image_price_girl" /><h1>Pricing </h1>
<p class="content">Fees depend on the time of year, services needed and scheduling. I am flexible and negotitable but my fees typically start at $300 which includes all of my basic <a href="../Documents/Website Projects/DHappiness/services.html">services</a>. </p>
<p class="content">Please <a href="../Documents/Website Projects/xxx/contact.html">contact me</a> and I will be happy to talk to you about your needs and what I can do to make your day very special. </p>
<p class="content"> </p>
</div><br class="clear" />
#text {
margin-top: 20px;
margin-right: 20px;
.image_price_girl {
float: left;
height: 375px;
.content {
font-family: Verdana, Geneva, sans-serif;
font-size: 1em;
font-style: normal;
color: #666;
width: 900px;
margin-left: 20px;
}
#container {
width: 920px;
border: 0;
text-align: left;
background: #FFF;
margin-left: 2px;
margin: 1px auto;
}
Thanks so much....
Littlemt