Powerpoint website?

Status
Niet open voor verdere reacties.

wesselh

Gebruiker
Lid geworden
2 mrt 2007
Berichten
132
Hallo, ik heb gelezen dat je ook in powerpoint een website kan maken. Kan iemand me vertellen hoe? Ik heb al geprobeert met HTML een ppt of pps te includen maar dan begint hij de file de downloaden. Hoe kan ik ervoor zorgen dat hij het gewoon laat zien en niet het bestand download?

Alvast bedankt!:thumb:
 
Via "Bestand" - "Opslaan als webpagina" kun je een presentatie opslaan als HTML. Ik weet niet of dit goed werkt, heb het zelf nooit geprobeerd...
 
Kiezen voor: opslaan als... en dan webpagina.

edit: je was me voor
 
Hou er wel rekening mee dat de Microsoft Office programma's als Excel, Word en Powerpoint notoire Html-pagina makers zijn: ze stoppen er heel veel extra regels in die (a) overbodig zijn of (b) specifiek Microsoft...

Dus als je een mooie sheet hebt en je wilt er een internetpagina van maken, dan zou ik dat plaatje gebruiken in een ander Microsoft programma (bijv. Frontpage).
 
ach, dan kan je nog best gewoon eerst opslaan als webpagina in powerpoint en de regels er achteraf handmatig uitgooien.
 
ach, dan kan je nog best gewoon eerst opslaan als webpagina in powerpoint en de regels er achteraf handmatig uitgooien.

Ik heb een testje gedaan met alleen (!!!) de tekst "Dit is een test" en dat opgeslagen als een html pagina. Mag jij de regels er achteraf uitgooien... :shocked:

Code:
MIME-Version: 1.0
Content-Location: file:///C:/1E8BA2D4/Ditiseentest.htm
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="us-ascii"

<html xmlns:o=3D"urn:schemas-microsoft-com:office:office"
xmlns:w=3D"urn:schemas-microsoft-com:office:word"
xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<meta name=3DProgId content=3DWord.Document>
<meta name=3DGenerator content=3D"Microsoft Word 11">
<meta name=3DOriginator content=3D"Microsoft Word 11">
<link rel=3DFile-List href=3D"Ditiseentest_files/filelist.xml">
<title>Dit is een test</title>
<!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>etri</o:Author>
  <o:Template>Normal</o:Template>
  <o:LastAuthor>etri</o:LastAuthor>
  <o:Revision>1</o:Revision>
  <o:TotalTime>0</o:TotalTime>
  <o:Created>2007-07-31T09:58:00Z</o:Created>
  <o:LastSaved>2007-07-31T09:58:00Z</o:LastSaved>
  <o:Pages>1</o:Pages>
  <o:Words>2</o:Words>
  <o:Characters>14</o:Characters>
  <o:Lines>1</o:Lines>
  <o:Paragraphs>1</o:Paragraphs>
  <o:CharactersWithSpaces>15</o:CharactersWithSpaces>
  <o:Version>11.8132</o:Version>
 </o:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:GrammarState>Clean</w:GrammarState>
  <w:HyphenationZone>21</w:HyphenationZone>
  <w:PunctuationKerning/>
  <w:ValidateAgainstSchemas/>
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
   <w:DontGrowAutofit/>
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState=3D"false" LatentStyleCount=3D"156">
 </w:LatentStyles>
</xml><![endif]-->
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
@page Section1
	{size:595.3pt 841.9pt;
	margin:70.85pt 70.85pt 70.85pt 70.85pt;
	mso-header-margin:35.4pt;
	mso-footer-margin:35.4pt;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
</style>
<![endif]-->
</head>

<body lang=3DNL style=3D'tab-interval:35.4pt'>

<div class=3DSection1>

<p class=3DMsoNormal>Dit is een test</p>

</div>

</body>

</html>
 
Laatst bewerkt:
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan