Gamepedia Help Wiki
Advertisement
<?php
    $v = "string";    // sample initialization
?>
html text
<?
    echo $v;         // end of php code
?>
div.skill-table {
    margin: 2.1rem; margin: 1.5 rem;
    border-collapse:collapse;
}

.skill-table td {
    padding: 0;
    width: 4rem;
    height: 2.4rem;
}
Advertisement