Quote:
|
I'm designing an application that lays things out on a page in a particular way the user wants them to be according to thier preferred template. If the templates aren't satisfactory then I want them coded in such as way that even a novice can re-lay them. In that case then setting thier location using css positioned div layers is out of the question.
|
I think i know a way how you could set this up where you could have the templates generated after the picked several options, and set there preffered layout in a cookie, which your page will check for a cookie and if it exists then display their preffered layout, if it doesnt exist then it would display the default one. if you give more information on your project i could definatly help you with you.