HTML coding

  • Thread starter Thread starter Sheraven
  • Start date Start date
S

Sheraven

I cannot seem to locate an example of the coding needed to
embed a .ppt into a webpage. Usually it would be
something like:

<embed src......
</emebed>

Can anyone help me please? Thank you.

Sheraven
 
The code :

<EMBED SRC="myfile.ppt" WIDTH=100% HEIGHT=100%</EMBED>

or you could also apply the frame approach...

<iframe src="dossac.pps" WIDTH=100% HEIGHT=100%</iframe>

Regards,

Gus Collot
http://collotcorp.logon.as
 
Sheraven,

I don't know anything about html much, but it should be as simple as linking
to the file that runs the ppt. For example, if you published as Example.htm,
link to that. Do you really have to "embed" it?

--
Regards,

Glen Millar
Microsoft PPT MVP
http://www.powerpointworkbench.com/
Please tell us your ppt version, and get back to us here
Remove spaces from signature
 
Hi, Glen....

You see, that depends on how you want your pres to look, how big, its
relative position within the page, whether you wish to frame it along with
other objects, etc. If you just link, PPoint takes control of the whole
page.

Good luck,

Gus Collot

-----------------------------------------------------------------
 
Gus,

All good points. I know my mate, Steve, keeps chiding me that PowerPoint
doesn't do good html <g>. So, Sheraven has a valid request. Anyone know how
to help?

--
Regards,

Glen Millar
Microsoft PPT MVP
http://www.powerpointworkbench.com/
Please tell us your ppt version, and get back to us here
Remove spaces from signature
 
All good points. I know my mate, Steve, keeps chiding me that PowerPoint
doesn't do good html <g>.

Let's revise that. PowerPoint's HTML is perfectly good.

For what it's good for.
 
Back
Top