vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Stupid problem. (https://vborg.vbsupport.ru/showthread.php?t=44255)

look4you 10-03-2002 04:37 PM

Stupid problem.
 
<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.

Quote:

<!-- 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

PHP Code:

<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
PHP Code:

<!-- 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


All times are GMT. The time now is 01:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00955 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete