I've almost got my website done. I'm doing the background on one of the pages now, and this page has a story on it. <p>Once upon a time, in the land of . . . </p> I've got a seamless tile that I like (150px x 150px), and I'd like it to tile for one row across the top of the page, and one column down the left side, leaving a large blank area for the text. I've found a way to do either one (background-repeat: repeat-x or repeat-y) but not both. Is there a way to do both or maybe another approach?
Help!