File size: 3.11Kb
<?
header("Content-type:text/html; charset=utf-8");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<?
include ("config.inc.php");
?>
<title><?=$gname?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<? require ("design/css.inc.php"); ?>
</head>
<body bgcolor=<?=$BACKGROUND?>>
<table width=100% border=0 cellpadding=2 cellspacing=1 bgcolor=<?=$BORDER;?>>
<div align="center">
<p><span class="textRed">[b]</span><strong>жирный текст</strong><span class="textRed">[/b]</span><br>
<span class="textRed">[i]</span><em>курсив</em><span class="textRed">[/i]</span><br>
<span class="textRed">[b][i]</span><strong><em>жирный курсив</em></strong><span class="textRed">[/i][/b]<br>
[font=red]текст красного цвета[/font]<br>
[font=blue]</span><span class="textBlue">текст синего цвета</span><span class="textRed">[/font] <br>
</span></p>
</div>
<div align="left">
<p><strong>Примеры:</strong></p>
</div> </td>
</tr>
<tr bgcolor="<?=$LIGHT;?>">
<td class="pmid"><strong> Написано </strong></td>
<td class="pmid"><strong>Будет отображено </strong></td>
</tr>
<tr bgcolor="<?=$LIGHT;?>">
<td class="pmid">[b]Внимание! Внимание![/b]</td>
<td class="pmid"><strong>Внимание! Внимание!</strong></td>
</tr>
<tr bgcolor="<?=$LIGHT;?>">
<td class="pmid">[i]завтра в 18.30[/i]</td>
<td class="pmid"><em>завтра в 18.30</em></td>
</tr>
<tr bgcolor="<?=$LIGHT;?>">
<td class="pmid">[font=red]Привет![/font]</td>
<td class="pmid"><font color="#FF0000">Привет!</font></td>
</tr>
<tr bgcolor="<?=$LIGHT;?>">
<td class="pmid">[font=blue]Привет![/font]</td>
<td class="pmid"><font color="#003399">Привет!</font></td>
</tr>
<tr bgcolor="<?=$LIGHT;?>" class="pmid">
<td colspan="2" class="textRed">Возможные ошибки при форматировании текста </td>
</tr>
<tr bgcolor="<?=$LIGHT;?>" class="pmid">
<td><strong>Написано</strong></td>
<td><strong>Причина ошибки </strong></td>
</tr>
<tr bgcolor="<?=$LIGHT;?>">
<td class="pmid">[b]Внимание! Внимание![b]</td>
<td class="pmid">Не вставлен слеш (косая черта) в закрывающем теге. <br>
Правильное написание:<br> <span class=p>[b]Внимание! Внимание![/b]</span></td>
</tr>
<tr bgcolor="<?=$LIGHT;?>">
<td class="pmid">[font = blue]Привет![/font]</td>
<td class="pmid">Лишние пробелы внутри служебного тега. <br>
Правильное написание:<br>
<span class=p>[font=blue]Привет![/font]</span></td>
</tr>
<tr bgcolor="<?=$LIGHT;?>">
<td height="5" colspan="2"></td>
</tr></table>
</body>
</html>