Question:

Need help with dreamweaver/turning photo into background?

by  |  earlier

0 LIKES UnLike

can someone tell me how to make a photo a background on page when making a site. step by step would help because i cant figure it out thank you

 Tags:

   Report

1 ANSWERS


  1. Put this somewhere in between the <head> and </head> tags in your HTML:

    <style type="text/css">

    body {

       background-image: url(/path/to/your/image.jpg);

    }

    </style>

    OR

    change the <body> tag of your HTML to this:

    <body background="/path/to/your/image.jpg">

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.