Results 1 to 3 of 3

Thread: Stylesheet

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    174

    Stylesheet

    Hi,
    how can i set stylesheet to windows applications (vb.net)

    Thanks in Advance

  2. #2
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: Stylesheet

    Just like a normal HTML document. Put this is the head block
    Code:
    <link rel="stylesheet" type="text/css" href="styles.css">
    Where 'styles.css' is the location of your stylesheet.

  3. #3
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Cool

    Most times i just drag the CSS file from the Solution Explorer and drop it on the WebForm. It does the code automatically then.
    ~Peter


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