Вот пытаюсь в html страничку вставить код скина сайта но не знаю каким кодом это сделать
Код HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- $Id: index.html 683 2005-03-05 13:19:30Z dekarma $ -->
<title>myFAQ v1.1</title>
<!--<link rel="stylesheet" type="text/css" href="styles/manual.css" />-->
<style type="text/css">
body {
background-color: #fff;
color: #000;
font-family: verdana, arial;
font-size: small;
}
@media screen {
body {
margin-left: 10%;
margin-right: 10%;
}
}
@media print {
pre, .note, td, th {
border: 1px dashed gray;
}
}
img {
border: none;
}
a:link, a:visited {
color: #1D3565;
font-weight: bold;
text-decoration: none;
}
a: hover {
text-decoration: underline;
}
.heading {
text-align: center;
font-size: xx-large;
font-weight: bold;
color: gray;
}
.heading i {
position: absolute;
top: 5px;
right: 5px;
font-size: small;
font-style: normal;
font-weight: normal;
}
p {
text-indent: 20px;
}
h1 {
border-bottom: 1px dotted gray;
font-size: x-large;
color: #596d9d;
}
h2 {
color: gray;
font-size: large;
margin-left: 20px;
text-indent: 10px;
border-bottom: 1px solid #ddd;
}
pre, .note, .faq .answer {
background-color: lightyellow;
border: 1px dotted;
padding: 10px;
font-size: small;
}
.screenshot {
text-align: center;
background-color: #ddd;
padding: 10px;
}
.faq .question {
font-weight: bold;
margin-bottom: 0px;
}
.faq .answer {
}
.faq {
margin-bottom: 20px;
}
table {
border: none;
}
th {
background-color: linen;
font-size: medium;
}
th, td {
padding: 5px;
}
td {
background-color: #dddddd;
font-size: small;
vertical-align: top;
text-align: left;
}
.deprecated {
border: 3px solid red;
padding: 5px;
font-size: medium;
}
tt, code, samp {
font-size: small;
}
.warning {
color: red;
}
.ok {
color: green;
}
acronym, abbr {
border-bottom: 1px dotted gray;
cursor: help;
}
label {
cursor: hand;
}
</style>
</head>
<body>
<div class="heading">
myFAQ v1.1
<i>(v. 1.1)</i>
</div>
<div class="note">
<b>Заметка:</b>
<ul>
<li>ляляляляляляля </li>
</ul>
</div>
<h2><b>7.</b> Открываем файл templates/add_ban.tpl</h2>
<p>
<br><br>Находим: строку <b>21</b>
</p>
<div class="note">
<tr bgcolor="#D3D8DC">
<td height='16' width='30%' class='listtable_1'>SteamID</td>
<td height='16' width='70%' class='listtable_1'><input type='text' name='player_id' value='{if isset($post.player_id)}{$post.player_id}{/if}'style='font-family: verdana, tahoma, arial; font-size: 10px; width: 250px'> (e.g. STEAM_0:1:4548)</td>
</tr>
</div>
ниже добавляем<br>
<div class="note">
<tr bgcolor="#D3D8DC">
<td height='16' width='30%' class='listtable_1'>HDDSN</td>
<td height='16' width='70%' class='listtable_1'><input type='text' name='hwid' value='{if isset($post.hwid)}{$post.hwid}{/if}'style='font-family: verdana, tahoma, arial; font-size: 10px; width: 250px'></td>
</tr>
<tr bgcolor="#D3D8DC">
<td height='16' width='30%' class='listtable_1'>UUID</td>
<td height='16' width='70%' class='listtable_1'><input type='text' name='hwid' value='{if isset($post.uuid)}{$post.uuid}{/if}'style='font-family: verdana, tahoma, arial; font-size: 10px; width: 250px'></td>
</tr>
</div>
</body>
</html>
нужно чтобы в страничке был виден это код для копирования его
Код HTML:
<tr bgcolor="#D3D8DC">
<td height='16' width='30%' class='listtable_1'>HDDSN</td>
<td height='16' width='70%' class='listtable_1'><input type='text' name='hwid' value='{if isset($post.hwid)}{$post.hwid}{/if}'style='font-family: verdana, tahoma, arial; font-size: 10px; width: 250px'></td>
</tr>
<tr bgcolor="#D3D8DC">
<td height='16' width='30%' class='listtable_1'>UUID</td>
<td height='16' width='70%' class='listtable_1'><input type='text' name='hwid' value='{if isset($post.uuid)}{$post.uuid}{/if}'style='font-family: verdana, tahoma, arial; font-size: 10px; width: 250px'></td>
</tr>
но у меня нечего не получается помогите хочу типа инструкции сделать