What is<DIV ms_positioning="FlowLayout">?

  • Thread starter Thread starter dee
  • Start date Start date
D

dee

Hi
When I generate and html file in an aspnet app the following lines are added
to the file:
<DIV ms_positioning="FlowLayout">
<TABLE ... ms_1d_layout="TRUE">
Where does ms_positioning and ms_1d_layout do?
Is there a place where they are defined?
Thanks
Dee
 
they mean nothing to the browser. they are just hints to editing tools.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top