I just noticed that when an article is posted, the font is very small. If anybody else is having this problem, just do the following.
Edit the "vbArticles_articleview" template.
Look for:
PHP Code:
<smallfont>$content</smallfont>
and replace it with:
That's it. If you want to add a font tag to it, you can. this way your users can just type in the article and it will display int he font of your choice. Something like this:
PHP Code:
<font face="Arial" size="3">$content</font>