On my first website that I am making http://readysetskateboard.netau.net/index.html
My images will not show up. I have an image of a skateboard and it won't show up and I have a background image that won't show up. I coded it and then looked at design view in Dreamweaver and my images showed up but now they won't when I put the site online. I had a root directory and then I put the images in images folder in the root directory folder. I changed the links and everything but they STILL won't work. Can you guys help me out?
Troublesome code with the pictures:
1.body {
background-image: url(Images/bluepurplestripe.gif)
}
2.<img src="Images/skateboard.jpg" alt="Skateboard" width="250" height="200" align="middle" />
My images will not show up. I have an image of a skateboard and it won't show up and I have a background image that won't show up. I coded it and then looked at design view in Dreamweaver and my images showed up but now they won't when I put the site online. I had a root directory and then I put the images in images folder in the root directory folder. I changed the links and everything but they STILL won't work. Can you guys help me out?
Troublesome code with the pictures:
1.body {
background-image: url(Images/bluepurplestripe.gif)
}
2.<img src="Images/skateboard.jpg" alt="Skateboard" width="250" height="200" align="middle" />