A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: Dreamweaver Help

  1. #1
    Member
    Join Date
    Jun 2005
    Posts
    69

    Dreamweaver Help

    Hi there!!!
    i`m trying to put a picture as a background on dreamweaver and also i want to put some text over that background.
    please help me how to do it.
    I hope i`m on the right forum.
    thank you in advance.
    oscar

  2. #2
    Senior Member
    Join Date
    Oct 2003
    Posts
    900
    modify >> page properties >> background image

    goodluck

  3. #3
    Member
    Join Date
    Jun 2005
    Posts
    69

    Dreamweaver Help

    Thank You For Your Answer,but That I Can Do,the One I Forgot To Mention Is When You Have A Table And You Just Want To Put A Picture And A Text On It(over The Picture),you Know What I Mean?

  4. #4
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    Hi,

    Not much different from a source code standpoint.

    Look at the source code for your table
    Code:
    <table background="YourImageHere.gif" >
    <tr><td>text goes here</td></tr>
    </table>

  5. #5
    Member
    Join Date
    Jun 2005
    Posts
    69

    deamweaver help

    thank`s a lot,it works.
    one more question,how do i make that table to be just one size without increasing when i add some text.
    you know what i mean?

  6. #6
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    Umm no.

    Table widths work in html4
    http://www.w3.org/TR/html4/struct/tables.html

    and here are some basics in css
    http://www.w3.org/TR/REC-CSS2/tables.html#q1


    You should be able to define your tables dimensions in the table tags as absolutes.
    Code:
    <table background="sitecode.gif" width="200" height ="250" >
    <tr><td>text goes here</td></tr>
    </table>

  7. #7
    Member
    Join Date
    Jun 2005
    Posts
    69

    Dreamweaver Help

    i do really apreciate your help.
    you`r very kind.
    In case i need some more help can i contact you?
    thank`s a lot!!!

  8. #8
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    It's really just better to start a thread in the forum and see how it develops from there. Flashkit has a large group of users many very good at explaining things.

    Having the forum to work within it generally means your answers come quicker.
    and your not always tied to one way of doing things. It can put more options on the table for you.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center