Menu

   dot image Home
   dot image Pricing
   dot image Order Design


Web Hosting

IX Web Hosting


Tutorials

   dot image Adding Images
   dot image Adding Links
   dot image Affiilation 1
   dot image Affiliation 2
   dot image Creating Headers
   dot image Creating Lists
   dot image CSS Style Sheets
   dot image Domain Names
   dot image Essential Tags
   dot image HTML Tables
   dot image Scrolling Text
   dot image Text Formatting
   dot image Web Design 1
   dot image Web Design 2
   dot image Web Hosting


HTML Dictionary

   dot image Letter A
   dot image Letter B
   dot image Letter C
   dot image Letter D
   dot image Letter E
   dot image Letter F
   dot image Letter H
   dot image Letter I
   dot image Letter K
   dot image Letter L
   dot image Letter M
   dot image Letter N
   dot image Letter O
   dot image Letter P
   dot image Letter Q
   dot image Letter S
   dot image Letter T
   dot image Letter U
   dot image Letter V


 
  Adding A Image  
     
 
To add an image to a webpage, you simply use the <img> tag. You can see example(s) below;

<img src="image.jpg" width="100" height="100" border="0" alt="image1" />
<img src="imagepath/drain.jpg" width="100" height="100" border="0" alt="image1" />
<img src="../imagepath/backoutoffolder.jpg" width="100" height="100" border="0" alt="image1" />

You can see you use the "src" attribute to source the location of your image and you can assign the width and height, or you can leave web browsers to default to actual image size, although its better to assign the width and height.

If the image your adding a page to is contained in another folder on your web server, you would use "../" to move back out of a folder. You then input the correct path to the image file you are adding to the page.

 
     

 
Home | Pricing | Order Design

 Copyright © Masterton Enterprise 2006-2007