
leisa
Product Specialist

Jan 14, 2004, 2:46 PM
Post #2 of 2
(5150 views)
Shortcut
|
|
Re: [bash] redesigning index,html
[In reply to]
|
Can't Post
|
|
Hi bash, Thanks for your post. :) News Manager creates it's published html pages such as the /publish/index.html, based on it's templates. Templates are rather like blueprints. They contain the raw structure and appearance of a web page, but lack the actual page data. They are used to create pages such as /publish/index.html. Every time an article is added, the /publish/index.html page is updated based on the /templates/_index.html page. If you have been editing the /publish/index.html file, then this is most likely the reason that you're changes to the design are not being saved. Your changes are being overwritten when the template updates the published html file. So if you want to make changes to the design of the /publish/index.html page, you will want to open the templates/_index.html and make your changes there. Then when an article is added, the new /publish/index.html will be recreated based on the /templates/_index.html template. Also, if you wanted to change the design of the article pages you would edit the /templates/_article.html page. You can find more information on working with templates at http://www.interactivetools.com/docs/doc.cgi?/newsmanager/doc_page7.html Hope this helps. If you have any questions, let me know. :) Cheers! Leisa - Product Specialist (in training) interactivetools.com
|