Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Online help and CSS
Message
From
07/12/2001 06:50:16
 
 
To
07/12/2001 06:11:16
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00588635
Message ID:
00591051
Views:
32
>>>Thanks; I will download it tomorrow. Looking up color codes, for instance, is somewhat of a hassle...
>>
>>I started playing with XML/XSL just recently - if you'd like a pair of XML/XSL files which produce HTML with the "standard" colors list alphabetically by name & numerically by RGB codes, I can e-mail them to you if you wish. While I'm playing with colors, I just have a second browser open, displaying the two tables.
>
>Thanks for the offer; yes, it may be interesting for reference. I think I will mainly use the numerical codes (my HTML textbook - which was usually excellent, stated that browsers don't interpret color names consistently, and recommended using the RGB codes instead).
>
>Hilmar.

For the special characters HTML, I forgot to add the CSS file, it did little other than change the background & foreground colours & underline the header:
BODY {
     color: white;
     background: black;
     }

.raptorhead
     {
     text-decoration: underline;
     clear: all;
     }

.raptorline
     {
     clear: all;
     }
Len Speed
Previous
Reply
Map
View

Click here to load this message in the networking platform