Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Have run the cleaner, made a new page added a table and inserted a new button. The code is below......
<body onload="FP_preloadImgs(/*url*/'[R]file:/C:/Users/phil%27s/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/FrontPageTempDir/button6.jpg%27',/*url*/'[R]file:///C:/Users/phil's/AppData/Local/Microsoft/Windows/Temporary Internet Files/FrontPageTempDir/button7.jpg'')">
<p> </p>
<table border="1" width="250" cellspacing="0" cellpadding="0" id="table2">
<tr>
<td>
<img border="0" id="img1" src="images/button5.jpg" height="20" width="100" alt="testnewpage" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'[R]file:///C:/Users/phil's/AppData/Local/Microsoft/Windows/Temporary Internet Files/FrontPageTempDir/button6.jpg'')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'[R]file:///C:/Users/phil's/AppData/Local/Microsoft/Windows/Temporary Internet Files/FrontPageTempDir/button5.jpg'')" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'[R]file:///C:/Users/phil's/AppData/Local/Microsoft/Windows/Temporary Internet Files/FrontPageTempDir/button7.jpg'')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'[R]file:///C:/Users/phil's/AppData/Local/Microsoft/Windows/Temporary Internet Files/FrontPageTempDir/button6.jpg'')" fp-style="fp-btn: Border Bottom 1; fp-font-color-hover: #00FFFF; fp-font-color-press: #00FF00" fp-title="testnewpage"></td>
<td> </td>
</tr>
</table>
As you can see 'button5' has been put into 'images' and the rest into TempFiles.
I am now seriously confused as the site still contains the original correct buttons and the only change I've made between then and now is XP to Win7.
Phil