Adding Images To Your Pages Using Notepad

You may want to add additional images to the body of your webpages, here are some details.

For just replacing pictures click here


Adding a Plain Image:
To add a .jpg graphic into the body of your webpage, highlight, copy and paste the following code into your page:

<img src="picts/sample.jpg" alt="add keywords here"><br>

Now create a .jpg graphic called "sample.jpg" and put it into your picts directory. Remember that hosting is case sensitive so don't use any capital letters on either the page or when you save the image. Or, make sure your page and the graphic name match exactly.

add keywords here
Sample Image #1


To center the image on the page, add center tags as shown below:

<center>
<img src="picts/sample.jpg" alt="add keywords here"><br>
</center>


add keywords here
Sample Image #2



Adding an Image With a Link:
Perhaps you want your graphic to link to another page as well, use this code:

<a href="your-page-name.htm"><img src="picts/sample.jpg" alt="add keywords here" border="0"></a><br>

add keywords here
Sample Image #3


Or you can make the graphic link to another website. The link below goes to ebay.com for example:

<a href="http://ebay.com"><img src="picts/sample.jpg" alt="add keywords here" border="0"></a><br>

add keywords here
Sample Image #4




Related Topics:
New Window Target Links
Adding Page Links


Allwebco Template Support


Allwebco Website Template Support


See Also...
Scripts & Add-ons