-
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 ...
-
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!
-
Done !
Yet again, you've saved the day !!