Microsoft, I would appreciate your comments on why the comments are moved in
VS.NET.
DAve
[quoted text, click to view] "Dave Mehrtens" <dmehrtens@rightreasontech.com> wrote in message
news:uCymoOdXDHA.1384@TK2MSFTNGP10.phx.gbl...
> All I am referring to are comments. I am not familiar with the details of
> the schema to say what is correct or not, but wouldn't you be able to
place
> comments anywhere you want?
>
> Dave
>
> "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netRemuvThis> wrote
in
> message news:eKNRpncXDHA.2424@TK2MSFTNGP12.phx.gbl...
> > While I know this is not any help, the VS.NET implementation is more
> > correct, according to the schema. I am not sure there is anything you
can
> do
> > about this, but I would look at the options to see if there is an option
> for
> > validation of a page to a schema. If there is a way to turn off the
> > correction, it would be here.
> >
> > --
> > Gregory A. Beamer
> > MVP; MCP: +I, SE, SD, DBA
> > Author: ADO.NET and XML: ASP.NET on the Edge
> >
> >
>
****************************************************************************
> > ****
> > Think Outside the Box!
> >
>
****************************************************************************
> > ****
> > "Dave Mehrtens" <dmehrtens@rightreasontech.com> wrote in message
> > news:e0nF0VcXDHA.1872@TK2MSFTNGP12.phx.gbl...
> > > We are attempting to use both Dreamweaver and .Net to edit aspx files.
> > >
> > > Dreamweaver uses HTML comments to embed proprietary information for
it's
> > > editor.
> > >
> > > However, when we load these pages into VS.Net, the VS.Net designer
will
> > move
> > > those commented lines such that Dreamweaver will not recongnize them
> > > anymore.
> > >
> > > For example - From Dreamweaver
> > > </TABLE><div id="logoutLayer" style="position:absolute; width:76px;
> > > height:14px; z-index:13; left: 14px; top: 135px; visibility:
> > visible;"><font
> > > size="+1"><a href="../LoginGUI/logout.aspx"><img
> > > src="../images/logoutButton.gif" width="76" height="14"
> > > border=0></a></font></div>
> > > </BODY>
> > > <!-- InstanceEnd --></HTML>
> > >
> > >
> > > After VS.Net
> > > </TABLE>
> > > <div id="logoutLayer" style="Z-INDEX:13; LEFT:14px;
> VISIBILITY:visible;
> > > WIDTH:76px; POSITION:absolute; TOP:135px; HEIGHT:14px"><font
> size="+1"><a
> > > href="../LoginGUI/logout.aspx"><img src="../images/logoutButton.gif"
> > > width="76" height="14" border="0"></a></font></div>
> > > <!-- InstanceEnd -->
> > > </BODY>
> > > </HTML>
> > >
> > > The "InstanceEnd comment is moved above the </BODY> tag instead of
below
> > it.
> > >
> > > Any reason for this?
> > >
> > > Dave
> > >
> > >
> >
> >
>
>