I have inserted a php script into an html file. I have this 1 showing. I go back to my coding and I do not see the 1 that is showing. This is the link where you see the one.
http://baroncapital.com/bcm/aboutp.htmlHere is the code I actually see before upload. How can I remove the one. I have little to no knowledge about php.
<style>
@import "http://www.baroncapital.com/Ticker/ticker-quotes.css";
</style><?php echo require("http://www.baroncapital.com/Ticker/ticker-quotes.inc");
showQuotesTicker(); ?>