Centre Align Contents of a Webpage in ASP.NET?
-
hello all I need to center align the contents of my web page as many of the websites does these days(eg. www.msn.com), while reading through diff sites i got to know that we can do it with hlp of css files but not exactly how....can anyone hlp me out on same??
-
hello all I need to center align the contents of my web page as many of the websites does these days(eg. www.msn.com), while reading through diff sites i got to know that we can do it with hlp of css files but not exactly how....can anyone hlp me out on same??
-
-
hello all I need to center align the contents of my web page as many of the websites does these days(eg. www.msn.com), while reading through diff sites i got to know that we can do it with hlp of css files but not exactly how....can anyone hlp me out on same??
Put the content in a div and use javascript to center it. works for all screen resolutions. check this link [^]
-
please don't use tables, it much better to use div tags and then use css to position Do you want your website to be 800x600 or bigger?
-
Put the content in a div and use javascript to center it. works for all screen resolutions. check this link [^]