I'm trying to put an image up for my header. I currently have it set as a background image, which is repeating. Obviously, I'm doing it wrong. What is the correct img code?
If you want to use background-image, but don't want to repeat, use background-repeat:no-repeat. Other than that, I'm not really sure what your trying to achieve.
background-image, but don't want to repeat, usebackground-repeat:no-repeat. Other than that, I'm not really sure what your trying to achieve.