You are not logged in.
Pages: 1
I've created a plugin for Xinha that allows a more visual approach to utilizing custom CSS within your editor and wanted it to share with the Xinha world:
CSSPicker project @ bitbucket: http://bitbucket.org/rovangju/xinha_csspicker/wiki/Home
[url]http://rovangju.blogspot.com[/url] | [url]http://bitbucket.org/rovangju/[/url]
Offline
Nice!
Offline
I hope it gets spread around some more, I really wanted to make a visually appealing version of stylist - it might not be as foolproof, but it seems to get the job done good enough.
[url]http://rovangju.blogspot.com[/url] | [url]http://bitbucket.org/rovangju/[/url]
Offline
<html>
<head>
<title> title here </title>
<style type="text/css">
img {
border-style: none;
}
</style>
</head>
etc...
etc....
Thanks
Illions
Offline
Pages: 1