Linking ASP.Net page to CSS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

How do i link an asp.net page to a CSS file, so to standerdise the control..

Regards
Vinu
 
<link href="myStyles.css" type=text/css rel=stylesheet>

Eliyahu
 
The same as in other pages :


<link href="YourStyleSheet.css" rel="stylesheet" type="text/css" />




Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 

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