benlucraft Posted October 6, 2014 Posted October 6, 2014 Ok so I am attempting to play around with my CSS code for v2 Mccodes and when I go to game.css and change my centre colour to black it stays white regardless, .centre background-color: black; it still stays white any help? Quote
G7470 Posted October 6, 2014 Posted October 6, 2014 Use tools like firebug in order to test out changes to your CSS without actually having to change your code base. Firebug also shows you exactly what css properties/attributes are active. With this tool, it should be pretty easy to find out what is happening with your CSS. ~G7470 Quote
DAMINK Posted October 6, 2014 Posted October 6, 2014 CTRL and F5 to dump your cache. I fine at times doing changes to the css and not refreshing the page in this way will not show your changes. Quote
Alexhudson Posted January 7, 2015 Posted January 7, 2015 (edited) Firebug could be off great use in this manner. Install firebug and if still problem presists then take help from css help or w3schools. Edited January 10, 2015 by Alexhudson 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.