This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > August 2004 > using a picture as background
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
using a picture as background
|
|
|
| hello,
I'm new with dreamweaver and want to use a jpeg file as background, but when
I insert it in modify > page properties the page is filled with the jpeg
file repetetly. I want only one, filling the page. Like a watermark in Word.
please help
Thanx
| |
|
| Put this code in the <HEAD> tages of your page
<style type="text/css">
<!--
body {
background-attachment: fixed;
background-image: url(images/oasis_22.jpg);
background-repeat: no-repeat;
background-position: center center;
}
-->
</style>
Change the image source with your own.
Peter
"Jebo" <jebo56NO@SPAMhotmail.com> schreef in bericht
news:2o6r25F7fn3pU1@uni-berlin.de...
> hello,
> I'm new with dreamweaver and want to use a jpeg file as background, but
when
> I insert it in modify > page properties the page is filled with the jpeg
> file repetetly. I want only one, filling the page. Like a watermark in
Word.
>
> please help
>
> Thanx
>
>
| |
| .: Nadia :.TMM :. 2004-08-15, 12:15 pm |
| See if any of the mini tutorials for backgrounds help you:
http://www.dreamweaverresources.com/tutorials/index.htm
--
Nadia
---------------
http://www.DreamweaverResources.com
Free Templates | Free Nav Bar Sets
Dropdown Menu Designs | CSS Layouts
Ecommerce - YVStore | SEO Articles
Table Tutorials | Background image Tutorials
------------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
------------------------------------------------
Team Macromedia Volunteer for Dreamweaver
"Jebo" <jebo56NO@SPAMhotmail.com> wrote in message
news:2o6r25F7fn3pU1@uni-berlin.de...
> hello,
> I'm new with dreamweaver and want to use a jpeg file as background, but
when
> I insert it in modify > page properties the page is filled with the jpeg
> file repetetly. I want only one, filling the page. Like a watermark in
Word.
>
> please help
>
> Thanx
>
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|