![]() |
| |||||||
| |


|
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
| HTML page looks correct. I change the html page to point? to the css page on the server and upload both of them. Now all the images dont display. Everything else display corectly except 3 images that are specified in the CSS. I know the CSS is found becase the document is following the parameters that were set. I checked over the images to make sure the file names matched up and they do. What could it be? |
| |
|
#2
| ||||
| ||||
| check your style sheet and see where it is getting the images from. I'll bet you need to specify an absolute URL for them rather than a relative one.BTW: An absolute URL contains the full path information ie: http://www.something.com/images/nameofimage.jpeg Soyou would be using: background-image: url('http://www.something.com/images/nameofimage.jpeg'); |
|
#3
| ||||
| ||||
| It would also be very helpful if you would post a URL to the pages you're talking about. Without seeing the code ourselves, we're unlikely to be able to help you. Are the images in the right location? Did you code the CSS correctly, are they background images? We need more information from you. |
|
#4
| ||||
| ||||
| I would make the same suggestion as the first answer. Use an absolute URL in the css.Example: background-image: url('/images/imagename.gif');The forward slash starts the url which makes it absolute. This tells the browser to go to the root directory and then look into the images folder regardless of when subdirectory the browser is currently in... |
| Please support this forum, donate towards our running costs. |
![]() |
| Thread Tools | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't open Billion router web browsing page | Cuckoo | Networking, Modems & VoIP | 4 | 9th Jan 2008 11:18 AM |
| Dreamweaver! | jack100 | Web Design, Hosting & SEO | 6 | 2nd Jan 2008 12:36 PM |
| Dreamweaver 8 | momuncoderlife | Web Design, Hosting & SEO | 2 | 8th Nov 2007 01:43 AM |
| Dreamweaver not working the same as before...? | Angela C | Web Design, Hosting & SEO | 3 | 1st Apr 2007 12:31 AM |
| How do I open an attached html document? | inina | Web Design, Hosting & SEO | 2 | 20th Mar 2007 08:29 AM |
| Powered by vBulletin® Copyright ©2000 - 2009 Jelsoft Enterprises Ltd. SEO by vBSEO ©2008, Crawlability, Inc. |