Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2008
    Location
    London
    Posts
    1,355
    Tokens
    334
    Habbo
    CocoCue

    Latest Awards:

    Default Adding text to images in Dreamweaver 8.

    Hello there, I'm currently running Dreamweaver 8 (Going to get CS4 soon), and I would like to know how to add text to an image in Dreamweaver. I don't want people telling me to go to Photoshop and edit it there (because I can do that).

    I just want to make the text in Dreamweaver editable so I can easily change the text when I want.

    Hope I sort of made sense.

    I couldn't find any tutorials on Google, hence I came here.

    +Rep to who ever helps successfully.

  2. #2
    Join Date
    Jan 2008
    Posts
    3,711
    Tokens
    100

    Latest Awards:

    Default

    Is it table or DIV coding?
    If it's tables:
    <td background="images/image.png)" height="100px" width="500px">TEXT HERE</td>
    If it's DIV;
    CSS CODE
    # divname {
    background-image: url(folder/image.png);
    width: 500px;
    height: 100px;
    }
    DIV CODE
    <div id="divname">TEXT HERE</div>

  3. #3
    Join Date
    Oct 2008
    Location
    London
    Posts
    1,355
    Tokens
    334
    Habbo
    CocoCue

    Latest Awards:

    Default

    I done that, but it doesn't go in the image.

    This is where I want it to go: (Image code)
    Code:
    <img src="Untitled-1_17.gif" width="203px" height="201px"alt=""></td>
    Can I just edit this?

    By the way it is in tables.

  4. #4
    Join Date
    Jan 2008
    Posts
    3,711
    Tokens
    100

    Latest Awards:

    Default

    I'm not good with tables, but try this?:
    <td background src="Untitled-1_17.gif" width="203px" height="201px"alt=""></td>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •