Quote:
Originally Posted by samrini@mac.com
Hi Jerry. I read this post with interest and it has ALMOST helped me solve my problem. My initial goal was to place an image on my site and then put HTML text over the TOP of the image. Your coding suggestions were EXCELLENT and you can see that I have put together a TRIAL page at this location:
http://www.getalook.com/page2/page2.html
As you can see, the image is on the page as well as some sample HTML text over the image.
What I'm trying to figure out now is HOW DO I WRAP the body text AROUND this image/html div that I created. I appreciate any help you can provide.
I'm brand new to this forum and can't believe the quality of your posts. They're excellent. Thx.
Sam
|
This will work in FireFox, but you have something wrong with your layout because your display is not working right in IE.
One of the main reasons why people have problems with their layout is because they try to make them too complicated.
Your layout looks fairly strait forward until I removed the doctype.
You have a header, a navigation section, a left sidebar and a right content.
At least that's the way it appears until I removed the doctype.
Keep your sections grouped together so they will stay together.
This way you will gain more control over the layout.