Evlambios has attended:
Dreamweaver Introduction (2 days) course
Dreamweaver Text
How do you overlay text in Dreamwever on a image that has been imported from Photoshop CS3?
RE: Dreamweaver Text
Hi Evlambios,
You could do this a number of ways.
Use a DIV with the image as the background, then anything you type in the DIV tag will appear on top of the picture.
Or use a DIV with the picture inside (IMG tag).
Then another DIV over the top (higher Z index) of the picture's DIV, and type in the second DIV to see the text on top.
Re-edit and save picture to include the text.
Use a table, with the picture as the background of the table or a cell, then type the text into any of the cells.
Hope this helps?
Regards, Rich