trichview.support
SaveHTMLEx |
Author |
Message |
Lee.Bambury |
Posted: 10/06/2004 19:28:39 Hi Sorry being a pain in the (bleep) today ;) . I am having a problem with one of my other controls not supporting background-image: in styles but I need the html file to use them for paragraph colouring etc. Is there anyway of modifying the source when the component write's out the html file. For example when it goes to write BODY { margin: 5px 5px 5px 50px; background-color: #FFFFFF; background-image: url("ala1.jpg"); background-repeat: repeat; background-attachment: scroll; } I would like to change it to the following BODY { margin: 5px 5px 5px 50px; background-color: #FFFFFF; background-image: url("cid:11122"); background-repeat: repeat; background-attachment: scroll; }. Is this possible or am I going to have to modify the html file once it has been outputted via richview. Thx again. Kind Regards Lee |
Powered by ABC Amber Outlook Express Converter