How to turn panel black/dark grey with HTML?

Dave S

New member
On BlogTV there is the "Playground" panel where you can use HTML to embed things and I'm trying to figure out the correct code to turn it black or a dark grey but cant seem to find one...

Anyone have suggestions?
 
in the <EMBED> tag add style="background-color: #000000;" or whatever hex color you need

ex

#4b4b4b

so it would be

<EMBED etc etc etc style="background-color: #000000;">

Make sure you add that semicolon or it will not work.

It might not have a 100% chance to work either, so if it doesnt its probably embedded into the player, which it NORMALLY is and you have to change from the website when you get the embed code.
 
in the <EMBED> tag add style="background-color: #000000;" or whatever hex color you need

ex

#4b4b4b

so it would be

<EMBED etc etc etc style="background-color: #000000;">

Make sure you add that semicolon or it will not work.

It might not have a 100% chance to work either, so if it doesnt its probably embedded into the player, which it NORMALLY is and you have to change from the website when you get the embed code.
 
in the <EMBED> tag add style="background-color: #000000;" or whatever hex color you need

ex

#4b4b4b

so it would be

<EMBED etc etc etc style="background-color: #000000;">

Make sure you add that semicolon or it will not work.

It might not have a 100% chance to work either, so if it doesnt its probably embedded into the player, which it NORMALLY is and you have to change from the website when you get the embed code.
 
Back
Top