Alignment problems in website (Was:need help with website!!!!)
hi made website boss , looks great on google chrome in ie parts not alligned 1 go site in ie can see problem , @ source code , find did wrong.
http://intuitivebodyhealing.com/testimonials.html
thanks - bunta
there heaps wrong site. start here http://validator.w3.org/check?verbose=1&uri=http%3a%2f%2fintuitivebodyhealing.com%2ftestim onials.html
also have @ have
<div id="image1hold"><img src="images/kristen.png" alt="kristen" style="margin-right:450px; margin-top:30px;"/><div id="par" style="text-align: center; float:left; margin-left:298px; margin-top:-165px;"><center><h4><u>kristen</u></h3></center></div><div style="float:left; margin-left:170px; margin-top:-140px;"><p>"hi name kristen , before met tanya have been dealing asthma since 3 years old, can remember having take inhaler , having nebulizer me everywhere in case needed breathing treatment" .....to hear kristen's story click <a href="kristen.html">here.</a><p></div></div>
which should like
<div id="image1hold">
<img src="images/kristen.png" alt="kristen"/>
<h4>kristen</h4>
<p>"hi name kristen , before met tanya have been dealing asthma since 3 years old, can remember having take inhaler , having nebulizer me everywhere in case needed breathing treatment" .....to hear kristen's story click <a href="kristen.html">here.</a></p>
</div>
the styling should appear in css section @ top of document
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment