Css doubt

  • Thread starter Thread starter bbawa1
  • Start date Start date
B

bbawa1

I have a css named MyStyle.Css. How can I add this style sheet to my
aspx page
 
I have a css named MyStyle.Css. How can I add this style sheet to my
aspx page

<head>
<link href="MyStyle.Css" type="text/css" rel="stylesheet" />
</head>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top