[求助] 風格的頭像問題

phpBB 2 Style Support
討論的範圍包含版面排列、樣式、配置;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
yuting
星球普通子民
星球普通子民
文章: 2
註冊時間: 2005-01-05 16:32

[求助] 風格的頭像問題

文章 yuting »

爬了很多關於頭像的文, 可是都是解決"頭像大小"等等的問題
自己加了 AdInfinitum 這個風格後, 發現簽名檔和頭像都會被一個厚厚的白框圍住
想請問有沒有辦法可以把那個白框拿掉~

這是我的網站: http://lotus-hues.net/phpBB2

這是想解決的問題:
圖檔

希望沒有發錯版~ 如有, 先說聲抱歉 <(_ _)>
StickyKid
竹貓忠實會員
竹貓忠實會員
文章: 1019
註冊時間: 2003-01-31 10:32
來自: Taichung, Taiwan
聯繫:

文章 StickyKid »

可以的話麻煩您把viewtopic_body.tpl內容PO上來 :)
Helvetica is a feature-length independent film about typography.
yuting
星球普通子民
星球普通子民
文章: 2
註冊時間: 2005-01-05 16:32

文章 yuting »

代碼: 選擇全部

<table align="CENTER" class="forumline" width="717" cellspacing="1" cellpadding="5" border="0">
  <tr> 
    <th class="thCornerL" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
    <th class="thTop" nowrap="nowrap">{L_MESSAGE}</th>
  </tr>
  <tr> 
    <th colspan="2" align="left" height="28" class="nav"><a class="nav" href="{U_INDEX}"><</a>&nbsp;&nbsp;<a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a>&nbsp;&nbsp;~&nbsp;&nbsp;<a class="nav" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></th>
  </tr>
  {POLL_DISPLAY} 
  <!-- BEGIN postrow -->
  <tr>
    <td align="left" valign="MIDDLE" class="row3"><table width="100%" border="0" cellspacing="2" cellpadding="0"><td><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span></td></table></td>
    <td class="row3" height="28" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr> 
          <td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: 
            {postrow.POST_DATE}<span class="gen">&nbsp;</span> 
            <!-- &nbsp; &nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span> -->
            </span></td>
          <td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} 
            {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td class="{postrow.ROW_CLASS}" width="150" align="left" valign="top" bordercolor="#000000"> 
	
<table width="" border="0" cellspacing="2" cellpadding="0"><tr><td>
<table width="" border="0" cellspacing="1" cellpadding="0" bgcolor="#000000">
  <tr>
    <td><div align="center">
	
<table width="" border="0" bgcolor="#FFFFFF" cellspacing="3">
  <tr>
    <td>{postrow.POSTER_AVATAR}</td>
	</tr>
</table>

	</div></td>
  </tr>
</table>
</td></tr></table>

 <table width="100%" border="0" cellspacing="0" cellpadding="0"><td>
      <span class="postdetails">{postrow.POSTER_RANK}<br />
      {postrow.RANK_IMAGE}<br />
      <br />
      {postrow.POSTER_JOINED}<br />
      {postrow.POSTER_POSTS}<br />
      {postrow.POSTER_FROM}</span><br /></td></table></td>
    <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="4">
        <tr> 
          <td valign="top"><span class="postbody">{postrow.MESSAGE}</span></td></tr> 
<tr><td valign="bottom"><span class="gensmall"><i>{postrow.EDITED_MESSAGE}</i></span><span class="postbody">{postrow.SIGNATURE}</span></td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><table width="100%" border="0" cellspacing="2" cellpadding="0"><td><span class="genmed"><a href="#top" class="genmed">{L_BACK_TO_TOP}</a></span></td></table></td>
    <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
        <tr> 
          <td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} 
            {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} 
            {postrow.MSN_IMG} {postrow.ICQ_IMG}</td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td class="spaceRow" colspan="2" height="1"><img src="templates/AdInfinitum/images/spacer.gif" alt="" width="1" height="1" /></td>
  </tr>
  <!-- END postrow -->
  <tr align="RIGHT"> 
    <td class="row3" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
        <tr> 
          <form method="post" action="{S_POST_DAYS_ACTION}">
            <td align="center"><span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp; 
              <input type="submit" value="{L_GO}" class="liteoption" name="submit" />
              </span></td>
          </form>
        </tr>
      </table></td>
  </tr>
</table>

<table width="717" cellspacing="0" border="0" align="center" cellpadding="2">
  <tr> 
    <td align="left"></td>
    <td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
  </tr>
</table>
<br>
<table align="CENTER" width="717" border="0" cellspacing="0" cellpadding="2">
  <tr>
    <th colspan="2" class="thTop" height="25" nowrap="nowrap"><table align="LEFT" width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td align="LEFT" valign="TOP"><span class="genmed"><a href="{U_VIEW_NEWER_TOPIC}" class="genmed">{L_VIEW_NEXT_TOPIC}</a><br /><a href="{U_VIEW_OLDER_TOPIC}" class="genmed">{L_VIEW_PREVIOUS_TOPIC}</a></span></td>
          <td align="RIGHT" valign="TOP"><span class="gensmall">{PAGE_NUMBER}<br />
            {PAGINATION}</span></td>
        </tr>
        <tr align="LEFT" valign="TOP"> 
          <td colspan="2"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>&nbsp;&nbsp;~&nbsp;&nbsp;<a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td>
        </tr>
      </table></th>
  </tr>
</table>
<br>
<table align="CENTER" width="715" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
  </tr>
</table>
<br>
<table width="717" cellspacing="0" border="0" align="center">
  <tr> 
	<td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
	<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}</td>
  </tr>
<!-- BEGIN switch_quick_reply -->
  <tr>
	<td width="100%" nowrap="nowrap" colspan="2">
		<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		  <tr>
			<td class="catHead" align="center" colspan="2" height="28"><span class="cattitle">{L_QUICK_REPLY}</span></td>
		  </tr>
		  <tr>
			<td class="row1" align="center">
				<script language="JavaScript" type="text/javascript"><!--
function checkForm() {
	formErrors = false;
	if (document.post.message.value.length < 2) {
	formErrors = '{L_EMPTY_MSG}';
	}
	if (formErrors) {
		alert(formErrors);
		return false;
	} else {
		return true;
	}
}
				//--></script>
				<form action="{S_POSTING}" method="post" name="post" onsubmit="return checkForm(this)"><span class="genmed">
<!-- BEGIN switch_user_logged_out -->
					<b>{L_USERNAME}:</b> <input class="post" type="text" name="username" size="25" maxlength="25" value="" /><br />
<!-- END switch_user_logged_out -->
					<textarea class="post" name="message" rows="10" cols="50" wrap="virtual"></textarea><br />
					<input type="hidden" name="attach_sig" value="{S_ATTACH_SIG}" />
					<input type="hidden" name="mode" value="reply" />
					<input type="hidden" name="sid" value="{S_SID}" />
					<input type="hidden" name="t" value="{S_TOPIC_ID}" />
					<input type="hidden" name="notify" value="{S_NOTIFY}" /><br />
					<input type="submit" name="preview" class="liteoption" value="{L_PREVIEW}" />
					&nbsp;
					<input type="submit" name="post" class="mainoption" value="{L_SUBMIT}" />
				</span></form>
			</td>
		  </tr>
		</table>
	</td>
  </tr>
<!-- END switch_quick_reply -->
  <tr>
	<td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_TOPIC_ADMIN}</td>
	<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_AUTH_LIST}</span></td>
  </tr>
</table>
<br />
先感謝 StickyKid 前輩的回覆了~ >w<
主題已鎖定

回到「風格問題討論」