I've found several tutorials on how to create tableless CSS forms using the textbox input element but not with ASP.NET controls like the textbox. I want to start completing all of my new development using the latest CSS standards and try to phase out the
old <table><tr><td> tags.
Are there any good tutorials out there on how to do this without writing a bunch of layered DIVs? I would like to use UL and LI elements to control positioning.
This tutorial talks about tableless design but only discusses HTML controls, not ASP.Net server controls which is what the questioner asked about.
A corollary of his question would have to do with the use of Master Pages. While building tableless Master Pages using CSS is very straight forward, I haven't seen any discussion about using the tableless design in the content pages that fit into the asp.contentplaceholder
controls.
I would be interested in hearing how to apply the stylesheets to these pages.
NickG4
Member
10 Points
17 Posts
tableless form using CSS
Apr 26, 2010 03:01 PM|LINK
I've found several tutorials on how to create tableless CSS forms using the textbox input element but not with ASP.NET controls like the textbox. I want to start completing all of my new development using the latest CSS standards and try to phase out the old <table><tr><td> tags.
Are there any good tutorials out there on how to do this without writing a bunch of layered DIVs? I would like to use UL and LI elements to control positioning.
Thanks!
Satish SG
Participant
1500 Points
236 Posts
Re: tableless form using CSS
Apr 26, 2010 03:44 PM|LINK
try this http://www.devarticles.com/index2.php?option=content&task=view&id=863&pop=1&hide_ads=1&page=0&hide_js=1
joeller
Member
171 Points
161 Posts
Re: tableless form using CSS
Nov 28, 2012 03:12 PM|LINK
This tutorial talks about tableless design but only discusses HTML controls, not ASP.Net server controls which is what the questioner asked about.
A corollary of his question would have to do with the use of Master Pages. While building tableless Master Pages using CSS is very straight forward, I haven't seen any discussion about using the tableless design in the content pages that fit into the asp.contentplaceholder controls.
I would be interested in hearing how to apply the stylesheets to these pages.