My stylesheet has styles for aligning images to the left or right. Can I use these in my blog posts? And if so, how? Maybe I'm typing the code wrong but everytime I try to use the img.alignleft tag I get a parser error. Any help would be much appreciated.
That's not a tag.
You need to do it like this:
the . means a class that gets this style when used within a img tag.