PDA

View Full Version : Border around active users. with category bottom images..


spick
06-24-2003, 12:13 AM
hey,

can someone tell me how i can get rid of this black area. without losing the border around it?

attached is the screen.

Tony G
06-24-2003, 06:17 AM
I usually just hardcode a color in, it's black because there is no color coded in. Just add the same hex code as your background in that part of the code.

dstruct2k
06-24-2003, 07:31 AM
Edit the images and remove it manually, replace it with bright purple or something, and set the purple as the transparent color.

I'd be more descriptive but... It's 3:33AM and I just finished reconstructing hacks and templates for a new style of mine. My brain is in a "Sleep = good, work = bad" mode right now...

spick
06-24-2003, 02:58 PM
my
forumhome level 1 nopost

<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="{imagesfolder}/bleft.gif" border="0"></td>

<td align="center" background="{imagesfolder}/catbbg.gif" width="100%"></a></td>

<td width="48"><img src="{imagesfolder}/bright.gif" border="0"></td>
</tr>
</table>
</table>
</td></tr></table><br>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="13"><img src="{imagesfolder}/left.gif" border="0"></td>

<td align="center" background="{imagesfolder}/catbg.gif" width="700"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><smallfont color="{categoryfontcolor}"><font color=#06244D><b>$forum[title]</b></font></smallfont></a></td>

<td width="13"><img src="{imagesfolder}/right.gif" border="0"></td>
</tr>
</table>

<table bgcolor="{tablebordercolor}" cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr align="center">
<td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="170" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td>
</tr>

my forumhome
{htmldoctype}
<html>
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- end no cache headers -->
<meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft">
<meta name="description" content="$bbtitle is a discussion forum powered by vBulletin. To visit the forum, go to $bburl/ . To find out about vBulletin, go to http://www.vbulletin.com/ .">
<title>$bbtitle - powered by vBulletin</title>
$headinclude
</head>
<body>
$header<br><br>
<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{pagebgcolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
$loggedinusers
$forumbits
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="{imagesfolder}/bleft.gif" border="0"></td>

<td align="center" background="{imagesfolder}/catbbg.gif" width="100%"></a></td>

<td width="48"><img src="{imagesfolder}/bright.gif" border="0"></td>
</tr>
</table>
</table>
</td></tr></table><br>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
$pminfo
</table>
</td></tr></table>

<!-- /main -->
<!-- timezone/login-->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="top">
<td><smallfont>$timezone</smallfont></td>
<td align="right">$logincode</td>
</tr>
</table>
<!-- /timezone/login -->

<br>

<!-- icons -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td align="center">
<img src="{imagesfolder}/on.gif" border="0" alt="On" align="absmiddle">
<b><smallfont>New posts</smallfont></b>
&nbsp;&nbsp;
<img src="{imagesfolder}/off.gif" border="0" alt="Off" align="absmiddle">
<b><smallfont>No new posts</smallfont></b>
&nbsp;&nbsp;
<img src="{imagesfolder}/offlock.gif" border="0" alt="Closed Forum" align="absmiddle">
<b><smallfont>A closed forum</smallfont></b>
</td>
</tr>
</table>
<!-- /icons -->

$footer
</body>
</html>


someone please fix for me..
#DFDFDF = hex for background if needed.

Moreland
06-25-2003, 03:20 PM
you need to remove the border from the bottom cell and keep it for the other two then make background colour of the cell nothing or the same as ure background.

Tony G
06-26-2003, 08:14 AM
Like I suggested earlier, add the background as the same color as your actual background. Easiest way to get rid of it.

spick
06-27-2003, 01:59 AM
someone do it for me, please :)