|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
Frontpage 98
I'm having a problem with my pictures that I have enter into my web page. I placed some picture on my web page they were veiwing find. How all the pictures on that page and the others pages they cannot be veiwed they went into small images no picture. I must be I hit something wrong.
In the same program with different web pages they with fine. Thanks for the help
__________________
Gateway |
|
|
|
|
|
#2 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,384
|
Check to see where the source of the image is. Is it on your HDD or at your webpage's location?
__________________
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 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
That's what puzzles me, all the images are on the HD in the border folder. But the image acts like there looking for a web page location.
|
|
|
|
|
|
#4 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,384
|
I think the location should start with something like "file:\\", followed by the location of the file.
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Mar 2003
Posts: 151
|
um..no?
if you got the html file and pic in the same folder,the code should be (img src=thepicture.jpg) - relative to the html file,or (img src=http://www.yoursite.com/thepicture.jpg) - absolute url. either use relative address or absolute address. when you use absolute,make sure it's you are refering to a file on the internet,NOT somewhere on your hdd. ps. ( is actually the html code lil arrows. |
|
|
|
|
|
#6 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
This is one of the codes.
|
|
|
|
|
|
#7 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
I'm sorry I thought only text wound show.
|
|
|
|
|
|
#8 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,384
|
Okay, so where are you saving? To the web or to your HDD?
|
|
|
|
|
|
#9 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
It's all save to the hard drive.
I just put all my images for that web page in one folder. I reentered all the image on that one page, everything looked fine I closed that page and then reopened same thing no images just icons. |
|
|
|
|
|
#10 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,384
|
Code:
< img border="0" src="file:///C:/WINDOWS/Desktop/logo(sm).gif" width="65" height="46" > Also, if you are saving the pic to the same directory as where the page it is on is located, then all you need is the file name. If it is in a sub directory, then for the soruce, you type the name of the subdirectory, then the file name. Code:
< img border="0" src="subdirectory/logo(sm).gif" width="65" height="46" >
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|