Log in

View Full Version : Overlapping the footer..


Pandemix
09-25-2007, 08:38 PM
I am using this mod: https://vborg.vbsupport.ru/showthread.php?t=62164


But when I make the content bigger, I get this: http://sixpop.com/images/file/34424910.gif

Someone give me a hand please? I would greatly appreciate it.

Dismounted
09-26-2007, 07:12 AM
Your style is using some CSS which causes other things to overlap. No one can really help you as we don't have access to the style.

Pandemix
09-26-2007, 06:43 PM
Well, here is the template we put on it:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header

$navbar

<table class="tborder" align="right" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="74%" align="center">
<tr>
<td class="tcat">Subscriptions now available!</td>
</tr>
<tr>
<td class="alt1"><CENTER><img src="images/portal/main_news.gif"></CENTER><BR<BR>
Admin-Utopia has added a new Paid Subscription. The subscription is:<BR><BR>

<B>Sponsorship with Admin-Utopia</B><BR><BR>

Your link will be put on our forum in the footer. Your link will also be placed in our newsletter send out once a month. More benefits and offers will be explained in the Sponsors Lounge, available to those who have paid the monthly subscription fee.<BR><BR>

This will cost $5 a month, you will get the above benefits for paying the fee.<BR><BR>

We will also soon be adding a Premium Member subscription, this will be $10 a year, and will allow you to get extra features normal members do not get.<BR><BR>

<a href="http://admin-utopia.com/payments.php">Click here for more information.</a>
</td>
</tr>

</table>

<table class="tborder" align="left" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="25%" align="center">
<tr>
<td class="tcat">Title</td>
</tr>
<tr>
<td class="alt1">Text</td>
</tr>

<tr>
<td class="alt1">Text</td>
</tr>

</table>

$footer

</body>
</html>

Pandemix
09-30-2007, 10:36 PM
Very sorry to bump, but I really need help.