Dreamweaver image question

Soldato
Joined
11 Jul 2004
Posts
16,166
Location
Neptune
What option do i change on an image place in a html page so that it can be moved around without affecting the position of the text? Like word wrap in Word.

Also, is there any way then to set that image as a watermark behind the text?

Thank you
 
I believe it will only be possible using css and html.

for the image you can either float it or use absolute positioning.

As for setting things behind each other etc use the z-index: 1-xx tag.

ie for image behind text.

image would have a z-index of 1, text z-index of 2.

how do i adjust the z-index for the images and text?
 
Back
Top Bottom