This is what I have at the top:
\usepackage{csquotes,hyperref,url}
\usepackage[style=mla,guessmedium=false]{biblatex}
This is the bibligraphic entry:
@Misc{owlparagraph,
author = {Dana Lynn Driscoll and Allen Brizee},
title = {On Paragraphs},
note = "[Web. 17 April. 2010.]",
year = {2010},
uhowpublished = "\url{http://owl.english.purdue.edu/owl/resource/606/01/}"
}
The entry does not show up in the document after compiling it. If I remove [style=mla,guessmedium=false], then the entry appears.
I must have the bibliography in MLA format.