G
Guest
Hi,
What do you recommend for defining the layout of an asp.net 2.0 page?
Leaving masterpages and user controls aside for the moment is the use of
tables or Divs the best approach?
I have been using tables so far to define the layout and use % based sizes
so things stretch or shrink to fit the screen size. It works fine.
I read about using DIVs and saw this approach being used in some MS Asp.net
design templates. They use divs and use CSS to handle the layout.
Which is best, does it matter at all?
What do you recommend for defining the layout of an asp.net 2.0 page?
Leaving masterpages and user controls aside for the moment is the use of
tables or Divs the best approach?
I have been using tables so far to define the layout and use % based sizes
so things stretch or shrink to fit the screen size. It works fine.
I read about using DIVs and saw this approach being used in some MS Asp.net
design templates. They use divs and use CSS to handle the layout.
Which is best, does it matter at all?