nat1115 0 Posted July 13, 2020 Report Share Posted July 13, 2020 so i made a generator using html only because i want to add it to my wordpress blog, now i was able to add the CSS and JS within it but it keeps giving me the error "unexpected character after attribute value". <button = onClick="newText()">Push Me</button> and it also wouldn't show on the blog when i add to it. Quote Link to post Share on other sites
Ingolme 1,020 Posted July 13, 2020 Report Share Posted July 13, 2020 The "=" following the "button" tag name should not be there. Quote Link to post Share on other sites
Sherin 1 Posted July 16, 2020 Report Share Posted July 16, 2020 (edited) <button onClick="newText()">Push Me</button> Edited July 16, 2020 by Sherin Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.