|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Plugins required to view images on a web page
What are the plugins that will be required in order to view images that are present on a web server? I can see the images on my machine... but when someone else tries to access the page then they cannot view the images
Chandrasekhar |
|
#2
|
|||
|
|||
|
Shouldn't need any plugins to view images. Was the site developed on your machine? If so, sounds like you might have absolute sources for your images. I've seen graphical html editors do this from time to time.
Check your code and see if you see something like... img src="C:\My Documents\web sites\site\images\homepagegraphic.gif" Of course, a src like that would only work on your computer. If thats the problem, you'll have to change the src's to be realitive to the location of the html pages. So the above src would be changed to something like... img src="images/homegraphic.gif"...assuming the images folder is where your html pages are. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > Plugins required to view images on a web page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|