![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 440,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer
Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Development Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Dec 2004
Location: ohio
Posts: 20
OS: Win98
|
First Time Web Page Adding Pictures
Well now that (with the help of this forum) I have my web page up and running I need help adding pictures, I have uploaded my pictures to my server’s public.himl. What I need to know is how to do this. I want to add the pictures to the body of the web page. I will try to explain what I have done in hopes some one can tell where I am wrong. I started my setup like this.
<html> <head><title>xxxxxxxxxx</title> <body bgcolor=”#FFFFFF”> I type here xxxxxxxxxx xxxxxxxxxx xxxxxxxxx<br> Moor type XXXXXX XXXXXXX XXXX<br> This is where I want to add my pictures. I try using this code. <ing src=”Honda 750.gif”> </body> </html? When this was uploaded I pulled up my web page and the only thing that was there was my type. My question is this. In <img src=”Honda 750>gif”> do I need to add my severs name like (zxvxz.com) Location like (public.html) and (username) any other function keys that I should be using. Try to take in to account that I am a 68-year-old computer dummy that wants to learn. I have read everything On HTML that I can find, but I just don’t understand everything thing that I am reading |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here
|
|
|
#2 (permalink) |
|
RSS Feed
|
If you are pulling up the image from the same directory as the html page, use the following code:
Code:
<img src="image.gif"> Code:
<img src="images/image.gif"> |
|
|
|
|
|
#3 (permalink) |
|
Manager, Alternative Comp
|
When uploading your pictures, you can do 1 or 2 things. Either upload them to the same spot where your HTML files are located, or create a folder called "images" and put all of them in that folder. Also, if you can, try to avoid using images with spaces in the name. It'll make things a lot easier for you.
If the pictures are in the same spot as the HTML file, then all you need is this code: <img src="image.jpg"> If the pictures are in the images folder, then use this: <img src="images/image.jpg"> Hope this helps. EDIT: Doh! It looks like I cheated by copying danrak's post. :o
__________________
Last edited by Skie; 12-14-2004 at 08:47 PM. |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Nov 2004
Posts: 2
OS: Windows XP Pro
|
This is the best place to learn HTML....is where I learned: W3C Schools
It's very user-friendly and even has an editor for each tutorial so you can practice what you're learning! Good Luck! |
|
|
|
![]() |
| Thread Tools | |
|
|