CSS Editor is available within my plugin and td code has a class behind.
Change the class to bold in the CSS Editor and you will not need to change everything to bold.
Regards
Thread Starter
XZ3R0
(@xz3r0)
But will that not change ALL the fields to be bold? I only want a specific one to have this css.
HI XZ3RO, then you need to use <b></b>.
Regards
Thread Starter
XZ3R0
(@xz3r0)
That wasn’t my question. If i apply bold to the td class, do not ALL the tables become bold? I do not want my entire table to be bold. only specific columns.
EX: I have a first name and a last name field. I want the persons first name to be bold but not their last name: John Doe. How can i accomplish this?
No, you can add a css=”” to the table and create only one table with “bold”.
See SALT and css=”” Informations on the different sites.
Thread Starter
XZ3R0
(@xz3r0)
Sorry, I shouldn’t have said tables. I meant fields. I only want certain fields within a specific table to be bold.
Refer to my example above about having a field called fname and another called lname. Then when i call the table i would like to be able to configure it so it appears like John Doe. (not the whole table is bold, not the whole row, but specified FIELDS)