If you are using a guide such as Brian Kopps or Joanas', you may find some typo's or something you don't like. Well, I'm here to show you how to edit these. If you have any knowledge of HTML, this is like simple and obvious, so please don't flame, just sharing with people.
1. Go into the Guides folders, and seperate files by "type".
2. Right click the guide > Open with.. > Notepad

3. Now, find the code you'd like to fix..
Code:
EXAMPLE:
<HTML><head><meta http-equiv="expires" content="2"><meta http-equiv="imagetoolbar" content="no"><meta name="robots" content="noindex, nofollow"><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><title>Outlend 60-70 - Joana's Horde Outland Guide - v1.00</title><style>
It says Outlend, so I'd simple switch that and type..
Code:
EXAMPLE:
<HTML><head><meta http-equiv="expires" content="2"><meta http-equiv="imagetoolbar" content="no"><meta name="robots" content="noindex, nofollow"><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><title>Outland 60-70 - Joana's Horde Outland Guide - v1.00 - Edited by Trollin</title><style>
You can also add any code you'd like, words, whatever..
Probably common sense.. Oh well..