Background images in FF

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

  1. #1

    Default Background images in FF

    Hi,

    I am hoping that someone can help me with the small issue that I am having.

    I am currently creating a small website so that friends and family can veiw
    photos etc from my trips. I have had no problems until I loaded the webpage
    using firefox. I have a background image on the page and it does not appear
    when loading in firefox....

    The website is [url]www.24elgincourt.f2s.com[/url]

    Cheers for any help anyone can provide.

    Mike


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Kiwi's in London - Opening</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="Stylesheet.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    body {
    background-image:url(Base Images/tube_map.jpg)
    }
    </style>

    </head>

    <body>
    <div align=center>
    <div id="Opener" align=center>
    Kiwi's In London<p>
    <img src="Base%20Images/opener.JPG" align="absmiddle">
    <br><font size="4"><a href="Home.htm"><p>Enter</a></font>
    </div>
    </div>
    </body>
    </html>

    Kiwi_mike Guest

  2. Similar Questions and Discussions

    1. Background Images
      http://www.grsites.com/textures/ Best regards, Linda Rathgeber ---------------- Victoriana |...
    2. CSS background images
      Hello all. Newbie here, asking if it is possible for a user to change/replace background images through Contribute CS3 that are called by CSS...
    3. Swapping Cell Images for Background Images
      Is there any plugin or extention for DW(studio8) out there that will quickly and with one click, let me remove an image inside a cell and...
    4. multiple background images
      hi, i got one logo which consist of two images. the first is a small one (a) which i would like to repeat multiple (n). the second is a bigger...
    5. Background images?
      I am new to Fireworks and have done a couple of the tutorials but am having some trouble figuring something out. I want to do a couple of mock ups...
  3. #2

    Default Re: Background images in FF

    Base Images/tube_map.jpg
    -------^^

    Remove the spaces from your file/pathnames.

    That's really ugly HTML - what wrote it?

    --
    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
    ==================


    "Kiwi_mike" <webforumsuser@macromedia.com> wrote in message
    news:doa1t5$m17$1@forums.macromedia.com...
    > Hi,
    >
    > I am hoping that someone can help me with the small issue that I am
    > having.
    >
    > I am currently creating a small website so that friends and family can
    > veiw
    > photos etc from my trips. I have had no problems until I loaded the
    > webpage
    > using firefox. I have a background image on the page and it does not
    > appear
    > when loading in firefox....
    >
    > The website is [url]www.24elgincourt.f2s.com[/url]
    >
    > Cheers for any help anyone can provide.
    >
    > Mike
    >
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    > "http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <title>Kiwi's in London - Opening</title>
    > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    > <link href="Stylesheet.css" rel="stylesheet" type="text/css">
    > <style type="text/css">
    > body {
    > background-image:url(Base Images/tube_map.jpg)
    > }
    > </style>
    >
    > </head>
    >
    > <body>
    > <div align=center>
    > <div id="Opener" align=center>
    > Kiwi's In London<p>
    > <img src="Base%20Images/opener.JPG" align="absmiddle">
    > <br><font size="4"><a href="Home.htm"><p>Enter</a></font>
    > </div>
    > </div>
    > </body>
    > </html>
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Background images in FF

    Hi,

    Dreamwever wrote it... I'm fairly new to this.

    I have tried removing the spaces from the file and path names and it still makes no difference??

    Mike
    Kiwi_mike Guest

  5. #4

    Default Re: Background images in FF

    Hi,

    Sorry I missed one path name... that does appear to have fixed it : )

    Thanks alot :)
    Kiwi_mike Guest

  6. #5

    Default Re: Background images in FF

    DW wrote it based on your filenames. I'm glad that fixed it for you....

    --
    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
    ==================


    "Kiwi_mike" <webforumsuser@macromedia.com> wrote in message
    news:dob0qg$rjo$1@forums.macromedia.com...
    > Hi,
    >
    > Dreamwever wrote it... I'm fairly new to this.
    >
    > I have tried removing the spaces from the file and path names and it still
    > makes no difference??
    >
    > Mike

    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