|
|
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo
|
|
Zamknięty przez: Radek 01-01-2006, 20:51 |
[Problem] ze stylem sfitgsm |
Autor |
Wiadomość |
necik
Posty: 104
|
Wysłany: 01-01-2006, 18:14 [Problem] ze stylem sfitgsm
|
|
|
jak zmienic wysrodkowanie tego co jest na zalaczonym obrazku do lewej? w pliku viewtopic_body.tpl? szukalem tam ale wszystko jest do lewej ale mimo to wyswietla sie wysrodkowane
wysrodkowane.JPG
|
|
Plik ściągnięto 125 raz(y) 147,22 KB |
|
|
|
|
|
Gadatliwa Kasia
|
|
|
|
Radek
Pomógł: 955 razy Posty: 4614
|
Wysłany: 01-01-2006, 19:22
|
|
|
w viewtopic_body.tpl
nadaj moze do <td atrybut align="left" a jak nie pomoze to moze sprobuj objac kod w tabelce zaznacznikiem <span> ( <span align="left"> ) |
|
|
|
|
necik
Posty: 104
|
Wysłany: 01-01-2006, 19:36
|
|
|
oto ten plik, wszystko chyba jest tu dobrze ale mimo to nie dziala
Kod: | <br />
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td align="left" valign="middle" class="nav" width="100%"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_CAT_DESC}</span></td>
<td align="right" valign="middle" width="100%" nowrap="nowrap"><span class="gensmall"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a><br /><b>{PAGINATION}</b></span></td>
</tr>
</table>
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr align="right">
<td colspan="2" class="catHead" align="right" height="28"><a class="nav" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a>{IGNORE_STATUS}</td>
</tr>
{POLL_DISPLAY}
<tr>
<th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
<th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
</tr>
<!-- BEGIN moderate -->
<tr>
<td><form action="{moderate.S_MODERATE_ACTION}" method="post"></td>
</tr>
<!-- END moderate -->
<!-- BEGIN postrow -->
<tr>
<td align="left" valign="top" class="{postrow.ROW_CLASS}" nowrap="nowrap">
<p align="center">
<span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span>
<span class="postdetails">{postrow.POSTER_RANK}{postrow.CUSTOM_RANK}{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br />
<!-- BEGIN custom_fields_avatar -->
{postrow.custom_fields_avatar.DESC}{postrow.custom_fields_avatar.FIELD}<br />
<!-- END custom_fields_avatar -->
{postrow.SPECIAL_RANK}{postrow.POSTER_AGE}{postrow.POSTER_JOINED}{postrow.POSTER_POSTS}{postrow.POSTER_FROM}</span>
<!-- BEGIN levelmodl -->
<span class="postdetails">
{L_LEVEL}: <b>{postrow.levelmodl.POSTER_LEVEL}</b>
</span>
</p>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left"><span class="postdetails">HP: <b>{postrow.levelmodl.POSTER_HP}</b></span></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="images/level_mod/hp_bar_left.gif" alt="" width="2" height="6" /></td>
<td><img src="images/level_mod/hp_bar_fil.gif" alt="" width="{postrow.levelmodl.POSTER_HP_WIDTH}" height="6" /></td>
<td><img src="images/level_mod/hp_bar_fil_end.gif" alt="" width="1" height="6" /></td>
<td><img src="images/level_mod/level_bar_emp.gif" alt="" width="{postrow.levelmodl.POSTER_HP_EMPTY}" height="6" /></td>
<td><img src="images/level_mod/level_bar_right.gif" alt="" width="1" height="6" /></td>
</tr>
</table>
</td>
<td align="left"><span class="gensmall"> {postrow.levelmodl.POSTER_HP_WIDTH}%</span></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left"><span class="postdetails">MP: </span><span class="postdetails"><b>{postrow.levelmodl.POSTER_MP}</b></span></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="images/level_mod/mp_bar_left.gif" alt="" width="2" height="6" /></td>
<td><img src="images/level_mod/mp_bar_fil.gif" alt="" width="{postrow.levelmodl.POSTER_MP_WIDTH}" height="6" /></td>
<td><img src="images/level_mod/mp_bar_fil_end.gif" alt="" width="1" height="6" /></td>
<td><img src="images/level_mod/level_bar_emp.gif" alt="" width="{postrow.levelmodl.POSTER_MP_EMPTY}" height="6" /></td>
<td><img src="images/level_mod/level_bar_right.gif" alt="" width="1" height="6" /></td>
</tr>
</table>
</td>
<td align="left"><span class="gensmall"> {postrow.levelmodl.POSTER_MP_WIDTH}%</span></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left"><span class="postdetails">EXP: </span><span class="postdetails"><b>{postrow.levelmodl.POSTER_EXP}</b></span></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="images/level_mod/exp_bar_left.gif" alt="" width="2" height="6" /></td>
<td><img src="images/level_mod/exp_bar_fil.gif" alt="" width="{postrow.levelmodl.POSTER_EXP_WIDTH}" height="6" /></td>
<td><img src="images/level_mod/exp_bar_fil_end.gif" alt="" width="1" height="6" /></td>
<td><img src="images/level_mod/level_bar_emp.gif" alt="" width="{postrow.levelmodl.POSTER_EXP_EMPTY}" height="6" /></td>
<td><img src="images/level_mod/level_bar_right.gif" alt="" width="1" height="6" /></td>
</tr>
</table>
</td>
<td align="left"><span class="gensmall"> {postrow.levelmodl.POSTER_EXP_WIDTH}%</span></td>
</tr>
</table>
<!-- END levelmodl -->
<!-- BEGIN warnings -->
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left"><span class="postdetails">{postrow.warnings.WARNINGS}:</span></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="images/level_mod/exp_bar_left.gif" alt="" width="2" height="9" /></td>
<td><img src="images/level_mod/exp_bar_fil.gif" alt="" width="{postrow.warnings.POSTER_W_WIDTH}" height="9" /></td>
<td><img src="images/level_mod/exp_bar_fil_end.gif" alt="" width="1" height="9" /></td>
<td><img src="images/level_mod/level_bar_emp.gif" alt="" width="{postrow.warnings.POSTER_W_EMPTY}" height="9" /></td>
<td nowrap="nowrap"><img src="images/level_mod/level_bar_right.gif" alt="" width="1" height="9" align="middle"/> <span class="postdetails">{postrow.warnings.HOW}/{postrow.warnings.WRITE}/{postrow.warnings.MAX}</span></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END warnings -->
</td>
<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top">
<table width="100%" style="height:100%;" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" align="left">{postrow.ICON}<a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE} <b>{postrow.POST_SUBJECT}</b>
<!-- BEGIN custom_fields_post -->
<br />
{postrow.custom_fields_post.DESC}{postrow.custom_fields_post.FIELD}
<!-- END custom_fields_post -->
</span></td>
<td valign="top" align="right" nowrap="nowrap">{postrow.IGNORE}{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} {postrow.REPORT_IMG}<span class="postdetails"><br />{postrow.POST_EXPIRE}</span></td>
</tr>
<tr>
<td colspan="2"><span class="gensmall"><object><hr></object></span></td>
</tr>
<tr>
<td height="100%" valign="top" colspan="2" {postrow.QUOTE_USERNAME}><span class="postbody">{postrow.MESSAGE}{postrow.ATTACHMENTS}</span></td>
</tr>
<tr>
<td colspan="2" valign="bottom"><span class="postbody">{postrow.SIGNATURE}{postrow.SIG_IMAGE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle">
<!-- BEGIN top -->
{postrow.top.TOP_IMG}
<!-- END top -->
<!-- BEGIN custom_fields_upost -->
<span class="gensmall">
{postrow.custom_fields_upost.DESC}{postrow.custom_fields_upost.FIELD}
</span>
<!-- END custom_fields_upost -->
</td>
<td class="{postrow.ROW_CLASS}" width="100%" valign="top" nowrap="nowrap">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td valign="top" nowrap="nowrap">{postrow.HELPED_ME}{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.YIM_IMG}{postrow.MSN_IMG}</td>
<td valign="top" align="left" width="177">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse">
<tr>
<!-- BEGIN aim -->
<td> </td>
<td width="59" height="19">
<div style="position:relative">{postrow.AIM_IMG}<div style="position:absolute;left:3px;top:-1px">{postrow.AIM_STATUS_IMG}</div></div>
</td>
<!-- END aim -->
<!-- BEGIN icq -->
<td> </td><td width="59" height="19">
<div style="position:relative">{postrow.ICQ_IMG}<div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>
</td>
<!-- END icq -->
<td></td>
</tr>
</table>
</td>
<td width="100%" align="right"><span class="nav">{postrow.ACCEPT-REJECT_POST}{postrow.NEW_POST}{postrow.VIEW_USER_AGENT}</span></td>
</tr>
</table>
<!-- BEGIN levelmodd -->
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap"><span class="postdetails"><b>{L_LEVEL}: {postrow.levelmodd.POSTER_LEVEL}</b> HP </span></td>
<td><img src="images/level_mod/hp_bar_left.gif" alt="" width="2" height="6" /></td>
<td><img src="images/level_mod/hp_bar_fil.gif" alt="" width="{postrow.levelmodd.POSTER_HP_WIDTH}" height="6" /></td>
<td><img src="images/level_mod/hp_bar_fil_end.gif" alt="" width="1" height="6" /></td>
<td><img src="images/level_mod/level_bar_emp.gif" alt="" width="{postrow.levelmodd.POSTER_HP_EMPTY}" height="6" /></td>
<td><img src="images/level_mod/level_bar_right.gif" alt="" width="1" height="6" /><span class="gensmall"> {postrow.levelmodd.POSTER_HP_WIDTH}%</span></td>
<td align="right"><span class="postdetails"><b> {postrow.levelmodd.POSTER_HP}</b></span></td>
</tr>
</table>
</td>
<td colspan="2">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><span class="postdetails"> MP </span></td>
<td><img src="images/level_mod/mp_bar_left.gif" alt="" width="2" height="6" /></td>
<td><img src="images/level_mod/mp_bar_fil.gif" alt="" width="{postrow.levelmodd.POSTER_MP_WIDTH}" height="6" /></td>
<td><img src="images/level_mod/mp_bar_fil_end.gif" alt="" width="1" height="6" /></td>
<td><img src="images/level_mod/level_bar_emp.gif" alt="" width="{postrow.levelmodd.POSTER_MP_EMPTY}" height="6" /></td>
<td><img src="images/level_mod/level_bar_right.gif" alt="" width="1" height="6" /><span class="gensmall"> {postrow.levelmodd.POSTER_MP_WIDTH}%</span></td>
<td align="right"><span class="postdetails"><b> {postrow.levelmodd.POSTER_MP}</b></span></td>
</tr>
</table>
</td>
<td colspan="2">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><span class="postdetails"> EXP </span></td>
<td><img src="images/level_mod/exp_bar_left.gif" alt="" width="2" height="6" /></td>
<td><img src="images/level_mod/exp_bar_fil.gif" alt="" width="{postrow.levelmodd.POSTER_EXP_WIDTH}" height="6" /></td>
<td><img src="images/level_mod/exp_bar_fil_end.gif" alt="" width="1" height="6" /></td>
<td><img src="images/level_mod/level_bar_emp.gif" alt="" width="{postrow.levelmodd.POSTER_EXP_EMPTY}" height="6" /></td>
<td><img src="images/level_mod/level_bar_right.gif" alt="" width="1" height="6" /><span class="gensmall"> {postrow.levelmodd.POSTER_EXP_WIDTH}%</span></td>
<td align="right"><span class="postdetails"><b> {postrow.levelmodd.POSTER_EXP}</b></span></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END levelmodd -->
</td>
</tr>
{postrow.TR_FOOTER}
<!-- END postrow -->
<!-- BEGIN moderate -->
<tr>
<td class="catBottom" align="right" nowrap="nowrap" colspan="2"><input type="submit" class="liteoption" value="{moderate.L_ACCEPT-REJECT_POST}"></form></td>
</tr>
<!-- END moderate -->
<tr align="center">
<td class="catBottom" align="center" nowrap="nowrap" colspan="2">
<form method="post" action="{S_POST_DAYS_ACTION}">
<table cellspacing="0" cellpadding="0" align="center" border="0">
<tr>
<td align="center"><span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS} {S_SELECT_POST_ORDER} <input type="submit" value="{L_GO}" class="liteoption" name="submit" /></span></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left" valign="middle" class="nav" width="100%"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_CAT_DESC}</span></td>
<td align="right" valign="middle" nowrap="nowrap"><span class="nav">{PAGE_NUMBER} {PAGINATION}</span></td>
</tr>
<tr>
<td align="left" valign="middle" nowrap><span class="nav"><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
<td align="right" valign="top" nowrap><span class="nav">{S_TOPIC_ADMIN}</span></td>
</tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left" valign="top" nowrap="nowrap"><span class="gensmall">{S_AUTH_LIST}</span></td>
<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{TELLFRIEND_BOX}<a href="{U_TOPIC_BOOKMARK}" onclick="window.external.AddFavorite('{U_TOPIC_BOOKMARK}','{TOPIC_TITLE_B}'); return false;">{L_TOPIC_BOOKMARK}</a><br /><a href="{U_PRINT}" title="{L_PRINT}">{L_PRINT}</a>{TOPIC_VIEW_IMG}{S_WATCH_TOPIC}{U_MARK_TOPIC_UNREAD}<br /><br /></span>{JUMPBOX}</td>
</tr>
</table>
{QUICKREPLY_OUTPUT} |
[ Dodano: 01-01-2006, 19:38 ]
moze ktos pomoc? nie zabaradzo sie znam na tym |
|
|
|
|
Radek
Pomógł: 955 razy Posty: 4614
|
Wysłany: 01-01-2006, 19:44
|
|
|
<p align="center">
i co gadasz ze jest dobrze ?
wywal w ogole albo zamien na:
<p align="left">
aaaa i znasz cos takiego jak zalacznik ? :-> |
|
|
|
|
necik
Posty: 104
|
Wysłany: 01-01-2006, 20:06
|
|
|
sorki nie wiedzialem ze tak rozwali posta, ale w ktorym miejscu zmienic to bo jest kilka "center" |
|
|
|
|
Radek
Pomógł: 955 razy Posty: 4614
|
Wysłany: 01-01-2006, 20:09
|
|
|
Kod: |
<!-- BEGIN postrow -->
<tr>
<td align="left" valign="top" class="{postrow.ROW_CLASS}" nowrap="nowrap">
<p align="center"> |
o tym mowie |
|
|
|
|
Gadatliwa Kasia
|
|
|
|
necik
Posty: 104
|
Wysłany: 01-01-2006, 20:34
|
|
|
wielkie dzieki |
|
|
|
|
|
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach Nie możesz załączać plików na tym forum Możesz ściągać załączniki na tym forum
|
Dodaj temat do Ulubionych Wersja do druku
|
Kopiowanie wszelkich treści zawartych na forum, modyfikacji oraz instrukcji bez zgody administracji i autorów tematów/postów zabronione!
Powered by phpBB modified by Przemo © 2003 phpBB
|