Everyone Dies Alone
This layout features: Donnie Darko sitting on top of his family's car thinking and the words "everyone dies alone".
Navigation is: a mouseover script.
Image Credit: DonnieDarko.com.
Font: Verdana 8pt.
You can change: the font, link effects, and navigational links (do NOT remove layout credit or Diaryland link)
Notes: Netscape messes this one all up.
Directions:
1. You might want to Right click, Save target as..., diesalone.jpg in case something happens to the image you will have a copy. Otherwise you can just leave the path that is in the layout code and the image will show up.
2. Login to Diaryland
Paste the following code in here for the entry template:
And paste this code here for the archive template:
How to add a link: find this part in the head section of the page:
var description = new Array();
description[0] = "#newest";
description[1] = "#older";
description[2] = "#profile";
description[3] = "#notes";
description[4] = "#design";
description[5] = "#host";
description[6] = " ";
add description[7]... and so on, these are the descriptions that show up when you mouseover the links. Next find the part that looks like this:
1
2
3
4
5
6
    
code the new link like this:
6
# would match the number of the description you added. #6 makes the text clear when you mouseoff the links.