Hi! I wanted to add a repeating picture in my xanga today after seeing a page just like it in here, and I found a "text/css" code which I could use to add a picture of falling cherry blossoms on my page. But when I tried it, it would make my background disappear, which is replaced by the cherry blossoms. Is there a way to modify the code at the bottom so it wont replace my background? Thanks a lot!!![]()
![]()
Code:<style type="text/css"> html { background:#fff; background-image: url(img.gif); background-repeat: repeat-y; background-position: left top; height:100%; margin:0;padding:0; } body { background-image: url(img.gif); background-repeat: repeat-y; background-position: right top; height:100%; margin:0;padding:0; } </style>



Reply With Quote

Bookmarks