View Full Version : Stupid problem.
look4you
10-03-2002, 04:37 PM
<a href="http://www.linkplanet.nl/troubleshooting/prob2.gif" target="_blank">Screenshot</a>
Anybody knows what I did wrong?
I just the lines in the image removed, looks very ugly. Not in the table itself. Prolly I messed up the coding or made a mistake somewhere.
If you need the part of the template coding, I'll be happy to give it.
Thanks in advance.
look4you
10-03-2002, 08:08 PM
Well obviously no one has an idea... So therefore I posted the coding part partially of that particular template.
Maybe someone can spot an error. Hopefully.
<!-- welcomepanel -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}"
{tableouterextra} width="{contenttablewidth}" align="center">
<tr>
<td>
<table cellpadding="0" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr id="cat">
<td width="100"><img src="{imagesfolder}/categories/tlcat.gif" border="0"></td>
<td align="center" background="{imagesfolder}/categories/tccat.gif" width="100%">
<normalfont color="{categoryfontcolor}"><b>Welcome</b></normalfont></td>
<td width="300"><img src="{imagesfolder}/categories/trcat.gif" border="0"></td>
</tr>
<tr>
<td bgcolor="{secondaltcolor}" align="center" valign="top" width="100">$avatarimage</td>
<td bgcolor="{firstaltcolor}">
<smallfont>
$unregwelcomemessage
$welcometext<br>
The time now is $timenow.<br>
You last visited: $bbuserinfo[lastvisitdate].<br>
<b>$newposts</b>
</smallfont>
</td>
<td bgcolor="{secondaltcolor}" align="center" valign="middle" width="300">
$logincode
</td>
</tr>
$pminfo
</table>
</td></tr></table>
<!-- /welcomepanel -->
look4you
10-03-2002, 09:50 PM
Please?
g-force2k2
10-04-2002, 01:29 PM
look4you to me it seems like the images them selves mess up the whole look... regards... not really sure on how to fix it... just remove the images and see if that fixes the problem...
g-force2k2
look4you
10-04-2002, 02:45 PM
Well actually it works quite well with the other categories... But it just gets trashed with this one, so dunno...
Oh well.
Dean C
10-04-2002, 06:40 PM
its the welcome panel.. not a category...
Not too sure whats going on here so i'll leave it to someone else to help :)
- miSt
kennethj
10-05-2002, 03:06 PM
My guess, if i am understanding you right is
<td width="100"><img src="https://vborg.vbsupport.ru/greentek/categories/tlcat.gif" border="0"></td>
<td align="center" background="https://vborg.vbsupport.ru/greentek/categories/tccat.gif" width="100%">
<normalfont color="#FFCC00"><b>Welcome</b></normalfont></td>
<td width="300"><img src="https://vborg.vbsupport.ru/greentek/categories/trcat.gif" border="0"></td>
every td is a line - this needs to be put into a table --
so it would end up somthing like
<!-- welcomepanel -->
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000"
width="95%" align="center">
<tr>
<td>
<table cellpadding="0" cellspacing="1" border="0" width="100%">
<tr>
<td colspan="3">
<table border="0" collspan="0" cellspacing="0"><tr>
<td width="100"><img src="https://vborg.vbsupport.ru/greentek/categories/tlcat.gif" border="0"></td></tr></table>
</td>
<tr id="cat">
<td align="center" background="https://vborg.vbsupport.ru/greentek/categories/tccat.gif" width="100%">
<normalfont color="#FFCC00"><b>Welcome</b></normalfont></td>
<td width="300"><img src="https://vborg.vbsupport.ru/greentek/categories/trcat.gif" border="0"></td>
</tr>
<tr>
<td bgcolor="#DFDFDF" align="center" valign="top" width="100">$avatarimage</td>
extra spaces for clarity
without images it hard to tell but looks like a prob i had
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.