Guest_imported
New member
- Jan 1, 1970
- 0
In Microsoft Visual Interdev (v6.0) is there a way to specify word wrapping in source view? In some of my ASP pages, I am able to enter line breaks within my input tags…. For example:
<td valign="middle" align="left">
<input type="text" name="category" size="8"
maxlength="10" tabindex="2" value=””
onChange="DoThis(parm);">
</td>
but (in the same project) on some pages, this formatting (line breaks) is removed after I close the file. I would really like to be able to format my HTML code with indents & line breaks. Any suggestions?
Thanks!!!!!!
Michele
<td valign="middle" align="left">
<input type="text" name="category" size="8"
maxlength="10" tabindex="2" value=””
onChange="DoThis(parm);">
</td>
but (in the same project) on some pages, this formatting (line breaks) is removed after I close the file. I would really like to be able to format my HTML code with indents & line breaks. Any suggestions?
Thanks!!!!!!
Michele