ID:1878101
 
What's the issue with html for game hubs? I think it voids my code for bg color..

This is the code: http://prntscr.com/7j78l0

This is the page: http://prntscr.com/7j78wm

The color is suppose to be a dark blue color, sorta like the old color of byonds background.
Well, the page already has an html and body tag in it. You really can't call them twice in an HTML document. just make a div, that div will have a something like

<div style="background:#005cb8">
Shit's bananas!
</div>

give that a shot. if you can't use a div tag in a hub, do a table or something I guess.
Works, thanks :).