chandrasekhar s skrev:
> Hi,
>
> What do you mean by a draft option?I think i didnt use anything as
> such. Please explain.
> I may not be knowing it.
You have
\documentclass[draft,...]{<class>}
or
\usepackage[draft]{graphicx}
in your preamble.
Try loading the graphicx package with
\usepackage[final]{graphicx}