Apply css just in contentpage
-
Hi guys, I have table in master&contentpage and in my content page when I add style it apply to both master and contentpage But I want just content page give this style what can I do?below is my code
td{height:30px; padding-right: 10px} tr{border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #C0C0C0; }
Thanks.
-
Hi guys, I have table in master&contentpage and in my content page when I add style it apply to both master and contentpage But I want just content page give this style what can I do?below is my code
td{height:30px; padding-right: 10px} tr{border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #C0C0C0; }
Thanks.
Hi by defining your style like that mean that all the td and tr will have that styling you have specified. You can narrow that down to something like:
.contentTable td
{
height:30px;
padding-right: 10px;
}
.contentTable tr
{
border-bottom: 1px solid #C0C0C0;
}The .contentTable defines a css class which you can now apply to a table in your content place holder like so:
The data
Hope that helps
-
Hi by defining your style like that mean that all the td and tr will have that styling you have specified. You can narrow that down to something like:
.contentTable td
{
height:30px;
padding-right: 10px;
}
.contentTable tr
{
border-bottom: 1px solid #C0C0C0;
}The .contentTable defines a css class which you can now apply to a table in your content place holder like so:
The data
Hope that helps
-
Hi guys, I have table in master&contentpage and in my content page when I add style it apply to both master and contentpage But I want just content page give this style what can I do?below is my code
td{height:30px; padding-right: 10px} tr{border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #C0C0C0; }
Thanks.
qq
-
qq
-
سلام چه خبر ما که داریم می ریم سربازی
-
سلام چه خبر ما که داریم می ریم سربازی
-
apadana_1989@yahoo.com ali.inanloo.1989@gmail.com