It seems to be a common question, but the other werent adressing my code.
\begin{table}[ht!] \centering \small \caption{Absolute and relative frequencies } \label{FreqFair} \renewcommand{\arraystretch}{1} \setlength{\tabcolsep}{1pt} \scalebox{1}{ \begin{tabular}{p{0.2\textwidth}p{0.15\textwidth}p{0.15\textwidth}p{0.15\textwidth}p{0.15\textwidth}p{0.1\textwidth}} \\ \toprule%{L C R} & \multicolumn{5}{c}{Stated importance} \\ &Very\linebreak important&Important&Moderately\linebreak important&Not\linebreak important&Total \\ \midrule \end{tabular} } \normalsize \end{table} I guess using the line break in the first row is not the best idea, but then it looks exactly how I want it.
\documentclass...until\end{document}.\linebreakinstead of\newlinefor a manual break, the other question is about setting \raggedright and automatic line breaks.