How do you add text to a psd site in dreamweaver cs4?

Discussion in 'HTML & Website Design' started by stephen421, Dec 24, 2008.

  1. #1
    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.
     
    stephen421, Dec 24, 2008 IP
  2. Sapphiro

    Sapphiro Well-Known Member

    Messages:
    1,242
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    175
    #2
    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
     
    Sapphiro, Dec 24, 2008 IP
  3. stephen421

    stephen421 Active Member

    Messages:
    894
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #3

    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.
     
    stephen421, Dec 24, 2008 IP