\documentclass{article}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage[headheight=55pt]{geometry}
\renewcommand{\headrulewidth}{2pt}
\fancypagestyle{plain}{%
\fancyhead[L]{
\begin{tabular}{ll}
\begin{tabular}[t]{c}
\includegraphics[scale=0.3]{logo1}%
\end{tabular} &
\begin{tabular}[b]{l}
Latex World Learning \tabularnewline
very neat\tabularnewline
no irritating eyes\tabularnewline
\end{tabular}
\begin{tabular}[t]{c}
\includegraphics[scale=0.3]{logo2}%
\end{tabular} &
\end{tabular}
}%
}
\pagestyle{plain}
\usepackage{blindtext}
\begin{document}
\blindtext[10]
\end{document}
I tried to create customized header with LaTeX editor, above the current code and sample header below....
logo
files are not available to us. Also I don't understand your question really