laxman Posted April 11, 2009 Posted April 11, 2009 hi i have to create a style sheet which should applicable to .aspx table can any tell how to write style sheet for this if possible with sample Quote
Nate Bross Posted April 13, 2009 Posted April 13, 2009 Can you post the code that you have? I hope you aren't using a table for layout and this is some TABular data that you are using. I'm not sure what an aspx table is; a normal table tag, with a runat="server"? You may want to try something like this: <table id="myTable"> ... </table> #myTable{ width: 500px; height: 400px; padding:0; } Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
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.