Re: AppleScript formatting & web page size
Re: AppleScript formatting & web page size
- Subject: Re: AppleScript formatting & web page size
- From: has <email@hidden>
- Date: Tue, 30 Oct 2001 13:58:18 +0000
Oops - there shouldn't be a space after the period in ".ascrpt" (stupid
eudora copy&paste...)
***The [Corrected] Stylesheet***
.ascrpt, .ascrpt b, .ascrpt i, .ascrpt var, .ascrpt tt, .ascrpt kbd,
.ascrpt em {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt; font-style: normal; font-weight: normal;}
.ascrpt b {color: red;}
.ascrpt i {color: orange;}
.ascrpt var {color: green;}
.ascrpt tt {color: blue;}
.ascrpt kbd {color: gray; font-style: italic; font-size: 11pt;}
.ascrpt em {color: purple;}
has