![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Oct 2005
Posts: 34
OS: XP
|
Dreamweaver in Firefox/IE.... Newbie Qq
Hi there,
I'm trying to put up a very simple one-page web page. I'm using Dreamweaver CS3. Problem 1. When I preview the page in IE, it looks fine. When I preview it in Firefox it doesn't display the background image. Could you tell me why this is. Problem 2. I don't have FTP access to my webpage, so I have to upload the files manually to my ISP. When I've done this, & visit the page, one of the images isn't displayed in either browser - it has a placeholder in IE, and the alternative text in Firefox. It looks fine in the previews from Dreamweaver. The background image to the page won't show either, in IE. although the same background image shows OK in the header & footer. In Firefox the background image. won't show at all anywhere I'm stymied! Obviously I'm doing something wrong, but I can't figure out what. Any help would be greatly appreciated. Cheers Tony Using Firefox 3.01, IE 6.0, Dreamweaver CS, Win XP SP2 |
|
|
|
|
|
#2 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Northampton, UK
Posts: 935
OS: Win Vista Home Premium & Ubuntu Hardy(8.04)
|
Re: Dreamweaver in Firefox/IE.... Newbie Qq
Hey, for us to help you you'll need to post your code. Or a link to the uploaded site.
Cheers, Jamey |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Oct 2005
Posts: 34
OS: XP
|
Re: Dreamweaver in Firefox/IE.... Newbie Qq
Sure. Here's the code.(Below) and here's the site http://users.actrix.co.nz/tkingsbr/D...ble/index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>DVDsAvailable</title> <link href="oneColLiqCtrHdr.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- body { background-image: url(images/Marble_Background1.gif); background-color: #FFFFFF; } .style3 { font-size: 12px; background-image: url(images/Marble_Background1.gif); } .style5 {font-size: 10pt} --> </style> </head> <body class="oneColLiqCtrHdr"> <div id="container"> <div id="header"> <div align="center"><a href="images/DVDsAvailable.gif"><img src="images/DVDsAvailable.gif" width="598" height="56" alt="DVDS Available" /></a> <!-- end #header --></div> </div> <div id="mainContent"> <h1 align="left" class="style3">Propagation New Zealand is making available for sale to PWK and those interested in Knowledge three packs of DVDs produced on the duplicating machine we purchased in 2007.</h1> <p><strong>Pack A</strong> <span class="style5">is a propagation pack consisting of five copies of Designed for Joy, a compilation DVD specifically designed to introduce Maharaji and his message. It includes Discovering More, and has a section on the Prem Rawat Foundation. In addition the pack contains one copy of The Possibility for Peace, (Wellington Parliament event, 2007) </span></p> <p align="center"><img src="PackA_1.gif" alt="Pack A" width="476" height="280" /></p> <p align="left"><strong>Pack B </strong><span class="style5">is an introductory pack containing five DVDs. The Spectrum of Life (Dublin), Conversations With Prem Rawat, More Than Words/Discovering More, Oxford University, and Maharaji’s address to the United Nations (New York). This pack is $25. To save on costs the disks will be shipped in clear plastic sleeves.</span></p> <p align="center"><img src="PackB_1.gif" alt="Pack B" width="626" height="353" /></p> <p align="left"><strong>Pack C</strong> <span class="style5">is designed for PWK, and consists of two DVDs, The Voyage (Las Palmas, Canary Islands) and Find the Joy (Amaroo 2007) This pack is $10. Disks will be shipped in clear plastic sleeves.</span></p> <p align="center"><img src="PackC_1.gif" alt="Pack C" width="437" height="290" /></p> <p align="left"><strong>Postage</strong> <span class="style5">will be $3 for one pack, $6 for two or more packs.If you would like to order some of these, please fill in the attached order form, available <em><a href="DVD Orders_P3.doc">Here</a></em> , and either email to <a href="mailto:nzresourcematerials@xtra.co.nz">nzresourcematerials@xtra.co.nz </a>*or* print and post to<br /> <strong>DVD Orders, P.O. Box 79188, Royal Heights, Waitakere, Auckland 0656</strong></span></p> <h2> </h2> </div> <div id="footer"> <!-- end #footer --> </div> <!-- end #container --></div> </body> </html> |
|
|
|
|
|
#4 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Northampton, UK
Posts: 935
OS: Win Vista Home Premium & Ubuntu Hardy(8.04)
|
Re: Dreamweaver in Firefox/IE.... Newbie Qq
Hey again,
i don't know exactly what the problem is you're experiencing. When i open the page in FF and IE the background displays fine. You could try wrapping quotes around your url in the CSS: Code:
url('images/Marble_Background1.gif');
Another thing that caught my curiosity is you reference an images folder but http://users.actrix.co.nz/tkingsbr/DVDsAvailable/images does not exist, are you sure when you upload the images you're uploading them into the right folder? Cheers, Jamey |
|
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Oct 2005
Posts: 34
OS: XP
|
Re: Dreamweaver in Firefox/IE.... Newbie Qq
Thanks Jamey, I'll try that. Since it displays OK for you, I'll assume that the problem is at my end, & it will look all right to visitors.
Thanks for your time, and the swift response. Cheers Tony |
|
|
|
![]() |
| Thread Tools | |
|
|