Can You Write Some Custom CSS To Format Web Form Application Accordingly
Sorry I am a bit of a novice with this, thank you in advance. I have used a form building tool (Granicus/ Firmstep forms) to build a form and I am struggling to nail the CSS to get
Solution 1:
On a side note can I add a placeholder using css?
Yes, you can. If you want to do that inside the text-area, add:
<textarea placeholder="Some text..."></textarea>
And if you want to do that outside, just create some html classes and add css.
Post a Comment for "Can You Write Some Custom CSS To Format Web Form Application Accordingly"