Unwanted submit button
Posted: 2020-09-28 16:10
Hello AppGini Experts.
I have added a logo to my tableview with the following code in hooks.
Any thoughts? All help appreciated.
Thanks
Jim
I have added a logo to my tableview with the following code in hooks.
The logo looks great but has an unwanted submit button on it. See photo.<html>
<head>
<title>Center an Image using text align center</title>
<style>
.img-container {
text-align: center;
}
</style>
</head>
<body>
<div class="img-container"> <!-- Block parent element -->
<img src="images/covid_header.png" alt="COVID Logo">
</div>
</body>
</html>
Any thoughts? All help appreciated.
Thanks
Jim
Code: Select all
<input id="EnterAction" type="submit" style="position: absolute; left: 0px; top: -250px;" onclick="return enterAction();">