A separate CSS file means differently-named CSS files, all stored separately on the server. Also the generated HTML will need to include the correct CSS file (which isn't a problem as you're generating the HTML from ASP).
But it sounds like more trouble than it's worth. The <style> area in the HTML may well be the way to go. Dave S ----- Original Message ----- From: Gary Broyhill To: [email protected] Sent: Thursday, February 24, 2005 8:08 AM Subject: RE: [ASP] CSS changing on the fly Yes, I want a separate CSS file for each user. -----Original Message----- From: David Smart [mailto:[EMAIL PROTECTED] You also need to remember that a CSS file is a global server resource (unless you're going to create a separate one for each user), so changes to it would affect all users. [Non-text portions of this message have been removed] --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
