Skip to content Skip to sidebar Skip to footer

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:

<textareaplaceholder="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"