Occassionally you may find the need to insert HTML div's or other elements into the source. There are several places you can do this all selected for different purposes. All insertion locations require you to write HTML, preferrably valid XHTML.
Wizard Manual
Here you can enter code that will be inserted right before the close of the head of the HTML document. The head usually calls scripts, links to external style sheets, and other things of that nature. This comes before the body and should not be confused with the "header" which is inside the body and contains the site title. The head will not display any content on the site.
Here you can insert HTML immediately after the start of the body after the opening <body> tag. Things inserted here can be placed anywhere on a site through absolute positioning though they won't be within the flow of the document.
This is useful if you have a fixed width site and want to insert something that will always appear right next to the side of your viewing window no matter how wide you make it.
HTML inserted here will appear immediately after the start of the secondary wrapper and can be placed elsewhere through absolute positioning. This is useful if you want it positioned to the side relative to the fixed width wrapper.
HTML inserted here will be within the main links wrapper at the very end before the closing tag. This is useful if you definitely want your insertion to appear below the menu but can't put it after in the source due to clearing conflicts.
HTML inserted here will go directly after the close of the main links wrapper. This is useful if you want it in the flow of the document, after the expanding main links, but don't want it inside the main links wrapper for whatever reason.
HTML inserted here will appear within the footer immediately before the closing tag. This is especially useful for designer who may want to build their credit and a links back to their site within the design itself.




