Help
If you want to add to/edit/modify the default stylesheet without creating one from scratch, simply modify our stylesheet however you want, save it, and include it with the 'style=' tag shown below.
<script language="javascript" type="text/javascript" src="http://www.shoutjax.com/site_files/shout_files/shout.php?site_id=1&page_id=0&style=http://link.to/yournew/style.css"></script>
If you would like to disable the default stylesheet for any reason, and run your widget with no style, use the 'no_style=true' tag shown below.
<script language="javascript" type="text/javascript" src="http://www.shoutjax.com/site_files/shout_files/shout.php?site_id=1&page_id=0&no_style=true"></script>
You can use both of these variables together if you want to completeley disable the default style and include your own custom style as shown below.
<script language="javascript" type="text/javascript" src="http://www.shoutjax.com/site_files/shout_files/shout.php?site_id=1&page_id=0&style=http://link.to/yournew/style.css&no_style=true"></script>
More help files coming soon.