May
15
2007
15
2007
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.
Related posts:

An article by











I, uh, think you missed something there. Like the HTML part.
Hint: Try using the < and > substitutions.
Apparently the pre tag decided it randomly couldn’t handle that bit of HTML.