I inserted a wide table in the IEEE Access class but some of the elements are located out of the boarder of a column:
\documentclass{ieeeaccess}
\usepackage{multirow}
\begin{document}
\begin{table}
\centering
\caption{Operation on weighted feature detectors}
\label{tab:tabel_maxop}
\setlength{\tabcolsep}{3pt}
\begin{tabular}{|p{100pt}|p{25pt}|p{25pt}||p{25pt}|p{25pt}||p{25pt}|p{25pt}||p{25pt}|}
\hline
Method1 (Original) & 32.5 & 16.9& 32.5 & 16.9& 32.5 & 16.9& 32.5 \
\hline
Method1 (Original) & 32.5 & 16.9& 32.5 & 16.9& 32.5 & 16.9& 32.5 \
\hline
Method1 (Original) & 32.5 & 16.9& 32.5 & 16.9& 32.5 & 16.9& 32.5 \
\hline
Method1 (Original) & 32.5 & 16.9& 32.5 & 16.9& 32.5 & 16.9& 32.5 \
\hline
Method1 (Original) & 32.5 & 16.9& 32.5 & 16.9& 32.5 & 16.9& 32.5 \
\hline
Method1 (Original) & 32.5 & 16.9& 32.5 & 16.9& 32.5 & 16.9& 32.5 \
\hline
Method1 (Original) & 32.5 & 16.9& 32.5 & 16.9& 32.5 & 16.9& 32.5 \
\hline
\end{tabular}
\end{table}
\end{document}
Although I do not see any error but the table is wide and cannot be located in one colummn:
How can I place that in the center?


pcolumns|p{100pt}|p{25pt}|p{25pt}|but with 8 columns of data, hence the extra alignment tab error. – David Carlisle Oct 17 '23 at 22:58lcolumn for the first column andl,c, orror packagesiunitxfor the number columns. – cabohah Nov 13 '23 at 10:19