Hello,
What is the best practice to change CSS, such that i can can in future upgrade it successfully without loosing any changes? I would like to keep the original but also overide it thru my custom changes using same template but by only changing .css files.
For some programs for example, i could create a local folder where i want to modify .html or .php or .css and then underneath that folder i can copy the original file and modify the content i would like to change.
e.g
page0.html is available at /template/page0.html. if i want my own copy of the same page then i can create a folder name "local" under template folder as "/template/local/page0.html", so program picks up my changes over the base template.
Is there any such practice or rule that applies here to preserve the original content for future upgrades?
BTW, instruction given at "http://www.boonex.com/trac/dolphin/wiki/DolDesign" is not clear to me, because i am not creating my own template but i would like to change padding and color etc....
Regards,
Goopchoop