eramgarden Posted September 10, 2006 Posted September 10, 2006 I was reading (now i cant find the link) that it's better to use <div> to design pages in ASP.Net instead of Tables because it takes time for tables to render.. is this correct? If so, per this page, <div> is used with Absoulte positioning. I thought pages should have relative positioning... http://www.lissaexplains.com/html7.shtml Quote
Administrators PlausiblyDamp Posted September 10, 2006 Administrators Posted September 10, 2006 It really depends on the page layout - if the page has a tabular design then a tbale is fine. If the page has a more fluid layout and you find the structure is getting far too complex then s are a definate possibility. Depending on how you are doing the rendering to html http://www.asp.net/cssadapters/Default.aspx may be worth a read. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
eramgarden Posted September 11, 2006 Author Posted September 11, 2006 Thanks.. Was just reading this: http://webmail.registeredsite.com/%24sessionid%24016A52B031592967C59DCAE012308116/agent/mobmain?mobmain=1 Not sure what's meant by "fluid" design..you mean tables within tables?? Quote
eramgarden Posted September 11, 2006 Author Posted September 11, 2006 found my answer: http://www.glish.com/css/ Quote
mskeel Posted September 11, 2006 Posted September 11, 2006 As PD said, it depends. Prepare to have your mind blown: http://www.csszengarden.com/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.