Well actually I figured it out by trial-and-errors.. For any who are interested:
<STYLE TYPE="text/css">
<!--
BODY {background-color: black; color: white; font-weight: bold}
-->
</STYLE>
Pretty much need to edit the body to whatever you want your default text to be, works quite nicely and makes having to call other css commands a lot simpler
Hope this helps someone else besides me.
<STYLE TYPE="text/css">
<!--
BODY {background-color: black; color: white; font-weight: bold}
-->
</STYLE>
Pretty much need to edit the body to whatever you want your default text to be, works quite nicely and makes having to call other css commands a lot simpler
Hope this helps someone else besides me.