CSS template editing tips... All of our CSS templates are 100% stretchable. So you can add as much text/image content as you wish. Usually the main column has more content than the secondary one. But if your secondary column is bigger than the main column it can cause some misalignment. This column will be cropped to the height of the center block. This misalignment is caused by an absolute positioned <DIV> tag usage instead of <TABLE> tag layout. To solve this problem you simply need to increase the height of the main column - add several <BR> line break tags to the end of central column to make the columns equal. |