Hi all..
please help me with this issue
I have a sytle for the <td> ""HTML Table Cell Attributes""of the display only fields to get a border that looks like other elements.
style="background-color:#D8D8D8;border-style:solid;border-width:1px;border-color: rgb(118,164,190);"
I have couple of questions..
1) Not sure why,this style is working only when there is some value
in the dispaly only field
2)I would like to put this style to all of my display only fields in my application.
How can i do that?
The problem is , i need to apply that style to the ""<td>""'s of all the display only fields.
I checked the page source and found ""display_only"" class, tried to apply the style to that class.
The style is applying to that "'span"" not to that <td> of that element.
I think this needs to be done with jquery, but i am not familiar with jquery.
Can anyone help me with this
Thanks