Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatted Source Code

Status
Not open for further replies.

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=&quot;middle&quot; align=&quot;left&quot;>
<input type=&quot;text&quot; name=&quot;category&quot; size=&quot;8&quot;
maxlength=&quot;10&quot; tabindex=&quot;2&quot; value=””
onChange=&quot;DoThis(parm);&quot;>
</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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top