Search the Community
Showing results for tags 'css'.
-
A quick search shows me this has been discussed in different forms over the years, but can I just add that I would absolutely love to have CSS-like styles that I can define and then apply with a click from a dropdown menu? It's really tedious having to select a header in a note then pick a font size/face/other attributes. I have no consistency for between notes because I can't memorize the size, whether it was bold or not, etc. Most paid Evernote features are irrelevant for me, but I would pay for the ability to format whole notes with colors, fonts, sizing, whatever. Tha
-
Side Note: I have a basic account. From everything I've read, it seems that this means I don't have the ability to report bugs. I think you should reconsider that. I understand not wanting to provide customer support to free people as that costs money, but at least make it easy for people to help better your product by alerting you of bugs. A bug reported by a free person helps your paid customers as well. The issue: When editing on the web editor, if you have the font settings all normal (Gotham 14) and you copy/paste a line of text, the pasted text will look fine on your web app, but sm
-
I wanted to append html with applescript with some inline css: <div style=\"text-align:center;\"> <hr style=\"float:left;margin-left:auto;margin-right:auto;width:40%;\"> TEXT <hr style=\"float:right;margin-left:auto;margin-right:auto;width:40%;\"> </div> My note looks like this though: <div style="text-align:center;"> <hr style="float:left;"/> TEXT <hr style="float:right;"/> </div> Are some of these tags not allowed?