1 頁 (共 1 頁)

[問題]如何在phpBB插入廣告??

發表於 : 2003-04-16 17:38
hunter2003
如何在phpBB插入廣告??
我是用免費web space,所以要在phpbb中掛他的廣告,
我想加在\r
Powered by phpBB 2.0.4 © 2001, 2002 phpBB Group | Designed By MaoStudio
正體中文語系由 phpbb-tw 維護製作
的下方....語法為\r
<?include "/banner/counter_banner.php";?>
我該怎樣插入廣告??
我的phpBB
http://lhndhunter.1004.bz/index.php
還有我跟著教學http://phpbb-tw.net/phpbb/viewtopic.php?t=14378
改到70%,寬度依然沒變,是不是因為改加了個外框,就不能改變寬度??
謝謝

發表於 : 2003-04-16 18:23
sakamoto
貼到overall_footer.tpl就可以了

發表於 : 2003-04-16 18:31
hunter2003
該怎貼呢??
我是新手,可否教教我??

<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
We request you retain the full copyright notice below including the link to http://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 http://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}</span></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>