for the search, my way to preload images! haha

Search for in

Images in HTML

HTML Coding Tutorials | Submited Nov 17, 2007

Written by: Mr. Evil [BOFH]

How to display images with html

Notes


This is one of the first things to learn if you're new to html. If you pay attention it's pretty simple.
First you need to host the image. You can do that at:
PhotoBucket
ImageShack
Fotki
TinyPic
xs.to
Google
[this doesn't apply to skem9 profiles]

How-to


Posting the image:
<img src="http://www.image.com/picture.gif" />


Posting the image and scaling it.

Scale to 100px in width:
<img src="http://www.image.com/picture.gif" width="100" />

Scale to 100px in height:
<img src="http://www.image.com/picture.gif" height="100" />

Posting the image and adjust the height AND width:
<img src="http://www.image.com/picture.gif" height="100" width="100" />


Explanation


img is short for image.
src is short for source.
Combine that inside the <> along with the url and it tells the browser to display an image, the source being the url.

tags Tags: images pictures

0Thumbs up  Thumbs down0

Related Tutorials
Style Tags
How to create contact tables
How to Create Scroll Boxes
How to Customize the Pictures Page
Hide Default Layout
Hide Blogs
Hide your MySpace URL
Hide Navigation Bar
Polaroid Effect for Friend Space
Hide Friends
Hide Comments
Style your MySpace URL
Simple div / overlay tutorial
Images in Text
SEAMLESS TILES IN PSP
Creating Links
Floating display name
Stylizing the name with borders.
Editing MySpace texts
Colourizing Areas Within Images
1 Comments
  Jokers_Wild ~ 05/18/08, 7:53pm
Picture..
Where do you put the height and width tag?

1 


Sorry, you have to be a member to comment tutorials