xo.cowgirl.ox
10-20-2006, 07:05 PM
okay so i want to put an image to the left of a text box with like .. about me and such .. but how do i put the picture to the left of the text box and make them like the same height? and so they dont overlap?
|
View Full Version : images xo.cowgirl.ox 10-20-2006, 07:05 PM okay so i want to put an image to the left of a text box with like .. about me and such .. but how do i put the picture to the left of the text box and make them like the same height? and so they dont overlap? bourdelson 10-20-2006, 08:36 PM You could set it up using the align attribute, like so: <img src="image.jpg" align="left" /> And then place it inside of your div tag, and it should line up the way you want it. :) |