I'm new to the LaTeX world (read: I've been trying to use it for 3 hours) and I have come across two problems:
1. Everytime I try to post an image, the caption is like 10 centimeters below it. I have tried a lot of different codes, but nothing seems to work.
2. I'm currently trying to add an image and a table in a subsection, but they always end up above my section. I can't figure out why. This is what i've entered to add the table:
\section{Soorten modellen}
\subsection{Title}
Random text
\\
More random text
\\
\subsection{Title}
Text
\\
Text
\\
\begin{table}[]
\begin{tabular}{|l|l|l|}
\hline
\textbf{Word} & \textbf{Word} & \textbf{Word} \\ \hline
Word & Word & Word \\ \hline
Word & Word & Word \\ \hline
Word & Word & Word \\ \hline
Word & Word & Word \\ \hline
\end{tabular}
\end{table}
The table and image always end up before "Soorten modellen" and I really don't know why.
I hope some of you will be able to help this newbie out.

Thank you