Results 1 to 3 of 3

Thread: Cascading Style Sheets

  1. #1

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Question Cascading Style Sheets

    Yet another question ...........


    I have a VB application which uses one HTML page.

    I have components (SELECT boxes etc.) on this page, that are manipulated by VB code.

    I want to set the TEXT size of IE to be 'Smaller'. I am told I can do this using CSS. Can anyone embellish on that ?

    What I mean is where, in my VB project do I declare a cascading style sheet ?

    Thanks in advance ...

  2. #2
    Lively Member
    Join Date
    May 2001
    Location
    Falkenberg, Sweden
    Posts
    76
    I dont know if you can declare the css, but what you can do is that you:

    1. Click the "DHTML page designers properties" icon.
    2. "save...in external file" (write at filename)
    3. Click the "launch editor" icon (it will be opened in notepad) and write the code for your css (<link rel="stylesheet" type="text/css" href="file.css">).
    4. Click save and return to VB. You will now be asked if you want to reload, press "yes".

    Done!
    ________________________
    Fredrik Klarqvist

  3. #3

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Cool Done !

    Yet again, you've saved the day !!

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