#1 - Nov. 27, 2012, 12:09 p.m.
Hi hobby developers,
here a tuition how to fix the input length of an HTML input tag!
http://www.w3schools.com/tags/tag_input.asp
<input maxlength=“45” …. >
Prevent following error message:
An Error Prevented Saving:
Topic Title is too long (maximum is 45 characters)
