CSS stylesheet

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

Guest

I want to use css stylesheet in my asp.net web application but when i write
<LINK href="style.css" type="text/css" rel="stylesheet"> in the header,
visual studio tells me that the active schema does not support the element
LINK. And the css isn't use when it's built. The style is not reflected. How
do I include a css in my webpage?
 
Hey

VS is crap foor designing web pages - use dreamweaver.
Dreamweaver is crap for developing codebehinds - use VS

:-)

tce
 
Hi:

I have the same entry in the html code

<LINK href="Style.css" type="text/css" rel="stylesheet">

but I add the css file in the project... try that.


--
Thales - Services Division
Bulnes 2756 P.5 - C1425DKX
Ciudad Autónoma de Buenos Aires
Tel.: (+5411) 4806-9146
Fax.: (+5411) 4807-0563
 
I just discovered (if I'm not wrong) that it's just the repeater's format on
that page doesn't follow the style of my stylesheet. How to format a repeater
with a css?
 
Back
Top