Embedding Images

If you want to embed an image from an external website, you can use the HTML img tag. You need to be careful of two things though.
1. Make sure the image being linked to is not to big for th epage. It could screw the page up if it is too large.
2. Make sure that it is ok to use someone else's photo. If we hear back from any websites about their photos being linked to, we will remove the image.
Here is the code for embedding an image (take out the x's and add the URL of the image):
<img src="http://www.xxxxxxxxxxx">



Post new comment