Hello,
I have a DIV like the following:
<td>
<DIV>
<script type="text/javascript">
// link to some js
</script>
</DIV>
</td>
The .js renders the latest article abstract inside the div. However it renders it in Calibri 10px.
I want that any content inside the DIV should be rendered as Verdana 10px. I am using a 3rd party .js so have no control over it. How to I force the DIV to render the content the way I want?