CustomBox+Journal Tips n Tricks-Updated 25-Sep-14 by CypherVisor, journal
CustomBox+Journal Tips n Tricks-Updated 25-Sep-14
More updates comings soon!! You may put all your queries here in this blog comments. Tips & tricks1. How to align your elements in custombox or journal?Use the following code: < div align=" center ">Content here div> You can change the alignment to left, right, center & justify by simply replacing the words as shown below < div align=" left ">Content here div> 2. How do you change the font-size in a custombox?Use the following code: < font size="1"> Your text here < font size="2"> Your text here < font size="3"> Your text here < font size="4"> Your text here < font size="5"> Your text here < font size="6"> Your text here < font size="7">...