Skip to content

Page buttons do not work in Firefox #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
derekwilling opened this issue Jul 16, 2018 · 2 comments
Open

Page buttons do not work in Firefox #1

derekwilling opened this issue Jul 16, 2018 · 2 comments

Comments

@derekwilling
Copy link

derekwilling commented Jul 16, 2018

The HTML for the page buttons is formatted incorrectly.

<button class="btn btn-info"><a style="color:white" href="weather.html">Weather</a></button>

should be

<input type="button" class="btn btn-info" onclick="location.href='weather.html';" value="Weather" />

Interactive content is not allowed inside of in HTML5.

@forechoandlook
Copy link

it doesn't work.i have try

@Crowmium1
Copy link

I'm gonna try fix it and paste a link here for a 2024 version soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants