語法1 //*//*//可以將圖片貼在你想要的位置(可用TOP)和(LEFT)移動圖片 圖片可調整大小
<embed style="POSITION: absolute;TOP:0px;LEFT:0px" height="580" align="3" width="990" src="貼swf圖片" wmode="transparent" quality="high"></embed>
*************************************************************************************** 語法2//*//*//這是固定圖片
<p align="center"><embed height="580" type="application/x-shockwave-flash" width="990" src="貼swf圖片" wmode="transparent" allowscriptaccess="never"></embed></p>
*************************************************************************************** //*//*//一般圖片加霧語法//*//*//
styie=1半邊 styie=2圓 styie=3方 styie=4無 opacity=100(是圖片的透明度)(數字越小越透明) alt="文字"*****滑鼠移到圖上面會出現的文字 <p align="center"><img style="FILTER: Alpha(opacity=100,style=3);WIDTH:484px;HEIGHT:249px" border="0" alt="" src="貼圖片"/></p>
***************************************************************************************