Click here to Skip to main content
16,004,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi men/women

actually when I design the page in asp.net (in c#) I arrange the contents in specific way , but when make "browse in web page" the contents overlapping and some of them get bigger and another get smaller and some move from original position ....etc.
I tried to use tables to make the content fixed , I also tried to use the percent in size of tables, td and tr
but with no useful
can any one help me and tell me what is the suitable way to make the content the same in the design and browsing mode
Posted

I suggest u should use CSS file (Cascading Style Sheet) by using CSS file u can not only fix the size of contents on page but can format text & Layout of page as needed.

For more inforamation about CSS plz refer following Links..

http://www.html.net/tutorials/css/lesson2.php[^]

http://www.webdesignfromscratch.com/html-css/introduction-to-css/[^]

Best of Luck...
 
Share this answer
 
Comments
Dalek Dave 26-Mar-11 13:25pm    
Good links, but I told him off for cross posting.
You asked this in the ASP.NET Forum, do not cross post.

The answer is the same there as here, Tables are obsolete!
Use DIV tags and CSS.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900