Quote:
Originally Posted by tbworld
@bubble5:
Pass a link to your site, if I can see it as a guest, I can recommend some CSS changes. It is almost impossible for a developer to make a style that looks well in all desktops, tablets. In most cases you will have to adjust the CSS just a bit to suit your needs.
|
Thanks tbworld.
They aren't using CSS. They are using straight tables with 25% for each table. I have that much fixed as shown below but for some reason only a preset amount of characters will fill each table. If I can find where they control this then it will be fixed, but my HTML is rusty

Here is the table so far;
Code:
<li class="forumbit_post L2">
<div class="forumrow table">
<div style="width: 40%; float: left;">
<p style="padding: 3px; margin-left: 9px">
{vb:raw latestposts}
</p>
</div>
<div style="width: 20%; float: left;">
<p style="padding: 3px; margin-left: 9px">
{vb:raw lastposter}
</p>
</div>
<div style="width: 15%; float: left;">
<p style="padding: 3px; margin-left: 9px">
{vb:raw latestposttime}
</p>
</div>
<div style="width: 25%; float: left;">
<p style="padding: 3px; margin-left: 9px">
{vb:raw forums}
</p>
</div>
</div>
</li>