I have a set of CCv5 connections. Each connection pulls records from a db using the category field. I want to use a background symbolic of each category: Banking using a financial symbol, Churches using praying hands.
In the Front List > List Display > Custom > Body Code I have added the following code:
<style>
form {
background-image: url("images/prayinghands.png");
background-repeat: no-repeat;
background-position: center;
}
</style>
When I test it from the admin area everything shows up fine. When I use the menu link to the page it does not show up. The code is present in the HTML. I attempted to look for the form name and found admin_form which I used in place of just form. The background did not show up from the front end or the back end.
Your efforts to assist me are appreciated.
In the Front List > List Display > Custom > Body Code I have added the following code:
<style>
form {
background-image: url("images/prayinghands.png");
background-repeat: no-repeat;
background-position: center;
}
</style>
When I test it from the admin area everything shows up fine. When I use the menu link to the page it does not show up. The code is present in the HTML. I attempted to look for the form name and found admin_form which I used in place of just form. The background did not show up from the front end or the back end.
Your efforts to assist me are appreciated.