Allow Data URL's in custom CSS?
I tried to put some small repeating images in my custom CSS as data URL's (http://www.sveinbjorn.org/dataurls_css) but the CSS wasn't allowed. I'm guessing because the data has a couple '/'. Just wanted to post and say it would be nice if data URL's were supported :)
Discussions are closed to public comments.
If you need help with Tender please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Courtenay on 14 Jan, 2009 06:50 PM
This is a security flaw, as far as I know. It's probably easier (and cacheable by the browser!) to just call a GIF file.
2 Posted by Chris Drackett on 14 Jan, 2009 06:54 PM
true ture.. I was just trying to be super fancy, no biggie ;)