Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Martin Bean #1
css background image on muilple pages?
hi how do i code the css to have an image background and have it repeating? and what code would i have to type in the HTML page to make it work i have already linked the css page to the HTML page
Martin Bean Guest
-
Can you change the grey background colour which the pages sit on
My client would like to change the colour grey which the pages sit on, to lets say black. I don't think this is possible, but my client asked me to... -
Image to Background
I have an image positioned on a page exactly like I want it. I could simply type my text onto the image, but I would prefer to set the image to... -
ID CS: Pages Panel - One spread transparent background?
In the pages panel, all the page/spread icons show a white background. However, one icon of a 2-page spread clearly shows a transparent background. I... -
Background image using CSS
I'm trying to get a background image on my page using background-image: and I'm having a hard time referencing the location on my hosting server. ... -
background image vs. insert image?
The height of a table is defined by its content. This does not include background images, so there's no assurance that your entire image will be... -
Murray *TMM* #2
Re: css background image on muilple pages?
Repeating? You mean tiling across and down the page? That's the default
behavior of a background image. What am I missing in your question?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Martin Bean" <webforumsuser@macromedia.com> wrote in message
news:dli8cs$3m0$1@forums.macromedia.com...> hi how do i code the css to have an image background and have it
> repeating? and what code would i have to type in the HTML page to make it
> work i have already linked the css page to the HTML page
Murray *TMM* Guest
-
Martin Bean #3
Re: css background image on muilple pages?
yes, im not sure how to code the css for this and the html pages?
Martin Bean Guest
-
Murray *TMM* #4
Re: css background image on muilple pages?
I'm still not sure what you are asking but I'll give it a shot.
If you open DW, create a new style to be written into an external
stylesheet, elect to redefine the body tag, and select the background
category, you can browse to and select an image. When you finish this, you
will have a new file in your site, with the name you specified, containing
the following CSS rule -
body { background-image:whatever.gif; }
Each new page would need to be linked to this stylesheet using the link icon
at the bottom of the CSS panel. Each new page would then use that
stylesheet, and would therefore have that same background image.
Is that what you wanted to know?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Martin Bean" <webforumsuser@macromedia.com> wrote in message
news:dlk3pl$lpa$1@forums.macromedia.com...> yes, im not sure how to code the css for this and the html pages?
Murray *TMM* Guest
-
Martin Bean #5
Re: css background image on muilple pages?
sorry if you didnt quite understand what i wanted but you seemed to give me the answer that i have been looking for :)
many thanks
Martin Bean Guest
-
Murray *TMM* #6
Re: css background image on muilple pages?
You're welcome.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Martin Bean" <webforumsuser@macromedia.com> wrote in message
news:dlkmmh$ljm$1@forums.macromedia.com...> sorry if you didnt quite understand what i wanted but you seemed to give
> me the answer that i have been looking for :)
> many thanks
Murray *TMM* Guest
-
johnrkofonow #7
Re: css background image on muilple pages?
For anyone else that may be reading this wondering about CSS code for
background images: the line posted above by Murray should have a bit more to it:
body { background-image: url(whatever.gif); }
The url() part is needed around the filename.
Happy coding.
johnrkofonow Guest
-
Murray *TMM* #8
Re: css background image on muilple pages?
Yes - you're right. Big oops....
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"johnrkofonow" <webforumsuser@macromedia.com> wrote in message
news:dlln48$l6t$1@forums.macromedia.com...> For anyone else that may be reading this wondering about CSS code for
> background images: the line posted above by Murray should have a bit more
> to it:
>
> body { background-image: url(whatever.gif); }
>
> The url() part is needed around the filename.
>
> Happy coding.
>
Murray *TMM* Guest



Reply With Quote

