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 1: Create General Area block templates:Step 1: Create General Area block templates: To see how area block templates work, you will create 3 different areas located in the central column of the theme, just between the top links and the center blocks: the fastest way to create these templates is to copy the code from the leftblock.html and save it as area1block.html, area2block.html, and area3block.html in the same folder of theme.html. Then you can make the required modifications to these files to fit your needs. Remember all the template files, except for theme.html, don't have <html>, <header> and <body> tags. Here's the general code:
|