[討論]大家設計網頁會遵循“標準”嗎?
版主: 版主管理群
[討論]大家設計網頁會遵循“標準”嗎?
Chita,一個野性獸圖聖殿。
現在只有檔案用 XHTML 的樣子在寫,Server 沒有用正確的 MIME Type 在送,與其這樣那還不如用 HTML 4.01 Strict。Meowmeow 寫:不是都開始用XHTML 1.0 Strict了嗎?
阿如果 server 送正確的 MIME Type 的話,IE6 (包括更早的版本) 都會把網頁當成 XML 來處理,只有 Firefox 那些正確支援的 browse 才能看。換做你是 server admin 你會改嗎?
說穿了,今天遵守 W3C 的規範是因為要做到跨平台,讓每個 browser 看到的網頁都近乎相同,而不是為了拿小貼紙或是刻意支持某家的 browser。
不是這樣的。XHTML 1.0是text/html,而XHTML 1.1是application/xhtml+xml。
如果你的DTD前面還有<?xml version="1.0" encoding="utf-8" ?>那就會出現你說的問題了。
如果你的DTD前面還有<?xml version="1.0" encoding="utf-8" ?>那就會出現你說的問題了。
Chita,一個野性獸圖聖殿。
看來是我記錯了 :QMeowmeow 寫:不是這樣的。XHTML 1.0是text/html,而XHTML 1.1是application/xhtml+xml。
如果你的DTD前面還有<?xml version="1.0" encoding="utf-8" ?>那就會出現你說的問題了。
anyway, 我的重點是我後面說的,遵守標準只是為了讓各種瀏覽器都能夠看到相同的畫面,「信 W3C 得永生」。至於用 XHTML 有什麼多餘的好處?我沒想到 :Q
--
XHTML 是要加上
代碼: 選擇全部
<?xml version="1.0" encoding="utf-8" ?>
phpBB 3.0就是XHTML,還不會的要快點練習咯。
代碼: 選擇全部
<!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" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="resource-type" content="document" />
<meta name="language" content="en" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2002-2006 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<title>area51 • Index page</title>
<link rel="stylesheet" href="./styles/subSilver/theme/stylesheet.css" type="text/css" />
<script language="Javascript" type="text/javascript">
<!--
function popup(url, width, height)
{
window.open(url, '_popup', 'HEIGHT=' + height + ',resizable=yes,scrollbars=yes, WIDTH=' + width);
return false;
}
function jumpto()
{
var page = prompt('Enter the page number you wish to go to:', '');
var perpage = '';
var base_url = '';
if (page !== null && !isNaN(page) && page > 0)
{
document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
}
}
// Mark/unmark checkboxes
// id = ID of parent container, name = name prefix, state = state [true/false]
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}
if (!parent)
{
return;
}
var rb = parent.getElementsByTagName('input');
for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}
//-->
</script>
</head>
<body>
<a name="top"></a>
<div id="wrapheader">
<div id="logodesc"><table width="100%" cellspacing="0">
<tr>
<td><a href="./index.php?sid=7f441949bb8ffe27b7838373bcb3531c"><img src="./styles/subSilver/imageset/sitelogo.gif" width="170" height="94" alt="" title="" /></a></td>
<td width="100%" align="center"><h1>area51</h1><span class="gen">phpBB Development Board</span></td>
</tr>
</table></div>
<div id="menubar"><table width="100%" cellspacing="0">
<tr>
<td class="genmed">
<a href="./ucp.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=login"><img src="./styles/subSilver/theme/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Login" /> Login</a>
<a href="./ucp.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=register"><img src="./styles/subSilver/theme/images/icon_mini_register.gif" width="12" height="13" border="0" alt="Register" /> Register</a>
</td>
<td class="genmed" align="right"><a href="./faq.php?sid=7f441949bb8ffe27b7838373bcb3531c"><img src="./styles/subSilver/theme/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="FAQ" /> FAQ</a> <a href="./search.php?sid=7f441949bb8ffe27b7838373bcb3531c"><img src="./styles/subSilver/theme/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Search" /> Search</a> <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c"><img src="./styles/subSilver/theme/images/icon_mini_members.gif" width="12" height="13" border="0" alt="Members" /> Members</a></td>
</tr>
</table></div>
<div id="datebar"><table width="100%" cellspacing="0">
<tr>
<td class="gensmall"></td>
<td class="gensmall" align="right">The time is Sat Jun 17, 2006 5:06 am<br /></td>
</tr>
</table></div>
</div>
<div id="wrapcentre">
<p class="searchbar">
<span style="float: left;"><a href="./search.php?sid=7f441949bb8ffe27b7838373bcb3531c&search_id=unanswered">View unanswered posts</a> | <a href="./search.php?sid=7f441949bb8ffe27b7838373bcb3531c&search_id=active_topics">View active topics</a></span>
</p>
<br style="clear: both;" />
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="./index.php?sid=7f441949bb8ffe27b7838373bcb3531c">Board index</a></p>
<p class="datetime">All times are UTC [ DST ]</p>
</td>
</tr>
</table>
<br />
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<td class="cat" colspan="5" align="right"><a class="nav" href="./index.php?sid=7f441949bb8ffe27b7838373bcb3531c&mark=forums">Mark forums read</a> </td>
</tr>
<tr>
<th colspan="2"> Forum </th>
<th width="50"> Topics </th>
<th width="50"> Posts </th>
<th> Last post </th>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/subSilver/imageset/folder_link_big.gif" width="46" height="25" alt="New posts" title="New posts" /></td>
<td class="row1" colspan="4">
<a class="forumlink" href="http://area51.phpbb.com/">area51.phpbb.com</a>
<p class="forumdesc">Link back to the area51 index. From here you can navigate the site.</p></td>
</tr>
<tr>
<td class="cat" colspan="2"><h4><a href="./viewforum.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=2">phpBB related</a></h4></td>
<td class="catdiv" colspan="3"> </td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/subSilver/imageset/folder_new_big.gif" width="46" height="25" alt="New posts" title="New posts" /></td>
<td class="row1" width="100%">
<a class="forumlink" href="./viewforum.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=3">[Olympus] Discussion</a>
<p class="forumdesc">Discussion of general topics related to the new version and it's place in the world. Don't discuss new features, report bugs, ask for support, etc. Don't use this to spam for other boards or attack those boards!</p>
<p class="forumdesc"><strong>Moderators:</strong> <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=7">Moderators</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=8">Support Team</a></p>
</td>
<td class="row2" align="center"><p class="topicdetails">2482</p></td>
<td class="row2" align="center"><p class="topicdetails">23923</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Today, 5:01 am</p>
<p class="topicdetails">
<a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=39034">.Zach</a>
<a href="./viewtopic.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=3&p=148730#p148730"><img src="./styles/subSilver/imageset/icon_latest_reply.gif" width="18" height="9" alt="View latest post" title="View latest post" /></a>
</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/subSilver/imageset/folder_new_big.gif" width="46" height="25" alt="New posts" title="New posts" /></td>
<td class="row1" width="100%">
<a class="forumlink" href="./viewforum.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=4">[Olympus] New features discussion</a>
<p class="forumdesc">Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here. For suggestions please use our tracker on Sourceforge.</p>
<p class="forumdesc"><strong>Moderators:</strong> <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=7">Moderators</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=8">Support Team</a></p>
</td>
<td class="row2" align="center"><p class="topicdetails">1064</p></td>
<td class="row2" align="center"><p class="topicdetails">9692</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Today, 4:34 am</p>
<p class="topicdetails">
<a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=39095">marosell</a>
<a href="./viewtopic.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=4&p=148726#p148726"><img src="./styles/subSilver/imageset/icon_latest_reply.gif" width="18" height="9" alt="View latest post" title="View latest post" /></a>
</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/subSilver/imageset/folder_new_big.gif" width="46" height="25" alt="New posts" title="New posts" /></td>
<td class="row1" width="100%">
<a class="forumlink" href="./viewforum.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=26">[Olympus] Styling</a>
<p class="forumdesc">All style (template, theme and imageset) related questions for the new release;<br /> advice, feedback here please.</p>
<p class="forumdesc"><strong>Moderators:</strong> <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=7">Moderators</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=8">Support Team</a></p>
</td>
<td class="row2" align="center"><p class="topicdetails">296</p></td>
<td class="row2" align="center"><p class="topicdetails">2240</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Yesterday, 8:13 pm</p>
<p class="topicdetails">
<a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=32759">Owatonna</a>
<a href="./viewtopic.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=26&p=148645#p148645"><img src="./styles/subSilver/imageset/icon_latest_reply.gif" width="18" height="9" alt="View latest post" title="View latest post" /></a>
</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/subSilver/imageset/subfolder_new_big.gif" width="46" height="25" alt="New posts" title="New posts" /></td>
<td class="row1" width="100%">
<a class="forumlink" href="./viewforum.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=15">EasyMOD for 2.0.x</a>
<p class="forumdesc">The home of Nuttzy's automatic MOD installer (for phpBB 2.0.x). All support, discussion, development, and dancing cows are here</p>
</td>
<td class="row2" align="center"><p class="topicdetails">4101</p></td>
<td class="row2" align="center"><p class="topicdetails">18382</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Today, 4:57 am</p>
<p class="topicdetails">
<a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=39138">smithinny</a>
<a href="./viewtopic.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=55&p=148729#p148729"><img src="./styles/subSilver/imageset/icon_latest_reply.gif" width="18" height="9" alt="View latest post" title="View latest post" /></a>
</p>
</td>
</tr>
<tr>
<td class="cat" colspan="2"><h4><a href="./viewforum.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=5">Everything Else</a></h4></td>
<td class="catdiv" colspan="3"> </td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/subSilver/imageset/folder_new_big.gif" width="46" height="25" alt="New posts" title="New posts" /></td>
<td class="row1" width="100%">
<a class="forumlink" href="./viewforum.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=6">Chit Chat</a>
<p class="forumdesc">Want to chit chat about anything, do it here ... posting here won't increase your post count (or shouldn't!). Please do not post any "phpBB" specific topics here unless they do not fit into the category above. Do not post bug reports, feature or support requests!</p>
<p class="forumdesc"><strong>Moderator:</strong> <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=7">Moderators</a></p>
</td>
<td class="row2" align="center"><p class="topicdetails">1100</p></td>
<td class="row2" align="center"><p class="topicdetails">13564</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Yesterday, 9:55 pm</p>
<p class="topicdetails">
<a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=37881">infernus</a>
<a href="./viewtopic.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=6&p=148676#p148676"><img src="./styles/subSilver/imageset/icon_latest_reply.gif" width="18" height="9" alt="View latest post" title="View latest post" /></a>
</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/subSilver/imageset/subfolder_new_big.gif" width="46" height="25" alt="New posts" title="New posts" /></td>
<td class="row1" width="100%">
<a class="forumlink" href="./viewforum.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=7">Testing subforum</a>
<p class="forumdesc">Do your testing (and checking!) here ... contains a couple of subforums ... yes we do have these now. Note that posts in these forums won't count towards your total</p>
<p class="forumdesc"><strong>Subforums: </strong> <a href="./viewforum.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=8">Subforum</a>, <a href="./viewforum.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=10">A sub-sub-forum</a></p>
</td>
<td class="row2" align="center"><p class="topicdetails">43</p></td>
<td class="row2" align="center"><p class="topicdetails">164</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Yesterday, 1:51 pm</p>
<p class="topicdetails">
<a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=39308">skyagh</a>
<a href="./viewtopic.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=10&p=148572#p148572"><img src="./styles/subSilver/imageset/icon_latest_reply.gif" width="18" height="9" alt="View latest post" title="View latest post" /></a>
</p>
</td>
</tr>
<tr>
<td class="row1" width="50" align="center"><img src="./styles/subSilver/imageset/folder_new_big.gif" width="46" height="25" alt="New posts" title="New posts" /></td>
<td class="row1" width="100%">
<a class="forumlink" href="./viewforum.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=13">Passworded Forum</a>
<p class="forumdesc">This is password protected ... permissions are prefered but for quick and dirty access this may be useful - password is <b>yogurt</b></p>
<p class="forumdesc"><strong>Moderator:</strong> <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=7">Moderators</a></p>
</td>
<td class="row2" align="center"><p class="topicdetails">165</p></td>
<td class="row2" align="center"><p class="topicdetails">1243</p></td>
<td class="row2" align="center" nowrap="nowrap">
<p class="topicdetails">Yesterday, 9:44 pm</p>
<p class="topicdetails">
<a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=37881">infernus</a>
<a href="./viewtopic.php?sid=7f441949bb8ffe27b7838373bcb3531c&f=13&p=148671#p148671"><img src="./styles/subSilver/imageset/icon_latest_reply.gif" width="18" height="9" alt="View latest post" title="View latest post" /></a>
</p>
</td>
</tr>
</table>
<span class="gensmall"><a href="./ucp.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=delete_cookies">Delete all board cookies</a> | <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=leaders">The team</a></span><br />
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="./index.php?sid=7f441949bb8ffe27b7838373bcb3531c">Board index</a></p>
<p class="datetime">All times are UTC [ DST ]</p>
</td>
</tr>
</table>
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4><a href="./viewonline.php?sid=7f441949bb8ffe27b7838373bcb3531c">Who is online</a></h4></td>
</tr>
<tr>
<td class="row1" rowspan="2" align="center" valign="middle"><img src="./styles/subSilver/theme/images/whosonline.gif" alt="Who is online" /></td>
<td class="row1" width="100%"><span class="genmed">In total there are <strong>92</strong> users online :: 19 registered, 1 hidden and 72 guests<br />Most users ever online was <strong>1320</strong> on Mon Mar 07, 2005 10:05 pm<br /><br />Registered users: <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=39034">.Zach</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=17772">Aldenhier</a>, <b style="color:#9E8DA7">AskJeeves</b>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=33795">boardhopper</a>, <b style="color:#9E8DA7">Googlebot</b>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=38098">Grok</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=28594">Josellis</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=39319">Jurago</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=8950">MKruer</a>, <b style="color:#9E8DA7">MSNbot</b>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=8084">NNO-Stephen</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=28806">rivaldo</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=12"><b style="color:#CC0000">SHS`</b></a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=8750">Sleipnir</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=38288">slund</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=39138">smithinny</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=39314">spineraker</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=30830">theman05</a>, <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=23399">who_cares</a><br /><br />This data is based on users active over the past 60 minutes</span></td>
</tr>
<tr>
<td class="row1"><b class="gensmall">Legend :: <a style="color:#CC0000" href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=1">Administrators</a>, <a style="color:#009900" href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=6">Developers</a>, <a style="color:#0000CC" href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=7">Moderators</a>, <a style="color:#CC6600" href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=8">Support Team</a>, <a style="color:#660099" href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=7569">Mod Team</a>, <a style="color:#0099CC" href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=7570">Website Team</a>, <a style="color:#CC33CC" href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=7571">Styles Team</a>, <a style="color:#333333" href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=group&g=7574">Team Leaders</a></b></td>
</tr>
</table>
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>Birthdays</h4></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><img src="./styles/subSilver/theme/images/whosonline.gif" alt="Who is online" /></td>
<td class="row1" width="100%"><p class="genmed">Congratulations to: <b><a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=25229">ConRoz</a> (39), <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=33022">vibby</a> (26), <a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=34378">NetMould</a> (25)</b></p></td>
</tr>
</table>
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>Statistics</h4></td>
</tr>
<tr>
<td class="row1"><img src="./styles/subSilver/theme/images/whosonline.gif" alt="Who is online" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed">Total posts <strong>83211</strong> | Total topics <strong>12300</strong> | Total members <strong>39263</strong> | Our newest member <strong><a href="./memberlist.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=viewprofile&u=39319 ">Jurago</a></strong></p></td>
</tr>
</table>
<br clear="all" />
<form method="post" action="./ucp.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=login"><table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat"><h4><a href="./ucp.php?sid=7f441949bb8ffe27b7838373bcb3531c&mode=login">Login</a></h4></td>
</tr>
<tr>
<td class="row1" align="center"><span class="genmed">Username:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">Password:</span> <input class="post" type="password" name="password" size="10" /> <span class="gensmall">Log me on automatically each visit</span> <input class="text" type="checkbox" name="autologin" /> <input type="submit" class="btnmain" name="login" value="Login" /></td>
</tr>
</table></form>
<br clear="all" />
<table class="legend">
<tr>
<td width="20" align="center"><img src="./styles/subSilver/imageset/folder_new_big.gif" width="46" height="25" alt="New posts" title="New posts" /></td>
<td><span class="gensmall">New posts</span></td>
<td> </td>
<td width="20" align="center"><img src="./styles/subSilver/imageset/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
<td><span class="gensmall">No new posts</span></td>
<td> </td>
<td width="20" align="center"><img src="./styles/subSilver/imageset/folder_locked_big.gif" width="46" height="25" alt="No new posts [ Locked ]" title="No new posts [ Locked ]" /></td>
<td><span class="gensmall">Forum locked</span></td>
</tr>
</table>
</div>
<!--
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 phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" 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 : 2006
// -->
<div id="wrapfooter">
<span class="copyright">Powered by <a href="http://www.phpbb.com/" target="_blank">phpBB</a> © 2002, 2006 phpBB Group<br />
<br />[ Time : 0.054s | 12 Queries | GZIP : Off | Load : 0.06 ]</span>
</div>
</body>
</html>
Chita,一個野性獸圖聖殿。

