1 頁 (共 1 頁)

[問題]怎樣把圖放在論壇裡??

發表於 : 2004-09-01 23:54
leslietaur
怎樣把圖放在論壇裡??
譬如我想放竹貓的連結放在首頁底部(框內)
應該怎放???
<a href="http://phpbb-tw.net/" target="_blank"><img src="http://phpbb-tw.net/phpbb/images/links/web_logo88a.gif" width="88" height="31" border="0" alt="竹貓星球" /></a>
是否再overall_footer內??
教教我

謝謝



●架設主機作業系統:RedHat Linux
●空間連結:對不起..我還不想公開
●上網方式:adsl
●安裝的程式:Apache+MySQL+PHP+Perl+PhpMyAdmin phpBB2
●版本phpBB2.10

發表於 : 2004-09-02 00:07
一刀流
overall_footer
index_body.tpl
都可以啊.

如果是我,我會放在index body.tpl裏

發表於 : 2004-09-02 12:37
leslietaur
一刀流 寫:overall_footer
index_body.tpl
都可以啊.

如果是我,我會放在index body.tpl裏
我放在最底
但顯示不出...><

發表於 : 2004-09-02 13:52
webspirit
把 overall_footer.tpl 貼出來

發表於 : 2004-09-02 15:55
leslietaur
webspirit 寫:把 overall_footer.tpl 貼出來
喔:

代碼: 選擇全部

<div align="center">
  <p class="copyright"><br />
    {ADMIN_LINK}<br />
    <!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
	reason) retain the full copyright we request you at least leave in place the 
	Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
	to include even this then support on our forums may be affected. 

	The phpBB Group : 2002
// -->
  Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group | Designed By <a href="http://www.maostudio.com/" target="_blank" class="copyright">MaoStudio</a> <br />
    {TRANSLATION_INFO}
</div>

		</td>


		<td class="right"> </td>		
	</tr>
	<tr>
		<td width="15" height="15" nowrap="nowrap"><img src="templates/subSilver/images/frame/BLCorner.gif" width="15" height="15" border="0" /></td>
		<td width="100%" height="15" nowrap="nowrap" class="bottom"></td>
		<td width="15" height="15" nowrap="nowrap"><img src="templates/subSilver/images/frame/BRCorner.gif" width="15" height="15" border="0" /></td>
	</tr>
</table> 


</body>
</html>
<script language="JavaScript"> 
if(document.all){ 
var tags=document.all.tags("a") 
for (var i=0;i<tags.length;i++) 
tags(i).outerHTML=tags(i).outerHTML.replace(">"," hidefocus=true>")} 
</SCRIPT>

發表於 : 2004-09-02 16:09
webspirit
在 {TRANSLATION_INFO}</div> 後面加上
<br><a href="http://phpbb-tw.net/" target="_blank"><img src="http://phpbb-tw.net/phpbb/images/links/web_logo88a.gif" width="88" height="31" border="0" alt="竹貓星球" /></a>

發表於 : 2004-09-02 23:27
leslietaur
webspirit 寫:在 {TRANSLATION_INFO}</div> 後面加上
<br><a href="http://phpbb-tw.net/" target="_blank"><img src="http://phpbb-tw.net/phpbb/images/links/web_logo88a.gif" width="88" height="31" border="0" alt="竹貓星球" /></a>
不行阿!!

發表於 : 2004-09-02 23:41
webspirit
不行???
我試過 OK 的啊
只是你最後多了一段 JavaScript
我的沒有

發表於 : 2004-09-03 11:17
leslietaur
webspirit 寫:不行???
我試過 OK 的啊
只是你最後多了一段 JavaScript
我的沒有
我都不知道爲啥不行.....
算了>< :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry:

發表於 : 2004-09-03 11:33
webspirit
你把
<script language="JavaScript">
if(document.all){
var tags=document.all.tags("a")
for (var i=0;i<tags.length;i++)
tags(i).outerHTML=tags(i).outerHTML.replace(">"," hidefocus=true>")}
</SCRIPT>
拿掉看看