changing text entry field properties

Is there a way to get rid of the border around a text entry field and change the font?

Discussion (2)

@benpitman 34910 wrote:

This cannot currently be done from Lectora. You can however add some HTML to do it. Here is a tip from my book, Easy Tricks undefinedcPath=1_8&products_id=92" class="bbcode_url">Entry Box Kit


1. How to Suppress Entry Box Borders


To suppress the borders on an either a Form Entry field or a Fill in the Blank question, create an HTML object containing:

input {border: none;} [HTML]

input {border: none;}

[/HTML]

This works only when published to HTML.

This will apply to all input boxes on the page. If you want it to apply to just one, then add the HTML name after the input like this:[HTML]

input.entry368{border: none;}

[/HTML] input.entry368{border: none;} undefined/O:p



Hi Ben,


Could you help me with my issue? Link: http://lectora.com/forum/showthread.php?t=14792&p=51040#post51040

contact me at ben.pitman@eProficiency.com and I will be glad to help.

Discussions have been disabled for this post