Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have some css files and I want to cascade them to ASP.NET pages. For example, I would like to put a Dropdown List in Admin part of my site and so Admin have this permission to change the whole HTML Elements of his site Only by clicking on the Dropdown List items.

Css filename: color

body {

background-color: #DEDECA;

}

 

body, td, th {

color: #666633;

}

 

h1, h2 {

color: #663300;

}

 

h3, h4, h5, h6 {

color: #996633;

}

 

a {

color: #336600;

}

---- Css filename: Form01

body {

background-color: #FFFFCC;

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

line-height: 24px;

color: #333333;

}

 

td, th {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

line-height: 24px;

color: #330000;

}

 

a {

color: #330000;

}

form {

background-color: #CCCC99;

}

 

.title {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 18px;

line-height: 30px;

background-color: #990000; color: #FFFF66;

}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...