View Full Version : Keeping formatting in static html


Roger Caws
08-27-2004, 09:10 AM
I want to publish anAccess report as static HTML files. I can get it to do everything I want but not keep the colour of text in conditionally formatted records. I have a Yes/No control which sets the conditional formatting to Red/Black. The generated HTML table ha the color for each field explicitly set to black. Surely there is some way to get the correct color transferred into the HTM. Any one know how?

Roger Caws
08-28-2004, 06:03 AM
24 hrs later. I am now proposing to read the html into a VB recordset and then string process to put the formatting back in. Hardly elegant but it surely must work. Would still be interested if any one has any other ideas.