This is a widget for a website, and I'm trying to figure out where am I supposed to put the style tags to edit any of the styles within the widget. I can get what I want with Chrome inspector tool, but I'm not sure where I need to add in the css. Thanks!
<script>
var fm = "PHP";
var to = "USD";
var tz = "timezone";
var sz = "1x1";
var lg = "en";
var st = "primary";
var lr = "0";
var rd = "0";
</script>
<script src="//currencyrate.today/converter"></script>
<div style="text-align:right">
<a href="https://currencyrate.today">
</div>
You cannot alter the contents of the widget with CSS or JS - this is for security reasons.
The widget is rendered inside an iframe, and as such it cannot be accessed from outside unless you were accessing from the same domain (and unless you happen to own the currencyrate.today website, you are accessing it from a different one)