Adding an image to your post and other HTML coding

By Stanley Switalski
Instead of using the blogger toolbar at the top of the compose page, what you can do is click on "Edit HTML" at the top. This will allow you to do all sorts of nice things. For example, you can use this code to insert an image straight into your post.
<img src="the_url_of_the_image.jpg">
If you have your own image that you would like on the blog, you can host it and the host site will give you a url for that image. I have signed up for an account at photobucket.com

You can also change the size of the photo so that it fits on your blog by adding the width and height command at the end of a img src code. For example:
<img src="bighugewallpaper.jpg" width="10px" height="10px">will result in this:

Click on the image and see what happens

Other fun things you can do under the edit html tab is:
  • Make a bulleted list like this using the "<li>" code
  • Indent a whole paragraph (like this) using the "<blockquote> text goes here </blockquote>" code
  • Insert a hard return using the "<br>" code
  • Center almost anything using the "<center>" code
  • For those who had Mr. Nellen and want his HTML code/style sheet, here it is
    For any other questions just contact me.
  •  

    0 comments so far.

    Something to say?