@misc{Bamboo:Density,
title = {Engineering Toolbox},
author = {``Wood Densities''},
month = {November 12,},
year = {2012},
howpublished = {\url{http://www.engineeringtoolbox.com/wood-density-d_40.html}}
}
@misc{Bamboo:Properties,
title = {Luit Nirman},
author = {``Bamboo Structural Material''},
month = {November 2,},
year = {2012},
howpublished = {\url{http://www.assambambooworld.com/bamboo-structural- material.htm}}
}
then
\documentclass[12pt]{report}
\usepackage{url}
\bibliographystyle{plain}
\begin{document}
\Chapter{Bamboo}
Bamboo \cite{Bamboo:Density}\cite{Bamboo:Properties}
\end{document}
The output is generally the way I want it except the date appears after the URL instead of before it. I'm trying to stick to APA standards here but the apacite package is a no go. I'm only having trouble with these two sites since they're not really scholarly sources.
and is there any way to stop it from trying to make each reference justified across the whole page? I'd rather the spaces not be inserted and it just cuts off the url to the next line when it no longer fits

