Question
auto indenting in dreamweaver cs6
why the code dont auto indent in dreamweaver i use the latest cs6, as an example the table code below it
should indent the tr tag some spaces more than the parent table tag but it dont i need to do it manually so am i missing something ?
<table>
<tr>
<td>15</td>
<td>15</td>
<td>30</td>
</tr>
<tr>
<td>45</td>
<td>60</td>
<td>45</td>
</tr>
<tr>
<td>60</td>
<td>90</td>
<td>90</td>
</tr>
</table>