目前狀態
GoKo Music進度: 10%
問個問題不要緊,可是沒有發文格式、問題不夠詳細情況,難道要用猜嗎?
新手必讀
[教學] 基本認識、學習、隨我架設phpBB的新手通 -更新至2.0.22
問問題的技巧
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=44340
MOD安裝教學及轉碼
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=22832

GoKo Music進度: 10%
問個問題不要緊,可是沒有發文格式、問題不夠詳細情況,難道要用猜嗎?
新手必讀
[教學] 基本認識、學習、隨我架設phpBB的新手通 -更新至2.0.22
問問題的技巧
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=44340
MOD安裝教學及轉碼
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=22832
我都看這個 http://www.w3.org/TR/xhtml1/Meowmeow 寫:可以到這裡看看:
http://en.wikipedia.org/wiki/XHTML

W3C 的網頁是你的好朋友 :Q
http://www.w3.org/MarkUp/
剛檢驗過了,竹貓星球首頁並沒有符合HTML 4.01,有204處錯誤。
我以XHTML 1.0 Translation重寫了首頁(還不是Strict哦),如果小竹子願意使用是最好的:
我以XHTML 1.0 Translation重寫了首頁(還不是Strict哦),如果小竹子願意使用是最好的:

代碼: 選擇全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>竹貓星球 :: 首頁</title>
<link rel="stylesheet" href="templates/liteBlue/liteBlue.css" type="text/css" />
<style type="text/css">
<!--
TH { background-image: url(templates/liteBlue/images/cellpic3.gif) }
TD.rowpic { background-image: url(templates/liteBlue/images/cellpic2.jpg); background-repeat: repeat-y }
TD.cat, TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(templates/liteBlue/images/cellpic1.gif) }
-->
/* Forum Frame Mod */
td.top { background-image: url(templates/liteBlue/images/bodyTop.gif); }
td.bottom { background-image: url(templates/liteBlue/images/bodyBottom.gif); }
td.left { background-image: url(templates/liteBlue/images/bodyLeft.gif); repeat-y; }
td.right { background-image: url(templates/liteBlue/images/bodyRight.gif); repeat-y; }
</style>
<!-- start mod : Resize Posted Images Based on Max Width -->
<script type="text/javascript">
//<![CDATA[
<!--
var rmw_max_width = 400; // you can change this number, this is the max width in pixels for posted images
var rmw_border_1 = '1px solid #006699';
var rmw_border_2 = '2px dotted #006699';
var rmw_image_title = '';
//-->
//]]>
</script>
<script type="text/javascript" src="./templates/rmw_jslib.js"></script>
<!-- fin mod : Resize Posted Images Based on Max Width -->
<script type="text/javascript">
<!--
if ( 0 )
{
window.open('privmsg.php?mode=newpm', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
</head>
<body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">
<a name="top"></a>
<table width="95%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="100%"><table cellspacing="0" cellpadding="0" border="0">
<tr>
<td rowspan="2"><a href="index.php"><img src="./templates/liteBlue/images/web_logo.gif" width="243" height="76" alt="竹貓星球 首頁" /></a></td>
<td colspan="2" height="26"></td>
</tr>
<tr>
<td align="center" width="100%" class="top" nowrap="nowrap"><span class="mainmenu"> <a href="faq.php" class="mainmenu"><img src="templates/liteBlue/images/icon_mini_faq.gif" width="12" height="13" alt="常見問題" />常見問題</a> <a href="search.php" class="mainmenu"><img src="templates/liteBlue/images/icon_mini_search.gif" width="12" height="13" alt="搜尋" />搜尋</a> <a href="memberlist.php" class="mainmenu"><img src="templates/liteBlue/images/icon_mini_members.gif" width="12" height="13" alt="會員列表" />會員列表</a> <a href="groupcp.php" class="mainmenu"><img src="templates/liteBlue/images/icon_mini_groups.gif" width="12" height="13" alt="會員群組" />會員群組</a>
<a href="profile.php?mode=editprofile" class="mainmenu"><img src="templates/liteBlue/images/icon_mini_profile.gif" width="12" height="13" alt="個人資料" />個人資料</a> <a href="privmsg.php?folder=inbox" class="mainmenu"><img src="templates/liteBlue/images/icon_mini_message.gif" width="12" height="13" alt="您沒有新的私人訊息" />您沒有新的私人訊息</a> <a href="login.php?logout=true&sid=cb36ce487792fae5abde97b6bead344b" class="mainmenu"><img src="templates/liteBlue/images/icon_mini_login.gif" width="12" height="13" alt="登出 [ Meowmeow ]" />登出 [ Meowmeow ]</a> </span> </td>
<td><img src="./templates/liteBlue/images/bodyTopR.gif" width="17" height="50" alt="" /></td>
</tr>
</table></td>
</tr>
<tr>
<td width="100%"><table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="18"><img src="images/spacer.gif" width="18" height="1" alt="" /></td>
<td width="14" class="left" height="100%"></td>
<td bgcolor="#F5F7FA" width="100%"><table cellspacing="2" cellpadding="10" border="0" width="100%">
<tr>
<td><br />
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="left" valign="bottom"><span class="gensmall"> 您最後訪問於 2006-06-17 13:08<br />
現在的時間是 2006-06-18 00:02<br />
</span><span class="nav"><a href="index.php" class="nav">竹貓星球 首頁</a></span></td>
<td align="right" valign="bottom" class="gensmall"><a href="search.php?search_id=newposts" class="gensmall">檢視新發表的文章</a><br />
<a href="search.php?search_id=egosearch" class="gensmall">檢視您發表的文章</a><br />
<a href="search.php?search_id=unanswered" class="gensmall">檢視未回覆的主題</a></td>
</tr>
</table>
<table width="100%" cellpadding="1" cellspacing="1" border="0" class="forumline">
<tr>
<th class="thCornerL" height="24" nowrap="nowrap"> </th>
<th class="thCornerL" height="24" nowrap="nowrap"> 版面 </th>
<th width="50" class="thTop" nowrap="nowrap"> 主題 </th>
<th width="50" class="thTop" nowrap="nowrap"> 文章 </th>
<th class="thCornerR" nowrap="nowrap"> 最後發表 </th>
</tr>
<tr>
<td class="catLeft" colspan="5" height="20"><span class="cattitle"><a href="index.php?c=1" class="cattitle">Announcement</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_locked_big.gif" width="46" height="25" alt="這個版面已經被鎖定了, 您無法在這個版面發表, 回覆或是編輯主題" title="這個版面已經被鎖定了, 您無法在這個版面發表, 回覆或是編輯主題" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=6" class="forumlink">+ 系統公告區</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>Announcement</strong></span><br />
竹貓星球所有重要公告.會不定時公佈請隨時注意.以及新人必看!<br />
<strong><span style="color:red">(請使用接收正常的郵件帳號申請註冊,此區僅供瀏覽,本區進站必看。)</span></strong> <br />
<strong><span style="color:red">(Pchome 郵件帳號全面禁用,請會員不要使用該免費郵件註冊。)</span></strong><br />
</span><span class="gensmall"> </span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">31</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">87</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-14 05:42<br />
<a href="profile.php?mode=viewprofile&u=2">小竹子</a> <a href="viewtopic.php?p=239097#239097"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="5" height="20"><span class="cattitle"><a href="index.php?c=2" class="cattitle">phpBB</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_big.gif" width="46" height="25" alt="沒有新文章" title="沒有新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=98" class="forumlink">+ 教學文件庫</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>Knowledge Base</strong></span><br />
<span style="color:red">(僅供瀏覽,由版主群維護)</span><br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">113</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">841</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-03-19 16:39<br />
<a href="profile.php?mode=viewprofile&u=25861">神川小羽</a> <a href="viewtopic.php?p=231944#231944"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_new_big.gif" width="46" height="25" alt="新文章" title="新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=2" class="forumlink">+ phpBB 架站討論區</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>phpBB Installation Support</strong></span><br />
phpBB 安裝於各類型作業平台之問題討論!<br />
<strong>本區是討論關於 phpBB 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表!</strong><br />
<span style="color:red">(發表文章請按照公告格式發表,違者砍文,只要您架設在免費空間,請到免費空間討論區)</span><br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">3893</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">24255</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-17 13:21<br />
<a href="profile.php?mode=viewprofile&u=54781">shing6326</a> <a href="viewtopic.php?p=239477#239477"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_new_big.gif" width="46" height="25" alt="新文章" title="新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=97" class="forumlink">+ phpBB 使用問答區</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>phpBB Running Support</strong></span><br />
phpBB 實際操作使用問題討論!<br />
<strong>本區是討論關於 phpBB 安裝後使用上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表!</strong><br />
<span style="color:red">(發表文章請按照公告格式發表,違者砍文)</span><br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">4966</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">26669</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-17 22:08<br />
<a href="profile.php?mode=viewprofile&u=52675">jwxinst</a> <a href="viewtopic.php?p=239529#239529"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="5" height="20"><span class="cattitle"><a href="index.php?c=17" class="cattitle">i18n</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_big.gif" width="46" height="25" alt="沒有新文章" title="沒有新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=87" class="forumlink">+ phpBB 技術文件</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>phpBB Docs Translation</strong></span><br />
所有官方原始文件檔案庫,包含譯文文件!<br />
<span style="color:red">(僅供瀏覽,由版主群維護)</span><br />
</span><span class="gensmall">版面管理員 <a href="profile.php?mode=viewprofile&u=7658">shihchieh</a>, <a href="profile.php?mode=viewprofile&u=10478">Mac</a>, <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">33</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">52</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2005-12-04 18:25<br />
<a href="profile.php?mode=viewprofile&u=11851">bu</a> <a href="viewtopic.php?p=219161#219161"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_big.gif" width="46" height="25" alt="沒有新文章" title="沒有新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=88" class="forumlink">+ phpBB i18n 支援</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>i18n Support</strong></span><br />
關於官方技術文件相關問題探討!<br />
</span><span class="gensmall">版面管理員 <a href="profile.php?mode=viewprofile&u=7658">shihchieh</a>, <a href="profile.php?mode=viewprofile&u=10478">Mac</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">3</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">9</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2003-07-20 13:28<br />
<a href="profile.php?mode=viewprofile&u=3136">Mowd</a> <a href="viewtopic.php?p=104835#104835"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="5" height="20"><span class="cattitle"><a href="index.php?c=5" class="cattitle">MOD</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_big.gif" width="46" height="25" alt="沒有新文章" title="沒有新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=91" class="forumlink">+ 官方推薦認證外掛</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>Officially Approved MODs</strong></span><br />
由 phpBB Group 官方發展小組認證推薦的 MOD!<br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">113</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">395</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-03 22:17<br />
<a href="profile.php?mode=viewprofile&u=10478">Mac</a> <a href="viewtopic.php?p=238069#238069"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_new_big.gif" width="46" height="25" alt="新文章" title="新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=100" class="forumlink">+ 官方外掛使用討論</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>phpBB MOD Support</strong></span><br />
(限通過官方認證並且在官方發表之外掛使用安裝討論)<br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1125</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">5838</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-17 23:25<br />
<a href="profile.php?mode=viewprofile&u=54989">風靈使者</a> <a href="viewtopic.php?p=239539#239539"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_big.gif" width="46" height="25" alt="沒有新文章" title="沒有新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=104" class="forumlink">+ 非官方推薦認證外掛</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>MODs Released by Other phpbb Sites</strong></span><br />
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!<br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">618</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1889</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-05-24 20:47<br />
<a href="profile.php?mode=viewprofile&u=41187">*tytsim*</a> <a href="viewtopic.php?p=237237#237237"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_new_big.gif" width="46" height="25" alt="新文章" title="新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=102" class="forumlink">+ 非官方外掛討論區</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>Unofficial phpBB MOD Q & A</strong></span><br />
(非官方外掛問題非必答之版區,請自行負責安裝的後果)<br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">4573</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">29024</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-17 20:45<br />
<a href="profile.php?mode=viewprofile&u=52675">jwxinst</a> <a href="viewtopic.php?p=239510#239510"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="5" height="20"><span class="cattitle"><a href="index.php?c=7" class="cattitle">Style</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_new_big.gif" width="46" height="25" alt="新文章" title="新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=89" class="forumlink">+ 風格推薦</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>Style Recommendations</strong></span><br />
推薦您喜歡的風格吧!享受多樣化的 phpBB 。<br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">187</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">2432</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-17 23:39<br />
<a href="profile.php?mode=viewprofile&u=53521">chen82714ris</a> <a href="viewtopic.php?p=239540#239540"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_big.gif" width="46" height="25" alt="沒有新文章" title="沒有新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=90" class="forumlink">+ 風格問題討論</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>Style Support </strong></span><br />
關於風格的樣式,一定有很多問題吧!來這裡發問準沒錯!!<br />
討論的範圍包含版面排列、樣式、配置,關於外掛安裝問題,請到外掛討論相關版面按照公告格式發表!<br />
<span style="color:red">(發表文章請按照公告格式發表,違者砍文)</span><br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1195</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">6730</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-16 14:23<br />
<a href="profile.php?mode=viewprofile&u=25832">心靈捕手</a> <a href="viewtopic.php?p=239375#239375"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="5" height="20"><span class="cattitle"><a href="index.php?c=4" class="cattitle">Non-phpBB specific</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_big.gif" width="46" height="25" alt="沒有新文章" title="沒有新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=101" class="forumlink">+ 站長交流版</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>phpBB Show Off</strong></span><br />
站長們到此分享經驗,架站甘苦談,管理心得,或是有疑惑想要提出,歡迎大家多多提出意見喔!<br />
<span style="color:red">(嚴格禁止發表跟站長經驗分享的任何不相干文章或是站台推薦,違者砍文)</span><br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">296</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">3963</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-17 23:59<br />
<a href="profile.php?mode=viewprofile&u=10227">chiouss</a> <a href="viewtopic.php?p=239545#239545"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_new_big.gif" width="46" height="25" alt="新文章" title="新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=14" class="forumlink">+ 休閒哈拉與心情小品</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>Small Talks</strong></span><br />
想哈拉打字嗎?來這抒發你的感覺吧!歡迎新朋友在此版面報到交流!<br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">22</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">238</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-17 23:53<br />
<a href="profile.php?mode=viewprofile&u=51667">Meowmeow</a> <a href="viewtopic.php?p=239542#239542"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_big.gif" width="46" height="25" alt="沒有新文章" title="沒有新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=99" class="forumlink">+ 意見反映(或測試)區</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>Suggestion & Test Me</strong></span><br />
<span style="color:red">(不再開放訪客發表,由版主維護),未得到回應文章三天後系統自動移除!</span><br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">2</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">8</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-15 15:41<br />
<a href="profile.php?mode=viewprofile&u=10227">chiouss</a> <a href="viewtopic.php?p=239252#239252"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="5" height="20"><span class="cattitle"><a href="index.php?c=20" class="cattitle">Software</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_new_big.gif" width="46" height="25" alt="新文章" title="新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=111" class="forumlink">+ phpMyAdmin</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>phpMyAdmin Running Discuss</strong></span><br />
<span style="color:red">(關於 phpMyAdmin 使用操作討論 ),非本程式相關問題一律砍文!</span><br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">171</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">821</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-17 23:58<br />
<a href="profile.php?mode=viewprofile&u=10227">chiouss</a> <a href="viewtopic.php?p=239544#239544"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_big.gif" width="46" height="25" alt="沒有新文章" title="沒有新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=112" class="forumlink">+ Appserv</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>Appserv Running Discuss</strong></span><br />
<span style="color:red">(關於 Appserv 架設使用操作討論 ),沒有按照發文格式一律砍文!</span><br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">145</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">748</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-13 17:38<br />
<a href="profile.php?mode=viewprofile&u=54828">peja</a> <a href="viewtopic.php?p=239025#239025"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_big.gif" width="46" height="25" alt="沒有新文章" title="沒有新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=113" class="forumlink">+ XAMPP</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>XAMPP Running Discuss</strong></span><br />
<span style="color:red">(關於 XAMPP 架設使用操作討論 )</span><br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">21</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">120</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-05-18 00:22<br />
<a href="profile.php?mode=viewprofile&u=19526">yimanh</a> <a href="viewtopic.php?p=236670#236670"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="catLeft" colspan="5" height="20"><span class="cattitle"><a href="index.php?c=18" class="cattitle">等待處理</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_big.gif" width="46" height="25" alt="沒有新文章" title="沒有新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=96" class="forumlink">免費軟體區</a><br />
</span> <span class="genmed">等待處理中<br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">438</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">2793</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-13 22:02<br />
<a href="profile.php?mode=viewprofile&u=40714">hanklu</a> <a href="viewtopic.php?p=239045#239045"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_new_big.gif" width="46" height="25" alt="新文章" title="新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=105" class="forumlink">無法分類區</a><br />
</span> <span class="genmed">本區內文章完全不須公告格式,不管是不是新手問題都可以發問,保留時間超過七天沒有任何回覆便移除!<br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">74</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">823</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-17 21:00<br />
<a href="profile.php?mode=viewprofile&u=52675">jwxinst</a> <a href="viewtopic.php?p=239518#239518"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="templates/liteBlue/images/folder_new_big.gif" width="46" height="25" alt="新文章" title="新文章" /></td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=115" class="forumlink">+ phpBB plus</a><br />
</span> <span class="genmed"><span style="color:#00aaff"><strong>phpBB Running Discuss</strong></span><br />
phpBB plus 問題討論!<br />
<strong>本區是討論關於 phpBB plus 使用上的問題討論!</strong><br />
<span style="color:red">(發表文章請按照公告格式發表,違者砍文)</span><br />
</span><span class="gensmall">版面管理員 <a href="groupcp.php?g=154">版主管理群</a></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">63</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">344</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">2006-06-17 22:50<br />
<a href="profile.php?mode=viewprofile&u=1807">godbless</a> <a href="viewtopic.php?p=239535#239535"><img src="templates/liteBlue/images/icon_latest_reply.gif" alt="檢視最後發表的文章" title="檢視最後發表的文章" /></a></span></td>
</tr>
</table>
Chita,一個野性獸圖聖殿。
後半部:
代碼: 選擇全部
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
<tr>
<td align="left"><span class="gensmall"><a href="index.php?mark=forums" class="gensmall">將所有版面標示為已閱讀</a></span> </td>
<td align="right"><span class="gensmall">所有的時間均為 台灣時間 (GMT + 8 小時)</span></td>
</tr>
</table>
<table width="100%" cellpadding="1" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="viewonline.php" class="cattitle">查看誰在線上</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/liteBlue/images/whosonline.gif" alt="查看誰在線上" /></td>
<td class="row1" align="left" width="100%"><span class="gensmall">目前總共發表了 <strong>110338</strong> 篇文章<br />
目前總共有 <strong>44752</strong> 位註冊會員<br />
最新註冊的會員: <strong><a href="profile.php?mode=viewprofile&u=55018">electricityeye</a></strong></span> </td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">目前總共有<strong> 94 </strong>位使用者在線上 :: 5 位會員, 1 位隱形及 88 位訪客 [ <span style="color:#FFA34F">系統管理員</span> ] [ <span style="color:#006600">版面管理員</span> ]<br />
最高線上人數記錄為 <font color="#FF6633"><strong>652</strong></font> 人 [ 記錄時間 :: <font color="#FF6633"><strong>2004-11-17 11:12</strong></font> ]<br />
目前線上註冊會員: <a href="profile.php?mode=viewprofile&u=53521">chen82714ris</a>, <a href="profile.php?mode=viewprofile&u=10227">chiouss</a>, <a href="profile.php?mode=viewprofile&u=54989">風靈使者</a>, <a href="profile.php?mode=viewprofile&u=51667">Meowmeow</a>, <a href="profile.php?mode=viewprofile&u=41518">rurutan</a></span></td>
</tr>
</table>
<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
<td align="left" valign="top"><span class="gensmall">這些資料根據的是最近 5 分鐘內會員的活動記錄</span></td>
</tr>
</table>
<br clear="all" />
<table cellspacing="3" border="0" cellpadding="0">
<tr>
<td width="20" align="center"><img src="templates/liteBlue/images/folder_new.gif" alt="新文章"/></td>
<td><span class="gensmall">新文章</span></td>
<td> </td>
<td width="20" align="center"><img src="templates/liteBlue/images/folder.gif" alt="沒有新文章" /></td>
<td><span class="gensmall">沒有新文章</span></td>
<td> </td>
<td width="20" align="center"><img src="templates/liteBlue/images/folder_lock.gif" alt="版面已被鎖定" /></td>
<td><span class="gensmall">版面已被鎖定</span></td>
</tr>
</table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="gensmall" valign="bottom"><strong>最佳瀏覽解析度<br />
<a href="http://www.bamboocat.com/tw/product_index.php" target="_phpbb" class="Hosting"><img src="./templates/liteBlue/images/phpbb-tw_logo88a.gif" width="88" height="31" alt="" /></a><br />
1024 x 768</strong></td>
<td class="copyright" align="right"><br />
<br />
<div align="right"><span class="copyright"><br />
<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 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> © 2001, 2005 phpBB Group<br />
正體中文語系由 <a href="http://phpbb-tw.net/"><span style="color:#FF6633">phpbb-tw</span></a> 維護製作</span></div></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="14" class="right" height="100%"></td>
</tr>
<tr>
<td width="32" colspan="2" align="right" nowrap="nowrap"><img src="./templates/liteBlue/images/bodyBottomL.gif" height="16" alt="" /></td>
<td width="100%" class="bottom" height="16"></td>
<td><img src="./templates/liteBlue/images/bodyBottomR.gif" width="17" height="16" alt="" /></td>
</tr>
</table></td>
</tr>
</table>
<div style="display:none" id="resizemod"></div>
</body>
</html>
Chita,一個野性獸圖聖殿。