as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.
Forums
Documentation
MAXdev Community
|
- Step 2: Inserting area blocks into theme.htmlStep 2: Inserting area blocks into theme.html Open the default theme template theme.html, find the line with the left blocks command and around line 77 add the below code in bold : I put also the old code to let you see where exactly to paste it...Excuse me for using upper and lower letters for HTML tags, HTML tags should always be written in lower letters... it's for the use of this guide :-) Save.
So you inserted two new tables with relative sizes and width=98% (98% to have some distance from left and right blocks...) before the center blocks: a. the first <table> includes two cells: one for the area1block that covers 66% of the row, the second for area2block covering the restant 33% of the table. Over them, a little <tr> row of Height=3 pixels to separate the blocks from the above top links stripe. b. the second table is entirely covered 100% by the area3block.
|