Reply
templates and background images in Dreamweaver
Old 11-03-2005, 08:11 AM templates and background images in Dreamweaver
Junior Talker

Posts: 2
I am using a template for 5 pages but want a different background image on each page. I know there must be a way to do it, but I don't know how to make the page background and "editable region".
melmacrab is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 11-03-2005, 08:38 AM
praveen's Avatar
Life is a Dream

Latest Blog Post:
Serene
Posts: 3,583
Location: in a distant land far away from reality
create a editable region on the head part.

and then make a css style for body and specify the background image there

do the same for the 5 pages

Code:
<style type="text/css">
body 
{
background-image:
url('image.jpg')
}
</style>
__________________
Praveen
Smilies - Celebs - Short URLs - Indian Food - Wild Creek

Useful Threads, Tutorials and Resources
Graphics - Templates - Dreamweaver - Javascript - SEO - Ruby on Rails - Ajax Tutorials - More Ajax - CSS - More CSS
praveen is offline
Reply With Quote
View Public Profile Visit praveen's homepage!
 
Old 11-03-2005, 11:11 AM
Junior Talker

Posts: 2
wow fast response! Thanks, I will do that!
melmacrab is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to templates and background images in Dreamweaver
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.09040 seconds with 12 queries