---
EDIT: Screw it, when I did finally get the layer almost displaying accurately, I didn't like it. So now, i'm gonna try something else, and if I get stuck, I'll post it instead. But thanks for all the insights. I'll keep this here, just in case someone has some questions that might almost relate to this.
##################
# ENTRY OVERRIDE #############################3
##################
### Override the printing of entries. This affects the Recent/Day pages, Friends pages, and Entry pages.
function print_entry(Page p, Entry e, Color bgcolor, Color fgcolor, bool hide_text) {
# Print the anchor to be used in the page summary.
if ($p.view=="friends") {
"""<a name="$e.journal.username$e.itemid"></a>
} else { # for recent, day, entry pages.
"""<a name="item$e.itemid">