|
-
May 17th, 2001, 04:38 AM
#1
Thread Starter
Frenzied Member
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 ...
-
May 17th, 2001, 06:38 AM
#2
Lively Member
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
-
May 17th, 2001, 07:23 AM
#3
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|