Skip to content

Instantly share code, notes, and snippets.

@akzhan
Created March 23, 2010 12:56
Show Gist options
  • Save akzhan/341135 to your computer and use it in GitHub Desktop.
Save akzhan/341135 to your computer and use it in GitHub Desktop.
<link rel="stylesheet" type="text/css" href="jwysiwyg/wysiwyg.css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jwysiwyg/jquery.wysiwyg.js"></script>
<script type="text/javascript">
$('#wysiwyg').wysiwyg({css: "/mystyle.css"});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment