Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: sriftas

Parašė emusic· 2011 Geg. 13 16:05:59
#1

sveiki kaip reiktu sumazint sito cripto raidžiu dydi kad būtų raides mažesnes?


		echo "<tr>
			<td width='40px;'<font color=#cccccc> ".$i++.".</font></td>
			<td align='center'><font color=#cccccc>".$row['char_name']."</font></td>
			<td width='40px;' align='right' class='red'><font color=#cccccc>".$row['pvpkills']."</font></td>
 
		</tr>";

Parašė nbanba· 2011 Geg. 13 16:05:16
#2

Font tag'o size parametrą keisk į norimo dydžio ;)

Parašė emusic· 2011 Geg. 13 16:05:05
#3


<font size="5">        </font>


bandau tokį iterpti bet tada nebeveikia skriptas.

Parašė Faitas.· 2011 Geg. 13 17:05:05
#4


		echo "<tr>
 
			<td width='40px;'<font color=#cccccc; size='dydis'> ".$i++.".</font></td>
 
			<td align='center'><font color=#cccccc; size='dydis'>".$row['char_name']."</font></td>
 
			<td width='40px;' align='right' class='red'><font color=#cccccc; size='dydis'>".$row['pvpkills']."</font></td>
 
 
 
		</tr>";


Bandyk tokį :)

Parašė emusic· 2011 Geg. 13 17:05:35
#5

padejo dekui :)

Redagavo emusic· 2011 Geg. 13 17:05:33