OK, I have a Rich Textbox now if i had say this code in it:
Now, i have a button that will add:
But that goes at the bottom of the page, How would i get it to add this before the </head> tag?
Code:
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
Now, i have a button that will add:
Code:
<style>
</style>
But that goes at the bottom of the page, How would i get it to add this before the </head> tag?