Hello guys, thank you very much for the first opinions. I worked on the problems, and rewrite a little in the story. Changed some pics with your helps.
Okay good start on the fixes, but there are SEVERAL things I must say.
#1
I just noticed that even your name is basically a misspelled "Someone77" in Hungarian. I love that.
#2
You MUST drop the whole Button thing or at least come up with a different approach that makes use of the whole thing.
I get why you did it. The <button> tag is one of the very few things that naturally centers texts, BUT by HTML standards they do NOT allow anything else, but plain text within them. Google is just being Google and break that standard by allowing links to work, but that doesn't make it right.
#3
You seem to have missed a closing <div> on the opening and then on the first page when you rearranged the choices. Not sure if you just missed it or if your browser didn't make a fuss about it, but just in case.
#4
No idea how much you know about actual coding, but I've seen that at times you use the wrong names, colors or the likes in long stretches of texts so I guess you type all those out by hand. Keeping track of those will be a pain as the game gets bigger and if you need to change things like names or colors you'll have one hell of a job in front of you.
So if you know anything about Objects or at least Arrays you should consider using those. It's a bit more effort than just typing out plain names, but it's generally still worth it in the long run.
#5
If you need some more feedback with these just PM me and I'll see if I can elaborate. Also it can be in Hungarian if that's easier for the both of us.
Hey Fanley - thanks, but that didn't do anything for me. I see the button getting pressed, but nothing happens - text or not.
What browsers did you try? The buttons Wall is using actually don't allow links within them, but Chrome doesn't care about that so it should work properly in them.