Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

JavaScript change color to black

help-me

New Coder
<script id="id" type="text/javascript" charset="utf-8">
var nes;
$(function() {
nes = new JSNES({
'ui': $('#emulator').JSNESUI({
"homebrew": [
['rick roll nes', 'roms/ric.nes'],

],

"rom hacks": [
['minus world', 'roms/cop.nes'],

],
"Working": [
['Zelda', 'roms/zel.nes'],
['Bubble Bobble', 'roms/bub.nes'],
['Super Mario Bros 2.', 'roms/rom.nes'],
['Super Mario Bros.', 'roms/nes.nes'],
['Tetris', 'roms/tet.nes'],
['Excitebike', 'roms/exc.nes'],
['3d world runner', 'roms/3d.nes']
],
"almost working": [

['Ice Climber', 'roms/ice.nes'],
['Mega Man 2', 'roms/meg2.nes'],
['mega man 3', 'roms/meg3.nes'],
]
})
});
});
</script>
 
Try to put some magic words your parents taught you once before, remember, please?

Explain more thoroughly your problem. Give us some context, what program / html / css / php / ... do you currently use, how it is currently behaving, how do you want it to behave, why do you want it to behave like that, what knowledge background do you have, what did you try that didn't work, ... That is all valuable information that may be necessary to finally help you.

Nicely please and sincerely thank you?
 
Try to put some magic words your parents taught you once before, remember, please?

Explain more thoroughly your problem. Give us some context, what program / html / css / php / ... do you currently use, how it is currently behaving, how do you want it to behave, why do you want it to behave like that, what knowledge background do you have, what did you try that didn't work, ... That is all valuable information that may be necessary to finally help you.

Nicely please and sincerely thank you?
i just want to change the color please thankyou
 
Hello, @help-me. Welcome to Code Forum! Glad to have you as part of our community. However please place your code within our </> BBCode Feature.

Also you labeled this as HTML, but this is JavaScript.
 
Back
Top Bottom