Reply
How can i insert images in html
Old 04-21-2007, 01:26 AM How can i insert images in html
Average Talker

Posts: 19
Give me the code
jaisriram is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 04-21-2007, 03:04 AM Re: How can i insert images in html
moondog's Avatar
Ultra Talker

Posts: 256
Location: Croatia
very simple.....

but, I suggest You, go to :
http://www.w3schools.com/
moondog is offline
Reply With Quote
View Public Profile
 
Old 04-21-2007, 03:21 AM Re: How can i insert images in html
downliner's Avatar
Extreme Talker

Posts: 162
Name: Will
Location: Scotland
Code:
<img src="http://yourdomain.com/imagefolder/filename.jpg" />
I believe that is correct

Last edited by downliner : 04-21-2007 at 03:21 AM. Reason: Missed a " out
downliner is offline
Reply With Quote
View Public Profile Visit downliner's homepage!
 
Old 04-23-2007, 04:16 PM Re: How can i insert images in html
Novice Talker

Posts: 14
Quote:
<IMG SRC="Earth.gif" WIDTH="41" HEIGHT="41" BORDER="0" ALT="a sentence about your site">
It is always better to add alt ="" also.
mysiteonweb is offline
Reply With Quote
View Public Profile
 
Old 04-23-2007, 04:22 PM Re: How can i insert images in html
PN-Matt's Avatar
Skilled Talker

Posts: 74
Yep, ALT to describe your image. Will win lots with w3c and accessibility guru's now a days
PN-Matt is offline
Reply With Quote
View Public Profile
 
Old 04-24-2007, 03:22 PM Re: How can i insert images in html
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 6,173
Name: Dan
Location: Swindon
Also:
Make all tages lower case

because caped causes errors with W3C

so
Code:
<img src="earth.gif" width="41" height="41" border="0" alt="Text to describe image" />
the / closes the tag which is now requierd for XHTML the same as the alt.

Hope this helps
Dan
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 04-25-2007, 04:05 AM Re: How can i insert images in html
Super Talker

Posts: 121
Name: Ared
what type of images you wanted to add?
Ar3d is offline
Reply With Quote
View Public Profile
 
Old 04-25-2007, 06:47 AM Re: How can i insert images in html
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 6,173
Name: Dan
Location: Swindon
well all broswer compatible images work with that tag but if ur inserting swf (flash) files you need to use embed and objects.

Dan
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 04-25-2007, 11:46 AM Re: How can i insert images in html
vkw91's Avatar
Ultra Talker

Latest Blog Post:
Good Web Design Guide - part 1
Posts: 290
Name: Vicky
Location: Wales
as moondog says, check out the W3 site as its got all the basics like images; backgrounds, heads etc..
__________________
Portfolio: www.vkw91.co.uk
Techno Pup: www.technopup.co.uk

vkw91 is offline
Reply With Quote
View Public Profile Visit vkw91's homepage!
 
Old 04-25-2007, 05:44 PM Re: How can i insert images in html
yarrgh's Avatar
Skilled Talker

Posts: 75
alt describes the image, not the site.

<img src="doggy.gif" alt="picture of my dog">
__________________
http://www.brentonboy.net
yarrgh is offline
Reply With Quote
View Public Profile
 
Old 04-25-2007, 05:51 PM Re: How can i insert images in html
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 6,173
Name: Dan
Location: Swindon
yep, i think i said that in my example code....
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Reply     « Reply to How can i insert images in html
 

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

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




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.19047 seconds with 12 queries