In a multicolumn document (
\documentclass[conference]{IEEEtran}
) format. I have created the table below. However it does not show up at the top or bottom of the right page but on the next page in the center. Could you help me out?Code: Select all
\begin{table*}[ht]
\begin{tabular}{p{2cm} p{2cm} p{2cm} p{2cm} p{2cm} p{2cm} p{2cm}}
\multicolumn{7}{c}{\textbf{Representation of search queries. SP = \href{https://www.scopus.com/search/form.uri?display=basic#basic}{Scopus}, WoS = \href{https://www.webofscience.com/wos/woscc/basic-search}{Web of Science}, PM = \href{https://www.ncbi.nlm.nih.gov}{PubMed}}}\\
\hline
Database & Concept 1 & Operator & Concept 2 & Operator & Concept 3 & Results\\
\hline
\end{tabular}\\
\end{table*}