Quote:
Originally Posted by Arios
What codes would you put in your <span class="author">?
|
That depends on how you want the author name to look like in relation to the chapter title. For example:
Code:
h1 span.author{
display: block; /* make sure it's in a separate line */
font-size: 80%; /* smaller than the title */
margin: 0.5em 0; /* some vertical separation */
}