

Enter the Crypt - OpenID
The Cemetery - The Morgue - Join the Undead - Offerings - Download - DJ News - Advertise on DJ
Morgue Directory - Random Grave - Place of Death - Search Morgue - Interests
Botched Murders - FAQ - Lost Info? - Spoon Feeding - Hauntings
|


Resizing your journal tables [Punquin] style
This tutorial will deal with resizing your journal tables with the Punquin system style.
This ONLY applys if you are using the Punquin style.
In your own style If you have your own style, and you want to move the tables without having to go through and change all the widths, then paste this code into the <head> section of your LASTN_PAGE:
<style type="text/css"> <!-- table { width:80%; float:right; } table table { width: 100%; float:none; } hr { width:100%; } --> </style>
In OverridesIf, however, you don't have your own style, and rely on overrides, then you will want to paste this into your overrides box at http://deadjournal.com/modify.bml: GLOBAL_HEAD<= <style type="text/css"> <!-- table { width:80%; float:right; } table table { width: 100%; float:none; } hr { width:100%; } --> </style> <=GLOBAL_HEAD N.B. If you have more than one GLOBAL_HEAD override, you will need to merge them. See this FAQ for instructions. To change the width of the content tables, change the highlighed percentage to the percentage value you prefer. To move your content tables to the left replace the word right where highlighted, with the word left. This override uses GLOBAL_HEAD to change all four page views; the results might not be as expected for the calendar view. You can also use this override with the individual page views. Caution: this override is designed specifically for the Punquin style, and might have unintended effects under any of the other style templates.
|