If you're really smart....

You can tag a link so that the website to where you are directing your reader opens up in a new browser window like this window opened up when you clicked on the hyperlinked text, "send your reader to another website" from the previous page.

(note that the above text LOOKS like a hyperlink but is in fact only colored blue and underlined to replicate the text that you clicked on to get to this page)


The tag for such a hyperlink will have included the code

target="_blank" or

target="new"

So, if you are hand coding (though most people use some sort of content management tool that does this coding for them) to hyperlink text the code would look something like this:

'<a href ="http://www.TheWebsiteYouWantToSendYourReaderTo.com" target="new" </a>

To return to my essay, A Response to Ander Monson's Solipsism, click here.

(note that I am not going to force you to open the page in a new window because 1. you're already on my website and 2. that would mean you have 3 browser windows open which can get quite confusing--  this is confusing enough as it is.)