Ted Hattemer
My feedback
4 results found
-
32 votes
An error occurred while saving the comment Ted Hattemer supported this idea · -
7 votes
An error occurred while saving the comment Ted Hattemer commentedFind the nearest div or span tag by using "Inspect Element" option (right click the button in most browsers.) Note the class element's attribute - ie it's name. Example: <div class="buttonclass"> Place a custom HTML gadget at the bottom of the page where you want the change. Paste javascript into the Code section. <script> $( "div.buttonclass" ).replaceWith( "<button type="button">Pay by Check</button>" ); </script>
-
2 votes
An error occurred while saving the comment Ted Hattemer commentedCan you be more specific? Tabs like menu items?
-
2 votes
An error occurred while saving the comment Ted Hattemer commentedCan you give an example?
A registration button on this page would be a lifesaver. It's a dead end with out one in the case of first time users.