Files to edit:
config.php
Steps :
1. Open config.php file and find the following codes:
It is really easy to add your own html. Notice how they are added:
The numbers beside each html is significant.
(1) means that there are NO extras in the tag. Example:
(2) means that there ARE extras in the tag. Example:
In this tutorial we will allow images, flash and class. At the end of the array we will add a comma then our tags. We will use 2 for images and flash since they allow extras and 1 for class.
Notice there are no commas after the last value in the array.
That's it! Enjoy and please Back Up as usual before making any major changes.