• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

prosze o pomoc

Retired

New Member
Joined
Apr 19, 2009
Messages
233
Reaction score
1
Wiem ze to bylo juz wlkowane pare raze ale jak powiekszyc literki,dac odstep lub zmnienic kolor napisu bbc code w pliku serverinfo.htm
 
Serverinfo nie uzywa BBCodes, chyba.

Code:
<?PHP
$content = file_get_contents("serverinfo.htm");
if($content != FALSE)
	$main_content .= $content;
else
	$main_content .= 'Can not load file <b>erverinfo.htm</b> or file is empty.';
?>

No juz na pewno nie xd.

A co do powiekszanie literek itd.
http://www.kurshtml.boo.pl/
 
Serverinfo nie uzywa BBCodes, chyba.

Code:
<?PHP
$content = file_get_contents("serverinfo.htm");
if($content != FALSE)
	$main_content .= $content;
else
	$main_content .= 'Can not load file <b>erverinfo.htm</b> or file is empty.';
?>

No juz na pewno nie xd.

A co do powiekszanie literek itd.
Kurs HTML - strona WWW za darmo

pewnie chodziło mu o html
 
W pakiecie Microsoft Office masz taki program jak FrontPage.
1) W zakładce Normal piszesz co chcesz, zmniejszasz czcionkę, możesz dodawać obrazki itp.
2) W zakładce HTML masz kod html, kopiujesz go i wklejasz to serverinfo.htm Zapisujesz i odświeżasz stronę.
3) W zakładce Preview masz to wszystko pokazane bez możliwości edycji.
Pomogłem?
 
1. Placa Ci za reklamowanie?
2. Nie kazdy posiada pakiet MS Office.
 
FrontPage ssie.
<span style="font-size: 20px;"> Powiekszony </span>
<span style="color: #ffffff;">Kolor</span>
<span style="margin-left:10px;">Odstep z lewej</span>

Standardy !
 
Back
Top