Since I don't allow HTML to be used in posts I've created a few BB Codes that you can use to organize your guides. If you'd like to do something that any of the current BB Codes do not allow, PM me your suggestions.
Anchors
Anchors allow you to set markers throughout your guide and then create links to them.
Code
Create anchor: [anchor]anchor name[/anchor]
Link to anchor: [anchorlink=anchor name]Link text[/anchorlink]
Example
Code:
[anchor]here[/anchor]text
text
text
text
[anchorlink=here]there[/anchorlink]
Result:
text
text
text
text
there
Image Alignment
This code will allow you to place text to the right or to the left of an image.
Code
Text on left, Image on right: [imga=right]image url[/imga]text
Text on right, Image on left: [imga=left]image url[/imga]text
Example
Code:
[imga=left]http://www.dbocom.com/template/images/logo.png[/imga]text
text
text
text
text
text
Result:

text
text
text
text
text
text
Separating Line
Creates a horizontal line.