Hi Im having some trouble aligning the text in the second column of a two column table. The first column the text aligns the way i want but the seconds columns text is not positioning properly.
\begin{table}[h]
\begin{center}
\begin{tabular}{ |m{7cm}|m{6cm}|}\hline
PHP & Hypertext Preprocessor \\[2ex] \hline
MySQL & Structured Query Language \\[2ex] \hline
HTML & Hypertext Preprocessor \\[2ex] \hline
JQUERY & JavaScript library \\[2ex] \hline
AJAX & Asynchronous JavaScript and XML \\[2ex] \hline
GUI & Graphical user interface \\[2ex] \hline
JavaScript & Hypertext Preprocessor \\[2ex] \hline
URL & Uniform resource locator \\[2ex] \hline
API & Application programming interface \\[2ex] \hline
\end{tabular}
\end{center}
\end{table}\newpage

any help would be appreciated


[h]on its own is essentially an input error: latex will change it to[ht]to give itself a chance but still disallowingpfloats makes it much more likely that the float goes to the end of the document. – David Carlisle Dec 09 '12 at 18:17