______________________ | Name | | Age || Place| ______________________ I want to diaplay like this _____________________ |Name | Age | Place| _____________________ How to achieve this using css.
When i display the Data i am using this css to Gridview .grid_view_header th { background-color:#BDBDBD;font-weight:normal;height:22px;text-align:center; POSITION:static;TOP: -ms-expression(this.offsetParent.scrollTop-2); } Code (markup): . When I print Data .grid_view_header th{color:#666666;border-collapse:collapse;border-spacing:0px;margin-bottom:10px;margin-left:10px;margin-right:10px;margin-top:10px;font-size:10pt;border:2px solid #000;} Code (markup):
Can I see the site it's on? Also, you have (this.offsetParent ... etc ) in there too. Do you know why that's there? I would be tempted to just simply code my table using css. Your first post isn't entirely clear. Is the top example what it looks like now, and the bottom example what you want it to look like? Or do you want the printed version different to the screen version?