|
Re: Picture wrap around text? (more info inside)
You should be looking at <div> elements to arrange page layout.
You can load images as backgroung images into the divs as well as normal images and position the divs such that the images appear as one.
You can also set what is known as the z-index of the divs so that content in one div can overlay the content of another div.
Start your reading around these areas.
|