I am a Web developer/( or Web Editor as the program was called in college i studied on), and i have not working with CSS(for example) since 2010. Now i was going to make a little personal profile portfolio site to be able to show my work, for jobs and etc, andi allready got stumble on with the background picture i want to put in the middle, steady its just a division area in the middle of it for text wich should change.
So the problem now is it that this picture do not appear! I tried with another jpg-picture and it works, but with this i want it does not! Have i missed something-FORGOT something??? This is a picture in jpg i made in Adobe Illustrator and to put as a background fixed image on the centre of the site. Do i need to update something(i am using IE 8)? DO i need to update Windows Updates? Do i need to update Flash(?!). I am testing now through Adobe Dreamweaver local, not on any server.
<p>
An image:
<img src="index1.jpg" alt="index" width="72" height="72" />
</p>
</body>
</html>
________________________________
CSS code:
body
{
background: url('images/index1.jpg');
background-repeat:no-repeat; /*this line i put there as a test, i do no think it depends on it*/
display:block; /*same here*/
}
________________________________
As you see the picture filename is 'index1' and i have written it both as html on the indexpage and aswell as a background code in the CSS. Neither work for me!
Bookmarks