Beta 2: logincontrol generates HTML table

  • Thread starter Thread starter Arjen
  • Start date Start date
A

Arjen

Hi,

The login control (<asp:Login) generates a HTML table. I have used my own
template without table's.

The control generates <table> ... my design(template) ... </table>.
I don't like the table... how can I delete this?

Thanks!
 
I did, then you get this:
The control generates <table> ... my design(template) ... </table>.

Hmm
 
Right, so drop the <table> and put in your <div> or whatever else you want.
The important thing is to keep the various controls like the TextBox and
Buttons that are the data entry fields.

-Brock
DevelopMentor
http://staff.develop.com/ballen
 

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