![]() ![]() |
| OverseasPlanners |
Feb 20 2011, 01:47 AM
Post
#1
|
|
Group: Members Posts: 1 Joined: 20-February 11 Member No.: 13,925 |
THA.htm ( 254bytes )
Number of downloads: 109Hi, I am a beginner in HTML. I want to insert an image to my webpage which is saved on my desktop. Which tag should I use? I used <IMG SRC=desktop/(image name)> but it didn't work. Please assist. |
| Barons |
Feb 20 2011, 02:24 AM
Post
#2
|
|
Member ![]() ![]() ![]() Group: Members Posts: 70 Joined: 7-November 10 Member No.: 13,091 |
If you are doing it in html
http://www.goldcoastwebdesigns.com/12.shtml If you are using css http://www.htmlcodes.me/image-codes/css-image-code.cfm Hope that helps |
| Frederiek |
Feb 20 2011, 04:29 AM
Post
#3
|
|
Programming Fanatic ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 3,541 Joined: 23-August 06 From: Europe Member No.: 9 |
I wouldn't entirely trust that first link, as they only talk of absolute image URL's. And other explanations are either inconsistent or even wrong.
The second link again uses only absolute image URL's. This time the url to the image needs to be relative to the file in which the CSS is defined. See http://htmlhelp.com/faq/html/basics.html#relative-url . So, looking at the code in the attached file, if your HTML file is on the Desktop and the image is in the folder Pictures, which in turn is contained in the folder Madhav_ji, then your img tag should look like this: <img src="Madhav_ji/Pictures/620443.jpeg" alt=""> -------------------- "The earth does not belong to us. We belong to the earth."
from Vue du ciel (in French) "Leave scepticism to others and take action" from HOME by Goodplanet An inconvenient truth by Al Gore |
| pandy |
Feb 20 2011, 04:31 AM
Post
#4
|
|
Don't like donuts. Don't do MySpace. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: WDG Moderators Posts: 13,726 Joined: 9-August 06 Member No.: 6 |
THA.htm ( 254bytes )
Number of downloads: 109Hi, I am a beginner in HTML. I want to insert an image to my webpage which is saved on my desktop. Which tag should I use? I used <IMG SRC=desktop/(image name)> but it didn't work. Please assist. The URL isn't right (probably ). For that to work the HTML file must be one folder up from the desktop. You can read here about relative URLs. http://htmlhelp.com/faq/html/basics.html#relative-url -------------------- |
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 06:39 AM |