visual studio 2010 - How to format individual gridview cells using css? -
Is it possible to format individual cells using CSS in gridview
I see I want to do the following. Based on this table structure ... Required: line headings with any signal / line i1, i2 - percent i3 - format number 'pp ' idea? Thank you I'm not sure I understand your question. What I find, you are trying to style those elements in a way "TD" will have to be added classes and then those classes have to be styled. You must add the "in-line" styles to the "self" tag. For "%" and "PP", you can use "After" of CSS3 and make it your content. But this is not really a good idea, they should really originate from back-end, and not with CSS. view Studio 2010 with
vb
H1 H2 H3 H4 R1 i1 i3 R2 j1 j2 j3 r3 k1 k2 k3
H1, H2, H3, H4 - Headings: bold, white font, blue background R1, R2, r3-bold => For example, 10pp j1, j2, j3 - mumber k1, k2, k3 - percent
Comments
Post a Comment