LiveJournal provides the Navigation Strip for easy access to common site features. All system styles automatically support it, however, if you have a custom style, you will need to include the system property for printing the Navigation Strip in your style in order for it to display. This property will need to be added immediately after the <body> tag of the HTML structure.
To do this, you will need to edit your custom style. The <body> tag can be found in the *_PAGE variable; you can add %%control_strip%% where you want the navigation strip to appear. The code generated by %%control_strip%% is self-contained, so you do not need to include extra HTML code to support it.
In this example, it's done directly following the <BODY> tag of the standard Generator style while editing inside the LASTN_PAGE section:
<body bgcolor="%%color:strong_back%%" text="%%color:page_text%%" link="%%color:page_link%%" vlink="%%color:page_vlink%%" alink="%%color:page_alink%%">
%%control_strip%%
.
.
.
You will also need to enable the navigation strip in your Edit Personal Information page before it will appear on your journal.
Contributed by
