Pagina 1 din 1

sa micsorez

Scris: 29-Apr-2007, 20:18:30
de thecrewstyle
Ce trebuie sa modific in acest cod

Cod: Selectaţi tot

	<table> 
	<tr> 
		<td><a name="login"></a><span>{MARQUEE_TOPIC}</span></td> 
	</tr> 
	<tr> 
		<td><span> 
			<marquee> 
			<table> 
<BEGIN> 
			<tr> 
				<td> 
					<img> 
				</td> 
				<td> 
					<span><a href="{marqueerow.TOPIC_URL}">{marqueerow.TOPIC_TITLE}</a></span> 
					<span><br></span> 
				</td> 
				<td> 
					<span><a href="{marqueerow.USER_PROF}">{marqueerow.USERNAME}</a></span> 
				</td> 
				<td> 
				<span>{marqueerow.POST_DATE}</span> 
				</td> 
			</tr> 
<END> 
			</table> 
			</marquee> 
		</td> 
	</tr> 
	</table> 
"At a Glance

Ca sa il pot pune in partea stanga a templateului si sa se incadreze ca in poza urmatoare
Imagine

Scris: 29-Apr-2007, 20:46:02
de Tr3z3gu3T
nush sigur editeaza postul de mai sus si dezactiveaza codul HTML pentru ca nu e tot codul :)

Scris: 29-Apr-2007, 20:48:28
de thecrewstyle
ba da..acesta este tot codu care trebuie introdus in index_body

Scris: 29-Apr-2007, 23:36:29
de flowers

Cod: Selectaţi tot

<BEGIN> <END>
Astea sunt coduri? "Dezactivează codul HTML în acest mesaj" cum ti s-a mai spus.

Scris: 30-Apr-2007, 00:18:25
de thecrewstyle
gata..l-am dezactivat

Scris: 30-Apr-2007, 01:21:36
de Tr3z3gu3T
bv dar reposteaza codul

Scris: 30-Apr-2007, 02:01:15
de thecrewstyle
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline" height="100%">
<tr>
<td class="catHead" height="28"><a name="login"></a><span class="cattitle">{MARQUEE_TOPIC}</span></td>
</tr>
<tr>
<td class="row1" valign="top"><span class="gen">
<marquee id="recent_topics" behavior="scroll" direction="up" height="100" scrolldelay="100" scrollamount="2">
<table cellpadding="4" cellSpacing="1" width="100%">
<!-- BEGIN marqueerow -->
<tr valign="top">
<td class="row2" vAlign="center" align="middle" width="20">
<img src="{marqueerow.FOLD_URL}">
</td>
<td class="row2" width="352">
<span class="forumlink"><a href="{marqueerow.TOPIC_URL}" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{marqueerow.TOPIC_TITLE}</a></span>
<span class="gensmall"><br /></span>
</td>
<td class="row2" vAlign="center" align="middle" width="78">
<span class="gensmall"><a href="{marqueerow.USER_PROF}" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{marqueerow.USERNAME}</a></span>
</td>
<td class="row2" vAlign="center" noWrap align="middle" width="100">
<span class="gensmall">{marqueerow.POST_DATE}</span>
</td>
</tr>
<!-- END marqueerow -->
</table>
</marquee>
</td>
</tr>
</table>