This topic is locked

format individual labels on radio lookup

4/3/2023 4:27:05 AM
PHPRunner General questions
P
pmuckle authorDevClub member

Hi All,
I wondered how we can format individual labels on a radio lookup?
So it looks like the one on the bottom.
img alt
Tahnks for any advice
Pete

fhumanes 4/3/2023

Hello,
I have done a test with an example of mine.
This is a piece of HTML generated by phprunner:
img alt
This is the Jquery code that you must create to wipe appearance:
img alt
And this is the result:
img alt
You have to adapt it to your case.
Greetings,
fernando

Admin 4/3/2023

What Fernando suggests will work. Either use Custom CSS or apply CSS with the help of jQuery. Both options will work.

P
pmuckle authorDevClub member 4/4/2023

Hello,
Thanks very much for your solution.
I'm having a problem in that I can't find the html you reference.
I should have added that they are radio buttons created from a lookup table, and wondered if this is why.
I'm also interested in the Custom CSS solution, but am not sure what to put in.
Thanks again for any advice
Pete

fhumanes 4/4/2023

Hello,
I also, in my example I used a radio button lookup.
I briefly exile how html is accessed.
Being in the Chrome browser:
img alt
Activated the developer tool in the browser.
img alt
(1) To consult the HTML of the page
(2) To activate the cursor to identify a part of the page.
(3) To indicate the object that I want to consult
(4) The HTML of the pressed object.
Greetings,
fernando

P
pmuckle authorDevClub member 4/4/2023

Thank you very much Fernando, I have followed your instructions and everything now looks how I want it to.
Best
Pete