Javascript Random Quote - Works, but why won't the button show up in THIS Div?
问题 I've finally got a "Random Quote" container with a functioning javascript/button. Currently, it works in my main center section (oneSUB) but not in a different div. I'd like to be able to move this to a different grid space like "four" in my code. "four" is the bottom right smaller box below "oneSUB" The problem is the button (btnQUOTE) doesn't show up in "four" It's possible it's just off the screen as I saw that in previous attempts at making a random quote button...but stuff was different.