I've noticed some people put several paragraphs in a table and they've indented one paragraph. How do they do this?
First let's talk about the paragraph regular tags: <p> and remember, it needs to be closed </p>. This tag inserts a double line break between paragraphs of text, or if you put it around an image tag, it'll do the same spacing for the image. There's another paragraph tag: <p style="margin-left:20px">. This tells the browser to indent the whole following paragraph 20 pixels in from the left side.
The MSNTV browser indents more than the specified 20 pixels from the left side of the page. Don't know why!
This paragraph is supposed to be indented 100 pixels from the left side of the page, but again it is much more than that.
This time 40 pixels are specified.
The blockquote tags will also left-indent a paragraph for MSNTV. As you can see, this tag causes less of an indentation for the MSNTV browser than the <p style>: tag does.
Unfortunately, MSNTV users have no tag that will also indent paragraphs from the right side, too. Computer browsers indent both sides with the <blockquote> </blockquote> tags.
FOR IMAGES: the first is placed using the
<p style="margin-left:50px">

This is <p style="margin-left:100px>

And finally, <blockquote>
Since this whole section on indenting is a cell of a table, you can see how you can place images anywhere horizontally inside of a table cell. In the body tag, add the following: fontsize="small" ("medium" or "large"), depending on how you have set the text size for your user.