Hello. I would like to know his opinion about this:
I use plugin ProfilePro to create profiles in CB.
Now I work in creating background image in div profile.
I have two ways of doing and both work, but it would like to be known his opinion about which is better:
1. <div style ' background-image: url ({fld cb_XXXX});">
fld cb_XXXX is a field radio and value=url image
2. <div class ' {fld cb_classXXXX} '>
fld cb_classXXXX is a field radio and value= .classX in CSS.
TANKS