PDA

View Full Version : What to put in Mystyles.css


steven.farey257893
01-12-2010, 03:28 AM
I have built a site www.keys2ps.com.au and this site has been built using Site Assisit Professional. When you modify site you loose the information on the index page, I have looked through the tutorial and I am unable to find any reference to writing css in mystyles.css I want to save the text on the index page
I look forward to your assistance

Eric Mittman
01-12-2010, 10:46 AM
Within SiteAssist Pro if you alter any of the pages that are derived from the template then any changes you make to the editable regions will be retained. However, this is not the case with the index page. This page is recreated every time that you make a major change to the site. You will not be able to overcome this using the mystyless.css file. You will need to keep a copy of the old page and copy the content back into the newly created one.

The mystyles.css file is used only for the styling. If you have some custom css that you would like applied to areas of the site then you would want to store those style definitions in here. This way they will take precedence over any other styles even with the same name. Also, when you modify the site this mystyles.css page will remain intact.

steven.farey257893
01-12-2010, 05:58 PM
Thank you now I understand