Hi
I want to set thead , tbody css separate for a particular aspx page only . Below is the code
Session Date
Session Start Time
Session End Time
Mentor
Student
Session Status
Action
Thanks
Naimish MakwanaPosted Apr 1, 2023, 2:45 PM
Hello Ramco,
First, create a new file named "styles.css" in the same directory as your ASPX page.
Add the following CSS to the "styles.css" file:
In your ASPX page, add a link element in the head section to link to the "styles.css" file:
Modify your existing code to remove the inline styles and add the CSS classes:
Thanks
Naimish Makwana
Sachin SinghPosted Apr 1, 2023, 1:55 PM
Yes, so what is the issue, include your css on that aspx page only at will not impact others