NEED HELP WITH GAME PAGE

Posts

Pages: 1
Hey Everyone...

I've recently been trying out a few new things with my game page...

I've added a new banner, but upon looking at my game page outside of the game owning account I discovered that my 'Subscribe!' button seems to have gone odd... (see below)

The Problem

I'm not very good at CSS'ing and the changes I have implemented took me AGES to get to work...
If anyone can tell me how to rectify this, it would help enormously...
Thanks

-JayEsz666-
author=geodude
http://rpgmaker.net/articles/272/http://w3schools.com/css/default.asp

important information is held within!


Thanks Geo, I have used them...

But I just CAN'T figure out who it keeps making the size of the Subscribe! button shrink..!

I am seriously bad at the kind of (even basic) programming lark...
It's because of:
#game_header {
color: rgba(0, 0, 0, 0);
font-size: 0px;
}

You're setting it's font size to zero and the subscribe box snaps to the size of it's content.
author=GreatRedSpirit
It's because of:
#game_header {
color: rgba(0, 0, 0, 0);
font-size: 0px;
}

You're setting it's font size to zero and the subscribe box snaps to the size of it's content.


THANK YOU SO MUCH..! And you Geo... Im going to read those pages more see if I can get my page looking even prettier...
making the subscribe button really big is something i hadn't thought of
The greatest tool for finding CSS errors in gameprofiles is the Opera/Chrome/Firefox HTML/CSS inspection tool. I don't know what it's called in Chrome or Firefox but with Opera I can rightclick on an element, select 'Inspect Element', and it will tell me tons of useful stuff. Like what CSS properties are being applied to an element from a source.
yeah, the developer tools are exactly the same in chrome, and i would assume so in firefox too considering its... 'familiarity' to opera users
opera rules except for its handling of the box model *rewrites CSS*
Pages: 1