Hi people! :D
I'm new to html and css, aside of an artist.
I am trying to create a template for art tutorials. Basically I want to have a series of rows, with a floating image to the left or right, and an explanatory textbox on the other side. The content of each row is contained inside a color box (containing the text and the image of each row). I want the color box to be larger than the image, but I don't know how to do that as the image will simply float and won't make the color box expand to fit the image (it only fits the text).
I know this could be done with a table, but does not seem so elegant.
I want to keep the image as a floating object, and at the same time, that the color box is automatically expanded to contain the image. And I don't want to explicitly specify the size of the color box.
Is this possible?
Thanks for the help! :)