hey /g/ I am in a web design class and I am a head of everyone and I started to mess around with stuff for my webpage I was trying to add a image for the background image using css but the code that I found online doesn't work with the version of chrome that I am run and IE9( that what the installed in the computers that my school and the teacher uses it) could anyone help
post the code you found, don't forget the tags
>>29056140k one sec uploading to mediafire
>>29056140http://www.mediafire.com/?htyxpobu9wxt4tzhey you go
>>29056186No, post it here in the comment boxthere are code tags you can use for formatting like soput code here
put code here
>>29056225you want both html and css or one of them
99% chance you are simply lining to the image wrongtry using ' ', try changing the path to make it relative to the external css file (if you are using one) or the html filethis shit isnt hard, use google
>>29056246Both if they'll fit I guess
how2codetag can be found her: https://www.4chan.org/rules#g
>>29056268to big on both by themselves
>>29056342I assume the CSS you're talking about is in the style/mystyle.css file? there is no background-image property anywhere in that file...
>>29056426just use a random picture
>>29056445No, what I'm saying is that the code you found for background images isn't even remotely right
>>29056466sorry, that is a few days old forgot to update it today, with what I was messing with I derped really hard at the end of the class
I was going off this http://www.w3schools.com/css/css_background.asp
>>29056628Heads-up:http://w3fools.com/
>>29056682I just use it to see what i can do the class uses a different website
What is there to mess up?background: url("background.png");
background: url("background.png");
I plugged it into my code and the chrome that I use and IE9 don't show the imagebut IE7 did show it
>>29056846
>>29056846Is everything in the same directory?
>>29056682Holy shit, are those the kind of reasons people rage about w3schools?Those are all fucking terrible. W3schools is perfectly fine for reference.
>>29056906hey look a link>>29056211