Hello, I am having an issue with an asp:Table. I need to indent the text, so I created css #Table1 text-indent 10px; and it looks nice in my design view but it does not render in FF or IE. I am using table horizontal gridlines and when I adjust cellspacing
or cell padding it jacks up the nice cell lines. Any ideas?
ChadMH
Member
9 Points
50 Posts
asp:table style issue
Apr 28, 2012 11:28 AM|LINK
Hello, I am having an issue with an asp:Table. I need to indent the text, so I created css #Table1 text-indent 10px; and it looks nice in my design view but it does not render in FF or IE. I am using table horizontal gridlines and when I adjust cellspacing or cell padding it jacks up the nice cell lines. Any ideas?
Digital Info...
Member
80 Points
35 Posts
Re: asp:table style issue
Apr 28, 2012 11:48 AM|LINK
Hello,
Please check the rendered HTML for that page, and verify that the ID of the table elelment in HTML is indeed Table1.
Thanks,
Paresh.
Paresh
http://digitalinfobytes.com
Ashley.Jones
Member
210 Points
51 Posts
Re: asp:table style issue
Apr 28, 2012 11:49 AM|LINK
Hello,
Can you please post some code so that we can help you more better.
ChadMH
Member
9 Points
50 Posts
Re: asp:table style issue
Apr 28, 2012 11:53 AM|LINK
LOL ! That's weird. Thank you.
Digital Info...
Member
80 Points
35 Posts
Re: asp:table style issue
Apr 28, 2012 11:58 AM|LINK
Did you mark the correct post as answer? (Just confirming, since the post you marked as answer seemingly has no solution :) )
Paresh
http://digitalinfobytes.com
ChadMH
Member
9 Points
50 Posts
Re: asp:table style issue
Apr 28, 2012 12:01 PM|LINK
You are correct again! I re-marked it. Changing from id to a class worked. Thanks again.
Chad