• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Website Forum.php

PHP:
<style type="text/css">
<!--
.post-content {
    max-width: 600px;
    overflow: hidden;
    position:relative
    padding-bottom: 4em;
}
-->
</style>

<td class="post-content">'.showPost(htmlspecialchars($thread['?']),  htmlspecialchars($thread['post_text']),  $thread['post_smile']).'</td>
 
Last edited:
PHP:
<style type="text/css">
<!--
.post-content {
    max-width: 600px;
    overflow: hidden;
    position:relative
    padding-bottom: 4em;
}
-->
</style>

<td class="post-content">'.showPost(htmlspecialchars($thread['?']),  htmlspecialchars($thread['post_text']),  $thread['post_smile']).'</td>

Thaanks
 
Put this beneath <?PHP in forum.php
PHP:
$main_content .= '
<style type="text/css">
<!--
img {
    max-width: 700px;
    max-height: 350px;
}
-->
</style>';

- - - Edited - - -
 
Last edited:
Back
Top