Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Using html in combination with body for Background images Re: Using html in combination with body for Background images

#69667
noahgelman
Participant

You don’t really need to add an image to the html tag. What you could do is add the repeating image to the body– top left repeat-x

And then the one single image in a page wrap inside the body– top center no-repeat

Would that work for you or did I interpret your situation wrong?