Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Font size in Showcursor()
Message
 
To
17/08/2001 18:27:10
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Miscellaneous
Thread ID:
00545729
Message ID:
00545797
Views:
16
>Can I change the font and font size in Showcursor().
>
>I have a header (with expand template) and the font with show cursor is too large to match my header above it.

The easiest way is:
loSC.cExtraTableTags = [ style="font:normal normal 8pt Tahoma"]
which will apply a style tag to the entire table.

Alternately you can apply a stylesheet to the entire page (or all of your pages) and in the Cascading Stylesheet (CSS) set the font size of the TD and TH tags as needed. Look at westwind.css in the samples HTML directory for a basic CSS template to use (you have to add the TD/TH tags though I believe).

Note Netscape, especially older versions will not properly read all style attributes - for example, table level style tags are not applied to the lower level elements like TD/TH tags. I think this is fixed in the latest versions of NS though...
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform