[問題]宣告文字位置的問題...
發表於 : 2003-12-09 19:58
如下圖...如何把宣告文字移到版面右下角跟版面切齊...

麻煩各位大大幫我解答...^^

麻煩各位大大幫我解答...^^


GeniusKiKi 寫:............
不知道怎麼修改~ 一.一|||
這是很基礎的 html 語法阿\r
您應該要自己學著改的
而不要等待別人將改好的東西丟給你
代碼: 選擇全部
<table width="100%">
<tr>
<td width="50%">左邊</td>
<td width="50%" align="right">右邊</td>
</tr>
</table>
代碼: 選擇全部
<div align="center"><span 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 </a><br />{TRANSLATION_INFO}<br />{USER_IP}</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>
代碼: 選擇全部
<div align=[color=red]"center"[/color]><span class="copyright"><br />
代碼: 選擇全部
<div align=[color=red]"right"[/color]><span class="copyright"><br />


代碼: 選擇全部
<div align="left"><span class="copyright">最佳瀏覽環境 1024x768</span></div>
代碼: 選擇全部
[color=red]<div align="left"><span class="copyright">最佳瀏覽環境 1024x768</span></div>[/color]
<div align="right"><span 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 </a><br />{TRANSLATION_INFO}<br />{USER_IP}</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>

正在看..文 寫:建議你先把tpl的code複製到FP...然後再看看為什麼~