I have a line of code in php as follows:
echo "<td><input type=text name=chapter_i value='".$row['Chapter']."' readonly> </td>";
Works OK but I’d like to set the width of the box as well using width=“10”. The problem is I can’t work out how to escape the “” to get it to work. CAn anyone help? TIA