I designed a new site in photoshop. I want to add text to all the buttons and text areas of the site but I cannot figure out how. I have always used dreamweaver cs3 where I could select an image, delete it, and make it a background image. However in cs4 when I do that it only lets me make a background color. I know there has to be a way to do this but I cant find it anywhere. Please Help.
Go read up more on xhtml/css and you'll learn it in the standard way. It goes mostly like this: <div id="example">Your text here.</div> Code (markup): then in the CSS: #example { background:url(YOUR_BACKGROUND_URL) no-repeat; } Code (markup): something like that. You can read up and practice from w3schools
Im not really looking for the way to do it in code. I use mostly the design view. I want to know how to do it using the dreamweaver program.