css background image on muilple pages?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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. ...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default 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

  8. #7

    Default 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

  9. #8

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139