ㄟ,所謂的 15 個,不是真的有 15 張圖,表示法有 15 種。
例如 : ) 與 : - ) 都是表示笑臉。那救代表兩種了,可是圖只有一種。
不能用點的。表示你的 <Form> 裡面沒有把 name 跟 id 都加上。請把他們加上。
Mark
原來是表示法阿!這下我瞭了
另外加 name & id 的部份:
<div id="CommentForm">
<form id="NewComment" action="{$url->getBaseUrl.
.
.
.
</fieldset>
</form>
</div>
我改成了
<div id="CommentForm">
<form action="{$url->getBaseUrl()}/index.php" method="post">
.
.
.
<type="text" name="userUrl" id="userUrl" value="" /></div>
<div id="Submit"><input id="Add" type="submit" value="{$locale->pr("comment_send")}" name="Add" />
<form id="NewComment" name="NewComment>
<input type="hidden" name="op" value="AddComment" />
<input type="hidden" name="articleId" value="{$post-
.
.
.
</fieldset>
</form>
</div>
不過我還是會出現下圖的問題,也就是不能點,請問是哪裏修錯了呢?