New account registration is temporarily disabled.

[HTML][CSS] GAME PAGE CUSTOM CSS HELP

Posts

Pages: 1
Dyluck
For thousands of years, I laid dormant. Who has disturbed my slumber?
5184
Hi there, I'm trying to use the custom CSS box for my game pages, but I can't seem to figure out how to make it work. What might I be doing wrong here?

For example, I tried this in my game description box, which seems to work:

[html][h1][b][i][size=30]SUMMARY[/size][/i][/b][/h1][/html]


But when I put this in the CSS box, it does not have any additional effect:

h1 {
    text-align: center;
    color: red;
}

Pages: 1