|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (1 bit)
Join Date: Sep 2007
Posts: 1
|
Question HTML
Hey, I have an assignment in HTML. It gives me a few images and a text document and its asking me to make five web pages out of it and to create a "storyboard" of the sites contents and links before I do this. I have managed to get 5x html files, but whenever I try to upload an image with the
code in any of them, the image never shows up, I do not know what I am doing wrong. Can anyone explain to me how to create a "storyboard" and how the images I load will display? Everything I am working on is in the same file if you are wondering. Thanks in advance.
|
|
|
|
|
|
#2 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
Go ahead and post the HTML code of one of your pages iin the [ code ] [ /code] forum tags.
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#3 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Most likely it has to do with paths. If you are making a HTML file on your computer then you can link to it like you did above. However, this won't work if someone else wants to view on theirs. You will need to either transfer both the images and the HTML for others to be able to view it.
<img src="new.jpg"> This assumes that the image is in the same directory as the HTML file. <img src="images/new.jpg"> This assumes tha the image is in a sub-folder below the HTML file. <img src="http://somesite/images/new.jpg"> This makes the image viewable from any computer assuming that images have been uploaded to the site. Welcome to PCMech.
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| n00b PHP question | DarkSeraph | Web Design / Development | 7 | 06-27-2003 08:12 PM |
| HTML Help | Colb | Web Design / Development | 2 | 02-21-2003 02:54 PM |
| Important network question | Ymets2k | Networking & Online Security | 0 | 01-25-2003 02:49 PM |
| Small html question | Battery Powered | Internet, Web Applications, & The Cloud | 9 | 08-05-2002 06:10 PM |
| HTML Question | Wanabe | Web Design / Development | 2 | 11-01-2001 03:05 AM |