what this does is make the first letter starting the entry to be uppercase auto.. so yeah any help would be lovely
text:first-letter {
font-size: 20px;
font-family: georgia, century gothic, verdana;
font-weight: bold;
font-style: italic;
text-transform: uppercase;
}
EDIT: Ok I got it to work so yay ty