Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Kiwi_mike #1
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
-
Background Images
http://www.grsites.com/textures/ Best regards, Linda Rathgeber ---------------- Victoriana |... -
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... -
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... -
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... -
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... -
Murray *TMM* #2
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
-
Kiwi_mike #3
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
-
Kiwi_mike #4
Re: Background images in FF
Hi,
Sorry I missed one path name... that does appear to have fixed it : )
Thanks alot :)
Kiwi_mike Guest
-
Murray *TMM* #5
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



Reply With Quote

