Question On Images

Hi, I am just building my first ever website, and am having problems with images, two different problems.

Firstly and most importantly despite having uploaded them to my public_html folder with Filezilla, they are not showing when I upload the page on the internet (there should be a picture on http://www.ubereadoolische.com/home.html and http://www.ubereadoolische.com/djs.html).

Secondly, the picture on http://www.ubereadoolische.com/djs.html I want to be to the right of the first grey and first red paragraphs, and above the bottom grey paragraph - however it is below the first grey paragraph and to the right of the red one (fine) and the bottom grey one.

How can I reposition it?

Many thanks
James

You are using absolute paths to the images:

<img src="[B][COLOR="#FF0000"]C:\\[/COLOR][/B]James Stuff\\Local Disk\\Ubereadoolische\\Web\\images\\cdjs.jpg"

Try using relative paths instead

<img src="images/cdjs.jpg"