Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
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
Posted

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;
}

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...