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
Related Q & A:
- On photobucket how can I change the background of a picture?Best solution by Yahoo! Answers
- How can I change the font for e-mail that I compose?Best solution by Yahoo! Answers
- How can I change my MSN background to color again?Best solution by answers.microsoft.com
- How can I change the font size of my inbox?Best solution by Yahoo! Answers
- How can I change my PS3 font to black?Best solution by ChaCha
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.