avs-code / PREM-Podium-race-E-manager

Description PREM (Podium race e manager) is management software for races and race leagues. It can be used to create overviews of race results. Based on Paddock 7.10beta by: demontpx
https://arv187.github.io/PREM-Podium-race-E-manager/
GNU General Public License v3.0
5 stars 1 forks source link

Black Text to White Text #54

Closed Simracer2018 closed 6 years ago

Simracer2018 commented 6 years ago

Hello have found something else with us which is not to be seen in a background picture. If I want to delete a championship yes this is there: "Division can not be deleted because it is related to the following season (s):" • Seat Leon TRC How do I get that in white instead of black as it is now. In division_rem.php this says: if (mysqli_num_rows ($ sresult)> 0) { $ seasons = ""; while ($ s = mysqli_fetch_array ($ sresult)) { $ seasons. = ".". $ s ['name']. "\ N"; } show_error ("Division can not be deleted because it is related to the following season (s): \ n". $ seasons); return; Greeting Armin

avs-code commented 6 years ago

On top of division_rem.php write this:

<style>body {background-image: url("images/2011_FIA_GT1_Silverstone_2.jpg");}</style>
<div style ='background-color:black;color:white;'>

And on bottom of all code add this:

</div>
Simracer2018 commented 6 years ago

Thanks !!!!!!! The help here is really top !!!!