Hi Sue,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you have two questions. The first one
is how to preserve white spaces on the ASP.NET page. The second one is how
to leave the ASP tag as you modified in VS.NET IDE. If there is any
misunderstanding, please feel free to let me know.
If you need to preserve white spaces on an HTML page, please try to use
" " (without quotes) as a space. Use " " for three
spaces. If you're pressing space bars in HTML view, only one space will be
saved, the others are truncated.
As far as I know, the IDE will automatically change the tag back to the
following format when you switch between Design View and HTML View. This
behavior of VS.NET IDE is by design.
<asp:Checkbox></asp:Checkbox>
Because VS.NET will be parse the page and format tags with it's designed
format.
HTH.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."