Is it possible to make an image the background of a div and make it so the text is 50 px over and 50 px down inside that same div so I can write where I want on that image? If not what would I need to do to do this?
yes, it is basic HTML/ CSS, add the bg to the div with background-image: and then use a relative positioning or padding on the text
This site has excellent tips for doing what you want, check it out, www.mandarindesign.com/opacity.html ·