Jump to content

Insert Picture


MadFly

Recommended Posts

Would someone please have a look at my Website and tell my how do I add an image to the very left of the body, the body content is in a table, i have tried adding another table next to that one, but when I add the image the image is displayed either beneath the center content or at the very top.

Link to comment
Share on other sites

I don't recommend using tables for your website layout. It's an old fashioned method that was used over 8 years ago because CSS didn't exist to substitute it.You can use CSS on the image.HTML:<img class="left" src="file.jpg" alt="">CSS:img.left { float: left; }It might not work exactly how you want it, but if you learn CSS and how to use it you should be able to find the solution on your own.

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...