I have made a table like this
\documentclass[notuble,10pt,a4paper]{leaflet}
\usepackage{color}
\usepackage{flowfram}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{hyperref}
\usepackage{rotating}
\usepackage{multirow}
\usepackage{array,eqparbox,tabularx}
\pagestyle{empty}
\usepackage[parfill]{parskip}
\newenvironment{tips}
{
\noindent
\begin{tabular}{m{0.2cm} m{\textwidth}}
\rotatebox{90}{\textbf{\resizebox{0.45\textwidth}{!}{FISAT}}}&
}
{\end{tabular}
\bigskip
}
\begin{document}
\begin{tips}
\begin{tabular}{l}
{\resizebox{5cm}{!}{ONE}}\\
{\resizebox{5cm}{!}{MILLION}}\\
{\resizebox{5cm}{!}{CODES TO}} \\
{\resizebox{5cm}{!}{THE COMMUNITY}}\
\end{tabular}
\end{tips}
\end{document}
How could I centralize this
\hfill's around the outer tabular. That would require you to change the secondmcolumn to a width other than\textwidththough, since otherwise the centering won't really appear to do anything. – Roelof Spijker Jan 6 '12 at 15:23\end{document}. Try to keep MWE's minimal. In this case it's not a real problem, but it's a good general rule. since removing packages can sometimes help you diagnose the problem yourself. – Roelof Spijker Jan 6 '12 at 15:32