It's good to save often. If you try save and get a horrible red error message, open another window and go here. But if your changes were minor, just do them over.
, found a image/xlink.gif (use the IMCE Picture icon)Normally, put the editor in "Full HTML" text format mode (just below Body-edit window.
PopNotes pop open when the mouse goes over the reference. To make this happen the footnote reference and the footnote's number (in the note) must match and be formatted precisely. For footnote NN these formats are:
These formats will not be shown to the visitor, but you will see them when editing. Here are the other rules for making popNotes work:
Some hints about making the table and the notes:
HoverNotes Title
[#PopNotes]
| [=1] Note that NN can be just one digit. |
| [=there's a limit] NN can be no more than 50 characters long. |
|
[=delimited]Delimiters... are funny characters used to mark the begginng and end of some more normal string of characters. In this case they set of the popNote number, word or phrase. |
| [=reference] Brackets are fine in the footnote itself. |
| [=3] It's the button just to the right of the red circle with an "f" inside. |
| [=should] Should, but this is not necessary. The footnote # can go anywhere in the footnote. |
| [=PopNotes] Just hover over green-underline links above to see the "pop" notes. |
[#PopNotes]
| [=1] Sample |
| [=PopNotes] Just hover over green-underline links above to see the "pop" notes. |

Position your cursor before the paragraph that the image goes to the right of.
![]() |
| Caption |
Image with a Caption -- use a table
See Files/IMCE Setup for tech stuff
Add Image with a Popup Window Link
The "Magically Transfer Content" box in the edit screen allows
How it works:
Headers and Right Sidebar:
Widgets, Gizmos and Javascript:
Example: Edit this page and check the "Magically Transferred Content" editing box below the regular Body editing box.
Be sure to use Text format = PHP code
The Home Page:
Menus:
Books:
Blogs:
The Structure of a page is mainly controle by: Structure / Blocks. However the theme itself puts that Main Menu into the top Navigation Region. See zframe/!Notes on zframe.txt.
The Header contains a block, "Micro Login for Top Right" that contains both the login and the magicHeader div that can be loaded by using the Magic-Block-Input.
Paragraphs: The first paragraph is not indented, but the next one, and subsequent ones are. However, if a table or some non-paragraph occurs, then the next one is not indented. See Wysiwyg editing.
The Magic Blocks will contain whatever is inside these divs in the Magic-Block-Input box (below Body input box when editing).
The Magic-Block-Input must be used with "PHP code" as the text format. Do not style the magic divs; they disappear. Put any HTML, PHP, JS inside of them.
To turn on a widget/gizmo: Structure / Blocks / Configure / Show block on specific pages (at the bottom).
The Google ad shows up automatically.
There Column Layout: 10+220+525+20+175+10 = 960. pad+Col#1+Body+space+Col#2+pad.
The Table Border Bug:
Why does a table have a gray top border with either border=1 or border=0?
| top right | top left |
| bottom right | bottom left |
| top right | top left |
| bottom right | bottom left |
It can be fixed by using a style (such as style="border: 0px;" ) inside of <tbody>
| top right | top left |
| bottom right | bottom left |
| top right | top left |
| bottom right | bottom left |
Google displays code in a <textarea>. The trouble is that CK editor tampers with what's in this area unless it's using PHP mode. But then you can't do regular editing.
If you use PHP text formatting and then switch to Full HTML and back, CK will change > and > etc into < or whatever. UNLESS, you change <textarea>stufff</textarea> to <pre>stufff</pre>.
Then you can change to Full HTML and back and then switch to textarea.
Why does a table have a gray top border with either border=1 or border=0?
| top right | top left |
| bottom right | bottom left |
| top right | top left |
| bottom right | bottom left |
It can be fixed by using a style inside of <tbody>
| top right | top left |
| bottom right | bottom left |
| top right | top left |
| bottom right | bottom left |