PowerPoint: How to include backgrounds in HTML export?

Using MS PowerPoint 2000, I want to export a PPT file to an HTML format, but the background image from the slide master does not get included. Does anyone know if there a switch to turn this function on?

BG images on individual slides don’t get exported, either, and white text on a white background is a mite difficult to read. :slight_smile:

To my knowledge there isn’t a switch. You would need to access the HTML code directly and insert the reference to the background image manually.

PowerPoint to HTML is an internal function for the convenience of folks who want to make web pages from PpowerPoint presentations. It’s quick and dirty and that about it.

Since a powerpoint presentation consisting of only images would then export to all blanks, if your claim is true, that’s a little quicker and dirtier than I would call practical. I can hardly call background images unimportant enough to ignore.

In the example I am working with, the background image has superimposed text. If I have to modify the HTML to make it look like that, I run the risk of things being improperly placed. They were placed in PP and I need to preserve that.

The PP->HTML code generated is far from simple, including XML stuff and much other code that is excess for a simple task. If I can’t find a better way, I am going to export each slide as a JPG, then hand-code a simple HTML template page around it. But there doesn’t seem to be any control over the compression ratio during export, so I might have to go to TIFF first, then convert to JPG in a paint program where I have more control (if the JPG looks bad, that is).

Seems like a lot of work for such a simple task that MS could have provided. Hasn’t PP been around for a decade or so?

It’s not designed to be practical in any common sense view of the world. It’s only as practical as Microsoft chose to make it (meaning compatible only with itself and iyts own tools and the rest of the world be damned.

Then you will need to manually insert the backgreound images into the PP-created web pages.

Best way to go. The PP-generated code is designed to be compatible with Microsoft products. However, if you want a set of web page slides that meet current standards I’m afraid you will need to hand code or use a web tool that will do it for you.

See comment above.

Obviously you’re not a Microsoft fan, Duckster. I certainly share your views.

Meanwhile, unless I find an easier way, I exported all the slides at once, to separate JPG files – PP has that batch option – and inserted them into a simple, hand-coded HTML page here.

Because this is a TV schedule, I expect to have to revise one or more slides during the week and replace 3 each Sunday, so I took that into consideration. I don’t like the JPG compression PP makes – it’s too high and there are no options available to change it – but exporting to TIF, then resizing in a paint program is more work than I want to do frequently. This way works.

BTW, these slides are the ones we use for our community TV channel inbetween taped presentations. On TV, a PP slide show runs continuously whenever nothing else is on. So whatever we format for the TV screen I can port over to the web page. A pseudo-PP HTML using frames might be nicer, but this’ll do for now.

Thanks for your advice.

Rather than set a background for the entire presentation, grab the background image and insert it into each slide.

Then send that image to the ‘back’.

Now when you save as HTML, it ‘should’ keep that background image in the right place with your text on top of it looking like a background image.

Does this work in your computer? That was the second thing I tried:

The export still didn’t include the BG image.

Are you doing it the Microsoft Way ?

This doesn’t help much, I know (and I’m sorry), but in the long run, you’d probably be better off originating the thing in HTML and embedding that into a PP slideshow (or something else) for display on the TV.

Exactly. I know of no other way. No dice, no BG image.

And #3,4,5 are irrelevant (file name, location, page title have no effect on the slides). If there’s a “include/exclude BG image” option, I am missing it.

Probably so, but the person who is supplying the data to me outranks me and he isn’t going to change what he is used to or learn a new technique.