Uridium Posted August 22, 2010 Posted August 22, 2010 heres a nice little fiz that will get your inventory from looking like this.. To This a few seconds... open up inventory.php and find You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. and overwrite with this one... You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. This part in the new update can be altered to You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. By doing so will change the colour of the lists each time a user views the page or refreshes. Quote
Paul Evans Posted August 22, 2010 Posted August 22, 2010 As always pal good work, looks weird but then again what does :D Quote
Uridium Posted August 22, 2010 Author Posted August 22, 2010 on this you can use the $rand1 and $rand2 to echo values of Hex codes to see which best fits the colours for your game. example: if($line%2 == 0) print "<tr bgcolor=#$rand1> hex value for rand1 is #$rand1"; else print "<tr bgcolor=#$rand2> hex value for rand2 is #$rand2"; Then just copy the hex codes its gives and change both $rand1 and 2 to the hex of your choice. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.