$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
It's a blog.
In: Uncategorized
7 Mar 2010Most sites that allow HTML have some sort of sanitizer in place, so that when someone forgets to close a tag in a post, they can’t screw up formatting for the rest of the page. They tend to restrict what you can post to a reasonable set of tags, so that you can’t, for example, embed an iframe with Javascript to expand it to 100% width and height, as spammers have done in the past.
It’s very tempting for me to write a few filters though:
I forget where it was, maybe Yahoo, but they have a little bit of JavaScript that displays a netiquette ‘warning’ if it sees you typing in all caps. That should be a standard feature.
Related posts: