Microsite Management
From Boston Magazine Wiki
Adding a new microsite
- The first step in creating a microsite is to create your HTML pages. In order to do this you need to understand the templating for creating a microsite.
- Next, you'll need to FTP these HTML files to the server. You can use the following FTP account to do this. The files are generally placed in to a folder called 'html'.
host: metrocorp-web1.inetz.com user: boston_philly pass: b0ston_ph1lly
- Next, you'll need to create a record in the Microsite Manager
- Each microsite can have specific components added to it dynamically. The dynamic components can be added by inserting 'snippets' of code in the HTML of your microsite:
Right column ad (300x250)
<!-- #### Col Right : Ad #### -->
Right column subscribe and newsletter sign up boxes
<!-- #### Col Right : Sub-Newsletter #### -->
Insert all site CSS files
<!-- #### CSS #### -->
Insert all site Javascript files
<!-- #### JS #### -->
Insert basic right column. This includes 1) 300x350 Ad, 2) Marketing box, 3)Newsletter and subscribe boxes.
<!-- #### Col Right Basic #### -->
Insert standard site footer.
<!-- #### Footer #### -->
