Forum Discussion
IvanWeiss
Qrew Captain
So in Chrome via development tools they displayed just fine. But once I clicked around it did stop working so I found the code section... Here it is
------------------------------
Ivan Weiss
------------------------------
------------------------------
Ivan Weiss
------------------------------
EverettPatterso
6 years agoQrew Captain
Since it's working for me, I assume you have syntax errors and I noticed a few errors. Check your code thoroughly and it should start displaying correctly.
------------------------------
Everett Patterson
------------------------------
border:1px solid green;border-radius: 0'" & "href='" & $URLSEVEN ​
missing closing semicolon on the inline styles
'border-radius: 0;'
------------------------------
Everett Patterson
------------------------------
- IvanWeiss6 years agoQrew CaptainI fixed that but it still does not work. This is not my expertise here as I found some tutorials and am stretching the limits of my skill for sure :) But I cant see to figure it out. On the phone it doesnt work at all. In developer tools it works when I first browse it, if I click on a button and refresh the page it no longer works.
------------------------------
Ivan Weiss
------------------------------- EverettPatterso6 years agoQrew CaptainWhat is the formula you are using for [EliteButtonClass] and [EliteButtonFontColor]? The HTML inline styles are coming from those fields.
------------------------------
Everett Patterson
------------------------------- IvanWeiss6 years agoQrew CaptainElitebuttonclass = btn btn-success btn -sm
Elitebuttonfontcolor = #FFFFFF
------------------------------
Ivan Weiss
------------------------------