can I define custom colors?
- From: "jrl" <jrl@xxxxxxxxxxxxxxxx>
- Date: Fri, 07 Mar 2008 03:22:31 GMT
Is there any way to define a custom color, in the code files of a web site project?
I'd like to be able to define a pallette, using my own names, and then be able to use those names in aspx files.
I know I can define styles, and use CSS on controls. But it seems like I should be able to define a color name, and have it interpreted into the rgb during rendering.
For example, it would be something like:
color sage=(A0, B0, C0); // defining the color name
<body bgcolor=sage> //in the aspx
.
- Follow-Ups:
- RE: can I define custom colors?
- From: "Steven Cheng"
- RE: can I define custom colors?
- Prev by Date: Change connect string at install time in app.config
- Next by Date: calling style sheets
- Previous by thread: Change connect string at install time in app.config
- Next by thread: RE: can I define custom colors?
- Index(es):
Loading