Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  View Answers    Answer this question    Ask a question  
 

fabby2128
Feb 21, 2009, 10:13 PM
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

wadeofalltrades
Oct 16, 2009, 06:58 PM
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 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