I did not see your post some minutes before my post, so it's not meant as "do this instead".

Ok, I would not recommend to edit style files such as harvard.sty, but doing it with html.sty is similar...
Perhaps it's the cleanest to do a redefinition after loading harvard:
Code: Select all
\usepackage{harvard}
\renewcommand{\harvardurl}[1]{\textbf{URL:} \textit{##1}}
Stefan