Jump to content

Image positioning


Ruud Hermans

Recommended Posts

How can I position a image in sutch a way that I can have text on the left side of it. If I try to do it now the result is that the image ore text is pressed down underneath one an other?Ruud HermansCan't delete the topic but found the solution

<div style="float: right;">
Link to comment
Share on other sites

Another way is in the img tag, just put align right. For example:

<img src="Staff/Chrisy_Drechsel_t.jpg" align="left"/>

This is actual code from one of my sites where I had to do the same thing but have the picture on the left. The only change you would have to do is change the "left" to "right".

Link to comment
Share on other sites

You could just try using tables, but the code previously mentioned should work absolutely fine, so I owuldn't worry about tales unless you already have a website that has a table structure.
It has but the image and text both need to be in a table together looking nice. :) Ruud Hermans
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...