How do you change the background in your inbox?

How can I change the background colour to black and the font to white in this html?

  • I'm no good at html... how can I change the background to black, and the font to white? </script> <meta name="color:Page BG" content="#FFF"> <meta name="color:Video BG" content="#000000"> <meta name="color:Regular and Quote BG" content="#08bcc3"> <meta name="color:Chat BG" content="#f392dd"> <meta name="color:Link BG" content="#a10789"> <meta name="color:Audio BG" content="#ff4040"> <meta name="text:Disqus Shortname" content="" /> <meta name="if:Show About In Nav" content="1"/> <meta name="if:Show Following In Nav" content="1"/> <style> /* custom colours */ html, body{ background-color:{color:Page BG}; } .grid .post_thumb .video{ background-color:{color:Video BG}; } .grid .post_thumb .regular, .grid .post_thumb .quote{ background-color:{color:Regular and Quote BG}; } .grid .post_thumb .chat{ background-color:{color:Chat BG}; } .grid .post_thumb .link{ background-color:{color:Link BG}; } .grid .post_thumb .audio{ background-color:{color:Audio BG}; } .regular img { max-width: 100%; } {CustomCSS}

  • Answer:

    *{ color: #FFFFFF; background-color: #000000; } * means all elements #000000 is black #FFFFFF is white if a specific element has its own style, then the * style will be overwritten

arch_lan... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.