I have something like this...........
Code: Select all
\documentclass[a4paper,12pt]{article}
\usepackage{graphicx}
\begin{document}
\begin{table}[!hbt]
\begin{tabular}{c c} \\
\fbox{\resizebox{2.82353cm}{0.6cm}{\begin{tabular}[t]{l l l }
gfsdf & gsdg & hdgh\\
nsg & bsf & bsfb\\
sdbs & sgsg & sdgs \\
\end{tabular}}}&
\fbox{\resizebox{6.47059cm}{0.9cm}{\begin{tabular}[t]{l l l l l }
mhnmf & sdgs & vsdv & vsv & fafa \\
rrq & rqwr & rqrq & qrqqw & fasf \\
rst & gfwq & rfw & fefr & faf \\
sdvs& asdvf & faf & aasd & nfn \\
vsdv & vzsdv & vsv & & \\
\end{tabular}}}\\
\end{tabular}\end{table}
\end{document}
Using the t option seems to stretch the tables and the resize option doesnt seem to be working.
I can remove the t option for the resizing to work but then i need the tables to the top.