Guys, I need some help with something: My enter button now has an animation to it, but the main page link isn't appearing on it. Any ideas on what I could do? I already looked up on the internet, but didn't find what I needed :T
i checked your page source and it looks like you have to wrap the tags around the tags! you did the opposite in your code (the tags are inside the tags), so the link didn't appear :0
wait sorry my comment had the names of the tags removed for some reason- what i wanted to say was that you have to wrap the "a" tags around the "button" tags for the the link to appear ^^;
EDIT: PROBLEM SOLVED! A friend helped me out with the code, and now the button works! ^^ I tried wrapping the tags on a different order like you suggested, but it didn't work as expected- still, thank you so much for trying to help me out!
i checked your page source and it looks like you have to wrap the tags around the tags! you did the opposite in your code (the tags are inside the tags), so the link didn't appear :0
wait sorry my comment had the names of the tags removed for some reason- what i wanted to say was that you have to wrap the "a" tags around the "button" tags for the the link to appear ^^;
EDIT: PROBLEM SOLVED! A friend helped me out with the code, and now the button works! ^^ I tried wrapping the tags on a different order like you suggested, but it didn't work as expected- still, thank you so much for trying to help me out!
oh, that's good!! sorry my advice didn't work, but i'm glad the problem's fixed now! :D