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:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* 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
Go Back   Tech Support Forum > Design Forum > Web Design & Development
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Development Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 12-14-2004, 04:49 PM   #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
jd6158 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
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

Old 12-14-2004, 08:41 PM   #2 (permalink)
RSS Feed
 
Jason's Avatar
 
Join Date: Dec 2001
Location: Pasco, FL
Posts: 9,215
OS: Windows Vista

My System

Blog Entries: 2
If you are pulling up the image from the same directory as the html page, use the following code:

Code:
<img src="image.gif">
If you have images under a directory such as images, which I would recomend to make things less cluttered, use code such as:

Code:
<img src="images/image.gif">
Of corse, you have to change image.gif to the file name. Make sure you use case sensitive. Image.GIF is not the same as image.gif Also if you are under the directory, change images/ to the images directory. Case senstive also.
__________________
Posting Tips | Posting Help |
Jason is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-14-2004, 08:45 PM   #3 (permalink)
Manager, Alternative Comp
 
Skie's Avatar
 
Join Date: Mar 2003
Location: Chicago burbs
Posts: 2,194
OS: Gentoo Linux, CentOS, OS X

My System

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.
Skie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-15-2004, 09:03 AM   #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!
TheWizardOfOz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 04:32 PM.



Copyright 2001 - 2010, Tech Support Forum
Auto Support Forum | Brew Plus | Freemason Hall | Outdoor BaseCamp
Home Tips Plus | Herbalist Hut | Father Adviser | Budget Clowns

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84