Tuesday, 20 August 2013

Is there a way to adjust ?

Is there a way to adjust ?

Just want to change the input type from text to label so it don't display
like it can be edited. Is there a way?
For example I have an input tag here
<td><input class='edit' type = 'text' style="height:90px;" name="ID[]"
value='<?php echo
$row['ID']; ?>' maxlength="50" readonly="readonly"/></td>
Now it's not editable but it looks like a textbox, how can i change it to
label type of look?

No comments:

Post a Comment