Please Help me ...how to put text on this image.

Discussion in 'HTML & Website Design' started by Zaizen, Apr 25, 2007.

  1. #1
    Helps need on Dreamweaver Mx

    Hello dpeers,

    [​IMG]

    I have a bit problems here..i really appreciate that if someone can give some guide to help me :) . I create a one small content box on my new website, but i dont know how to put the text inside the image on the dreamweaver or frontpage...

    I know this problem can be done with Photoshop..Just put the text
    ..BUT, i need to know how to insert text on the image by using Dreamweaver only....how to create a table inside image like this? or is that any other way to put it in?

    Thanks for any replying..

    zam
     
    Zaizen, Apr 25, 2007 IP
  2. Cypherus

    Cypherus Peon

    Messages:
    1,551
    Likes Received:
    102
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Have you tried making a div (learn css), setting fixed height and width for it, and then putting that image in a background? That's option A, at least.

    Option B is to slice the image into a header, content and footer part, make a div with the header,content and footer sections inside it, and again, make the representive images background for the different div's. That way the box will be more flexible in height (so that you can stretch it with text).

    Go to htmldog.com and read up on your CSS skills, and you'll have it done right away :]
     
    Cypherus, Apr 25, 2007 IP
  3. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Just set it as a background image within a div, and write away.
     
    bacanze, Apr 25, 2007 IP
  4. rob6188

    rob6188 Peon

    Messages:
    219
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Another way would be to create a table with the exact pixel height and width as the graphic. Then set the table background to the image. Now all you need to do is type your text in your table. Of course you'll need to do some aligning, but that's easy too.
     
    rob6188, Apr 25, 2007 IP
  5. Webice

    Webice Peon

    Messages:
    49
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Best way would be making a div adding fixed width and height, putting the image as a background image and adding top, left-right padding.
     
    Webice, Apr 25, 2007 IP
  6. Zaizen

    Zaizen Peon

    Messages:
    99
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks a lot friends :)

    i'm still searching the 'div tags' on my dreamweaver to put the text on image..

    cypherus, i'm do some slice before but you know when we slice it, we need to save in html file right?..but, in my page it contains so many graphics to slice..header..footer and etc..we cant insert the slice image inside the slice page right?..or,am i wrong?..sorry..i'm not expert to much on css

    Thanks,
     
    Zaizen, Apr 26, 2007 IP