Answer the question
In order to leave comments, you need to log in
How to turn the look of a self-written web panel into something more pleasant without extra work?
Hello. There is a custom web panel. It is designed very simply, the data is inserted into the plate.
The board looks like this
echo '
<style type="text/css">
/* <![CDATA[ */
table, td
{
border-color: #600;
border-style: solid;
}
table
{
border-width: 0 0 1px 1px;
border-spacing: 0;
border-collapse: collapse;
}
td
{
margin: 0;
padding: 4px;
border-width: 1px 1px 0 0;
background-color: #FFC;
}
/* ]]> */
</style>';
echo "<table border=1>";
echo "<tr align='center' class='blue'>";
echo"<td>Номер ";
echo"<td>CallerID ";
echo"<td>IP адрес ";
echo"<td>NAT ";
echo"<td>Порт ";
echo"<td>Пароль ";
// echo"<td>Status ";
echo"<td>Registration expiration";
echo"<td>Межгород";
echo"<td>Канал";
echo"<td>Rozetka";
Answer the question
In order to leave comments, you need to log in
Without labor costs - for freelance.
With labor costs - in Google, to read about CSS.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question