Can you add a photoshop image to the background of the page im building in dreamweaver?
Ms Miss
2011-01-04 00:03:24 UTC
OK Ladies and Gents, I am building my first webpage ever! for my wedding, and I edited a beautiful photo of the proposal site that I think would look amazing as the background of my site, I was wondering can this be done and if so how!
Thank you!
PS I am using Photoshop CS5 & Dreamweaver CS5
(adobe design premium package)
Three answers:
BorisG
2011-01-04 00:10:36 UTC
Export the image to mybackground.jpg or mybackground.png from photoshop. Place it into your site images folder.
Add this lines to head of your html:
?
2016-10-21 07:46:35 UTC
circulate into the code window and learn your photograph links. in case you have not have been given your server setup complete appropriate, Dreamweaver links the pictures to what you recommended it, to now not what rather exists. a photo in C:websiteimages shouldn't ensue on your internet site till you're cyber information superhighway information superhighway hosting the area on your guy or lady computing gadget. (it rather is only between the different motives to now not use Dreamweaver to make your internet site.)
auddrey_nw
2011-01-04 00:13:45 UTC
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.