G
Guest
Hi all
I have created a stylesheet file (.css) and included in all my web form pages. This stylesheet contains colors and fonts for headings, text, body backgrounds, and for tables. And these colors will depend on the logged-in user. Means they may be different for different users. I am storing these values (getting from database) using sessions after the user logs successfully
Now my question is, how can I use these session values in my stylesheet page? Or is there is other way to use them
Can anyone have a solution for this
Thanks in advance..
K.V.Ravindra Kumar
I have created a stylesheet file (.css) and included in all my web form pages. This stylesheet contains colors and fonts for headings, text, body backgrounds, and for tables. And these colors will depend on the logged-in user. Means they may be different for different users. I am storing these values (getting from database) using sessions after the user logs successfully
Now my question is, how can I use these session values in my stylesheet page? Or is there is other way to use them
Can anyone have a solution for this
Thanks in advance..
K.V.Ravindra Kumar