Here is the problem, I made a box using
\begin{tabular}[b]{|l|}
\hline
example \\
\hline
\end{tabular}
I have the [b] meaning bottom, but the position never changes ... In general how do I manipulate the box to where I want it to be?
Please no fancy packages to install, I am new to this stuff
EDIT: Does anyone know how to add the boxes within \begin{align*} ... \end{align*}?


[b]argument will align thetabularto its bottom baseline. You only have one line, so this doesn't change anything. Note that you can draw a frame around some text using\fbox, no need to misusetabularfor this. Please update your question and state what you are trying to achieve. At the moment it's very vague and confusing, especially youralign*edit. – Martin Scharrer♦ May 13 '12 at 7:47\usepackage. – Marco Daniel May 13 '12 at 12:33