SNIPPET MAKER v1
DIV Style Attribute Generator
Preview Text Example
try { $dsn = 'mysql:host=' . DB_HOST . ';port=' . DB_PORT . ';dbname=' . DB_NAME . ';charset=utf8mb4'; $pdo = new PDO($dsn, DB_USER, DB_PASS, [ PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION, PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC, ]);
.custom {
border-collapse: collapse;
white-space: nowrap;
min-width: 100%;
border: 1px solid #000;
}
.custom th,
.custom td {
border: 1px solid #000;
padding-left: 0.6em;
padding-right: 0.6em;
}
</style>
<div class="compress">
<table class="custom">
<!-- table content -->
</table>
</div>
Comments
Post a Comment