Possible Duplicate:
Is there an easy way to have my whole document with a space between paragraphs rather than indentation?
Adding an empty line between paragraphs does not work, \newline does not work , where I am returning back to the wrong \\\\, which is very frustrating. When skipping two lines it starts a paragraph... 
\documentclass[]{report}
\usepackage{hyperref}
\section{Software: Accessibility and Usability Evaluation}
\url{www.universaldesign.ie/useandapply/ict/\\itaccessibilityguidelines/applicationsoftware/guidelines}
There are three marks available for each product:
(1-3 where 0 is not applicable, 1 is not supported, 2 partially supported,
3 – not supported)
Please note that NVDA not used for software evaluation for fairness, as both pc applications
and OS accessibility centre must be mutually compatible and will be the first entry point
for the user.
\usepackage. An editor is TeXStudio, TeXMaker, TeXWorks, etc. A distribution is the collection of software that creates the document from your code. – marczellm Dec 31 '12 at 15:35\usepackage[parfill]{parskip}in your preamble, at least if you are not using the KOMA-Script ormemoirclasses. – Joseph Wright Dec 31 '12 at 16:22\\in your\url. Was you trying to insert a line-break? If so, note that the result is not what you expected, since a\appears at the place where you put\\– JLDiaz Jan 03 '13 at 10:39