Test Using Visual Rich Editor

Hey, this is a normal post where I’m using the Visual Rich Editor. It should work fine.

This is a new paragraph, and now I’m gonna test a link and maybe some font colors.

I think that a blockquote is now in order:

If you’re going through hell, keep going.

-Winston Churchil

This is why I don’t like the visual editor thing. I like writing my stuff in ‘code’ mode instead…

 

Anyway, let’s see how it looks then!

another one just to see if this is something that the VE does?

Let’s check it out.

Stupid IE 6.

is messing things up if used in VE. FIXED!

Lorem Ipsum

img#wpstats {
	position:absolute;
	top:0;
}  

blockquote {
	border:solid 1px #ccc;
	background:#efefef;
	font:normal 95% Geneva, Verdana, Helvetica, sans-serif;
	padding:5px 10px;
}

and this is some function Foo(int bar) code

function sndReq(action) {
	http.open('post', 'rpc.php', true);
	http.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
	http.setRequestHeader("Content-length", action.length);
	http.setRequestHeader("Connection", "close");
	http.onreadystatechange = handleResponse;
	http.send(action);
}

blockquote {
	border:solid 1px #ccc;
	background:#efefef;
	font:normal 95% Geneva, Verdana, Helvetica, sans-serif;
	padding:5px 10px;
}