Hi,
I think the problem is simple enough to understand, but if you'd need it, I would set up an example.
I'm quite ok with html and css, but I'm not fully comfortable with "float"
I use it float: left (or right) to produce text colums, but now I got a problem...
I have a portion of text with an image aside. I placed the image like "float: left". I put image and text together in a div box.
The image is bigger than the text. Now, I thought that adding margin to the surounding div-box would separate it from other content (the next box of the same type), but the margin seems to only affect the text while the image touches the other content.
That's probably because of the "float". WHat would you do to have that margin around the whole box respective the image borders?
I'd be really glad if someone could help! :)
Cheers,
Dominique