Hello all,

A long while back I added the lines to stylesheet.css to tile a background image.

background-image: url('/images/tartan.png');
background-repeat: repeat

Didn't think about it again. Today I finally got around to sending an actual order thru and the resulting success page *didn't* have the background. The pertenant lines from view source are:

<link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet_css_buttons.css" />

<link rel="stylesheet" type="text/css" media="print" href="includes/templates/classic/css/print_stylesheet.css" />
<link rel="stylesheet" href="https://checkout.google.com/seller/accept/s.css" type="text/css" media="screen" />

To summarize. Every page except the checkout success page correctly displays my background. The correct lines are in stylesheet.css, and the other two css files don't override that. Obviously I don't have access to google's stylesheet.

Any ideas? Thanks for any help.