Efiction Story Notes
I’ve been informed that some users would prefer a more defined “Story Notes” space on my eFiction skins. This is quite simple to accomplish.
The html for the story notes is
div class=’noteinfo’
so all we need to do is make a css class called noteinfo.
Open up the style.css in your skin folder and start your class by writing
.noteinfo
{
border: 1px solid black;
}
This will give you a black border around your story notes. Of course, you can change that css to anything you want.



I, uh, think you missed something there. Like the HTML part.
May 15th, 2007 at 8:23 pmHint: Try using the < and > substitutions.
May 15th, 2007 at 8:24 pmApparently the pre tag decided it randomly couldn’t handle that bit of HTML.
May 15th, 2007 at 8:38 pm