Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Cascading Style Sheets _ Contain javascript within a CSS Rounded Corner container

Posted by: Grant Feb 5 2019, 03:26 PM

On my website, I have a section for GiveAwayOfTheDay.com offering Free software every day.
Website https://www.n7as.com

I would like to contain the javascript with a CSS rounded corner container with a white background as I can't modify the javascript.
Here is the java script:

CODE

<div>
<script type="text/javascript">
    var gaotd_SiteName = "N7AS.com";
</script>
<script type="text/javascript" src="http://www.giveawayoftheday.com/ticker/">
</script>
<noscript>
<a href="http://www.giveawayoftheday.com">Giveaway of the Day</a>
</noscript>
</div>


Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)