Re: AppleScript --> HTML
Re: AppleScript --> HTML
- Subject: Re: AppleScript --> HTML
- From: John Delacour <email@hidden>
- Date: Fri, 25 Jul 2003 16:05:03 +0100
- Mac-eudora-version: 6.0a28
At 2:11 pm +0200 25/7/03, Jean-Baptiste LE STANG wrote:
The following will create a CSS for Applescript, you must use Smile
to get the result. the RBG2HTML(RGB_values) comes from Apple. but it
would ot be very difficult to parse the .plist so that you can use
SD or SE
It's not necessary. You can use rgb values in a stylesheet
span.red { color: rgb(255,0,0) }
<h1 style='color: rgb(0,150,0)'>GREEN</h1>
JD
.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.