
ross
Staff
/ Moderator

Apr 18, 2006, 2:04 PM
Post #4 of 4
(2964 views)
Shortcut
|
|
Re: [AgentBristow] Separating tags in admin panel
[In reply to]
|
Can't Post
|
|
Hi. Good to hear from you again . What’s going to be happening here is you’ll be taking the chunks of code that display your 7 image sections and put them into separate files. You can name them something like: area1.html, area2.html, area3.html, etc. Don’t worry about making these complete html pages with the <html> and <body> tags. Just take the code that is displaying your images (I imagine that will be some table tags). You’ll also want to take the publishing tags to these files. From there, you’ll be putting SSI’s onto your page where the code for the images used to be. If you were to put area1.html – areaX.html in webroot so they can be viewed like this: www.yoursite.com/area1.html Then the SSI will look like this: <!--#include virtual=/area1.html --> You’ll need to add one SSI for each of the pages you created. The last step will be to add each of your areaX.html pages to Page Publisher so you can update them. That’s about it. Does that all make sense? Let me know what you think or if you need more details . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting: http://www.interactivetools.com/consulting/
|