Rad1
asked on
Using external CSS file in ASP.Net
Hi,
How do I use an external CSS file in ASP.NET?
And how do I use its content?
Can anyone point me to a video or toturial please?
Thank you,
Rs
How do I use an external CSS file in ASP.NET?
And how do I use its content?
Can anyone point me to a video or toturial please?
Thank you,
Rs
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
just put it in the <head>
and in the link type the link to that CSS file..
like CSS/Default.css
and in the link type the link to that CSS file..
like CSS/Default.css
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER