Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Font size in Showcursor()
Message
 
À
17/08/2001 18:27:10
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Divers
Thread ID:
00545729
Message ID:
00545797
Vues:
19
>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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform