How do I insert HTML or PHP or Javascript code into a Blogger post?
I want something like the code in this poste where I wrote about the ugly and simple Blogger templates. The solution is simple.
- Copy the code into your NOTEPAD!
- Use Edit->Replace (or Ctrl+H) and in find all the < and replace them with & l t ; (delete the spaces between the characters, without spaces you would just see another < here)
- Use Edit->Replace (or Ctrl+H) and in find all the > and replace them with & g t ; (delete the spaces between the characters, without spaces you would just see another > here)
- Copy the code from NOTEPAD into the Blogger post
- And you are done
What have you done? The & l t ; is another way of telling the browser to shov a <.
Simple!