|
-
Oct 21st, 2006, 04:11 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] [2005] applying css style to a form
I'd like to apply my css file to a my default.aspx.
I'm looking in the document properties, but I can't find the property called stylesheet.
any ideas?
maybe there's another way to apply the css to my web form?
-
Oct 21st, 2006, 04:59 AM
#2
Thread Starter
Fanatic Member
Re: [2005] applying css style to a form
I can't find it in visual express, but It does appear in visual studio 2005 enterprise
-
Oct 21st, 2006, 06:00 AM
#3
Re: [2005] applying css style to a form
Add this to your head section.
<link type="text/css" rel="stylesheet" href="style.css">
You can drag a .css file from your solution explorer on to a page and it will do this for you if you like.
-
Oct 21st, 2006, 12:52 PM
#4
Thread Starter
Fanatic Member
Re: [2005] applying css style to a form
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|