In a post, you cannot enter any code like this "<script>"etc. with the symbol of "<" or ">", right? In order to show the CSS code, what you need is,Simple code.
Simple code is the easiest process to put the CSS code into your post. Firstly, you must go to Simple code and copy your code you desire and paste into Enter Markup. Then click Process. The Simple code generate the code and then you copy the results. Lastly, you paste it into your Post.
Here's the result.
<script type='text/javascript'>
var txt="Your blog name and little description about your site here";
var espera=200;
var refresco=null;
function rotulo_title()
{
document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0); refresco=setTimeout("rotulo_title()",espera);
}
rotulo_title();
</script>
Therefore, you can show the code to your visitors.
No response to “How To Put Code in Your Post”
Post a Comment