[tw5] Re: Is there a way to include an SVG image together with text as the placeholder of an <$edit-text> field?

2018-05-03 Thread hubertgk
Thanks. Unfortunately, this doesn't work. Using your code, how would I reference an image that's embedded in the TiddlyWiki itself? What's the exact path then, if we're trying to use the url definition? Also, are jpeg files treated differently in this code than svgs? Thanks -- You received

[tw5] Re: Is there a way to include an SVG image together with text as the placeholder of an <$edit-text> field?

2018-05-02 Thread 'c pa' via TiddlyWiki
input type="text" name="txtName" class="input" /> .input{ border: 0px solid #44; height:39px; width:346px; background:url(images/Contact_05.jpg) no-repeat right top; color:#fff; padding-left:4px; font-size:20px; } -- You received this message because you