I had uploaded my site to a web host, after i got it uploaded their and when i view my pages the images would not show up,
About hosting?
This is a common problem for first time or beginning web developers.
Generally one of two things happened. The first possibility is that you didn%26#039;t upload the images (they are still on your computer). The second is that the paths specified for the images were local paths (e.g. %26quot;%26lt;img src=%26#039;file:c:\...\...\somepic.jpg%26#039;%26gt;%26quot;) instead of relative paths from the html document to the image (e.g. %26quot;%26lt;img src=%26#039;somepic.jpg%26#039;%26gt;%26quot;)
I hope that helps. It can be confusing at first.
No comments:
Post a Comment