Anyone else have this problem?

Users can edit their drafts in Contribute, elements such as graphic images in
the background of a table cell (<td width="100%" height="105" align="left"
valign="top"
style="background-image:url(/images/headers/conservationlinks.png);
background-repeat:repeat-x;">)

However, as soon as that user sends that draft to the administrator for
publishing, it first of all makes all the image urls relative to the document
(/images/headers/conservationlinks.png gets rewritten to
.../../images/headers/conservationlinks.png) plus, it breaks the formatting of
the table cell, leaving a white space where the menubar/header, and footer of
the published page used to be (<td width="100%" height="105" align="left"
valign="top"
style="background-image:url("/images/headers/conservationlinks.png");
background-repeat:repeat-x;">)

It also took the stylesheet link and rewrote it. (<link rel="stylesheet"
href="/includes/tbw.css" type="text/css"> became <link rel="stylesheet"
href="../../includes/tbw.css" type="text/css"> , which didin't work!)

The whole point to our agency going to Contribute was that we wanted the
various project leads to change the content on their pages. If we have to go
behind them when we publish the changes and rewrite every image location and
reformat the document, then we may as well dedicate another web person solely
for the purpose of editing pages.