Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Dreamweaver (https://www.askmehelpdesk.com/forumdisplay.php?f=470)
-   -   Background in Dreamweaver. (https://www.askmehelpdesk.com/showthread.php?t=320437)

  • Feb 21, 2009, 11:13 PM
    fabby2128
    Background in Dreamweaver.
    Hi!

    I did a background on illustrator ans can not put it as a background on my page on dreamwaver...
    The background is saved as jpeg
    Help
    Thanks
    Fabby
  • Oct 16, 2009, 06:58 PM
    wadeofalltrades
    I will copy and paste code that you can look at to understand for yourself. First make an image folder and place your jpg image their. Then using div tags place the image a background like so...

    <div style="background-image:url(images/something.jpg); background-repeat:no-repeat; width:300px; height:200px; background-color:#CCCCFF">

    Good luck with this!

    </div>


    Once you copy and paste this to your page you will see the image. But look to see the SIZE of the image and make the div width and height to that images size otherwise it will not display the entire image.

    Good luck

  • All times are GMT -7. The time now is 11:57 AM.