Results 1 to 4 of 4

Thread: [RESOLVED] [2005] applying css style to a form

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    586

    Resolved [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?

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    586

    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

  3. #3
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092

    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.

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    586

    Re: [2005] applying css style to a form

    thanks a lot!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width