我的模板源码如下:
[QUOTE]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN">
<HEAD>
<TITLE>{$GetPictureName}</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<style>
body {background:#eee;width:1004px;font:12px 宋体, Tahoma, Verdana; MARGIN:0px auto; text-align:center}
a:link{color:#003cc8; text-decoration:none;}
a:visited{color:#003cc8; text-decoration:none;}
a:hover{color:#FF6600; text-decoration:underline;}
img {border:0px;}
ul,li,p {margin:0px; padding:0px;}
li {list-style:none;}
.clear {clear:both; visibility:hidden; margin:0px; padding:0px}
#content{MARGIN:60px auto;padding:10px;background:#fff;width:750px}
#content img{text-align:center}
#notes{MARGIN:10px auto;padding:10px;background:#fff;width:750px}
#notes{background:#eee;height:100px}
</style>
</HEAD>
<BODY>
<div id=content>
{$GetPictureByPlayer}
</div>
<div id=notes>
</div>
<div id=blank>
</div>
</body>
</html>
[/QUOTE]