But in a tabular environment, the space between paragraphs becomes null.
I've tried to set parksip inside the tabular environment but it does not work.
What can I do to add some space between paragraphs in the table ?
Here is a sample table:
Code: Select all
\begin{tabular}{ccp{11cm}}
\scalebox{0.500000}{\includegraphics{tip.png}}
&
\raisebox{5mm}{\strong{Note:}}
&
\vspace{-2.5\baselineskip}
First line of text.
Second line of text.
\end{tabular}
Thank you.