T
Tony Johansson
Here is some text from a book that I read.
After the title of the page(which is enclosed is HTML <h1> tags to get
large, title-style text),
the main body of the form is enclosed in an HTML <table>. You could use a
Web server control table,
but this introduces unnsecessary complexity because you are using a table
purely for formatting the display,
not to be a dynamic UI element(an important point to bear in mind when
designing Web form - don't add Web server control unnecessarily).
Can somebody explain what the book mean with saying "not to be a dynamic UI
element" ?
//Tony
After the title of the page(which is enclosed is HTML <h1> tags to get
large, title-style text),
the main body of the form is enclosed in an HTML <table>. You could use a
Web server control table,
but this introduces unnsecessary complexity because you are using a table
purely for formatting the display,
not to be a dynamic UI element(an important point to bear in mind when
designing Web form - don't add Web server control unnecessarily).
Can somebody explain what the book mean with saying "not to be a dynamic UI
element" ?
//Tony