vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Error In Code Causing Border To Not Work Correctly (https://vborg.vbsupport.ru/showthread.php?t=216582)

Hell Bomb 06-19-2009 06:27 PM

Error In Code Causing Border To Not Work Correctly
 
I have managed to fix all the links but i cant seem to find what is wrong with the border code, But can anyone tell me what is wrong with it?Or give me any suggestions on how to fix.

Here is the link to the website that i am having issues fixing
http://choasgaming.com/index.php?styleid=56

Code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" style="border-collapse: collapse">
        <tr>
                <td valign="top" width="80" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/wrapper_l.png')">
                <table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
                        <tr>
                                <td width="80" height="40" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/topleft1.png')"></td>
                        </tr>
                        <tr>
                                <td width="80" height="30" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/topleft2.png')"></td>
                        </tr>
                        <tr>
                                <td width="80" height="120" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/topleft3.png')"></td>
                        </tr>
                        <tr>
                                <td width="80" height="30" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/topleft4.png')"></td>
                        </tr>
                        </table>
                </td>
                <td valign="top">
                <table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
                        <tr>
                                <td>
                                <table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
                                        <tr>
                                                <td width="420" height="40" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/toplogo1.png')"></td>
                                                <td height="40" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/top1.png')">&nbsp;</td>
                                                <td width="220" height="40" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/toplogoright1.png')"></td>
                                        </tr>
                                </table>
                                </td>
                        </tr>
                        <tr>
                                <td>
                                <table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
                                        <tr>
                                                <td width="420" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/toplogo2.png')">
                                                <div class="whitefont">
<div id="clock">Loading...</div>
<script type="text/javascript">
function refrClock()
{
var d=new Date();
var s=d.getSeconds();
var m=d.getMinutes();
var h=d.getHours();
var day=d.getDay();
var date=d.getDate();
var month=d.getMonth();
var year=d.getFullYear();
var days=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var months=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
var am_pm;
if (s<10) {s="0" + s}
if (m<10) {m="0" + m}
if (h>12) {h-=12;am_pm = "pm"}
else {am_pm="am"}
if (h<10) {h="0" + h}
document.getElementById("clock").innerHTML=days[day] + " | " + months[month] + "    " + date  + ", " + year + " | " + h + ":" + m + ":" + s + " " + am_pm;
setTimeout("refrClock()",1000);
}
refrClock();
</script>
                                                </div>
                                                </td>
                                                <td style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/top2.png')">&nbsp;</td>
                                                <td width="220" height="30" align="right" valign="bottom" style="background-image:('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/toplogogright2.png')"><if condition="$show['guest']"><a href="http://www.choasgaming.com/forums/login.php?do=lostpw"><img src="http://choasgaming.com/forums/images/blackstream_lighting_blue/misc/lost_password_bg.png" alt="Lost your password?" width="25" height="20" border="0"></a>&nbsp;<a href="http://choasgaming.com/forums/login.php?do=lostpw"><img src="http://choasgaming.com/forums/images/blackstream_lighting_blue/misc/lost_username_bg.png" alt="Lost your Username?" width="25" height="20" border="0"></a>&nbsp;<a href="http://choasgaming.com/forums/register.php"><img src="http://choasgaming.com/forums/images/blackstream_lighting_blue/misc/registration_bg.png" alt="Make a new account!" width="31" height="20" border="0"></a></if>&nbsp;&nbsp;</td>
                                        </tr>
                                </table>
                                </td>
                        </tr>
                        <tr>
                                <td>
                                <table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
                                        <tr>
                                                <td width="10" height="120" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/logoleft.png')"></td>
                                                <td align="$stylevar[left]"  style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/headerbackground.png')"><a href="http://www.choasgaming.com/index.php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="http://choasgaming.com/index.php" /></a></td>
                                                <td align="$stylevar[right]" id="header_right_cell" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/headerbackground.png')"><if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else/>&nbsp;</if></td>
                                                <td width="10" height="120" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/logoright.png')"></td>
                                        </tr>
                                </table>
                                </td>
                        </tr>
                        <tr>
                                <td>
                                <table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
                                        <tr>
                                                <td align="center" width="10" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/menu_m.png')"><img width="10" height="30" src="$http://www.choasgaming.com/forums/images/menu_l.png" alt="" /></td>
                                                <!-- Home -->
                                                <if condition="THIS_SCRIPT=='adv_index'">
                                                <td class="homevisited" width="60"><a href="http://www.choasgaming.com/index.php">Home</a></td>
                                                <else />
                                                <td class="homelink" style="width:60px; cursor:hand;" onmouseover="this.className='homehover';" onmouseout="this.className='homelink';" onclick="window.location.href='$vboptions[homeurl]';"><a href="http://choasgaming.com/index.php">Home</a></td>
                                                </if>
                                                <!-- /Home -->
                                                <!-- Forum -->
                                                <if condition="THIS_SCRIPT=='adv_index' OR THIS_SCRIPT=='sendmessage' OR THIS_SCRIPT=='memberlist' OR THIS_SCRIPT=='calendar'">
                                                <td class="homelink" style="width:60px; cursor:hand;" onmouseover="this.className='homehover';" onmouseout="this.className='homelink';" onclick="window.location.href='$vboptions[forumhome].php$session[sessionurl_q]';"><a href="http://www.choasgaming.com/forums/forum.php$session[sessionurl_q]">Forum</a></td>
                                                <else />
                                                <td class="homevisited" width="60"><a href="http://www.choasgaming.com/forums/forum.php">Forum</a></td>
                                                </if>
                                                <!-- /Forum -->
                                                <!-- Member List -->
                                                <if condition="THIS_SCRIPT=='memberlist'">
                                                <td class="homevisited" width="100"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
                                                <else />
                                                <td class="homelink" style="width:100px; cursor:hand;" onmouseover="this.className='homehover';" onmouseout="this.className='homelink';" onclick="window.location.href='http://www.choasgaming.com/forums/memberlist.php';"><a href="http://www.choasgaming.com/forums/memberlist.php$session">$vbphrase[members_list]</a></td>
                                                </if>
                                                <!-- /Member List -->
                                                <!-- Calendar -->
                                                <if condition="THIS_SCRIPT=='calendar'">
                                                <td class="homevisited" width="70"><a href="http://www.choasgaming.com/forums/calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
                                                <else />
                                                <td class="homelink" style="width:70px; cursor:hand;" onmouseover="this.className='homehover';" onmouseout="this.className='homelink';" onclick="window.location.href='http://www.choasgaming.com/forums/calendar.php$session[sessionurl_q]';"><a href="http://www.choasgaming.com/forums/calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
                                                </if>
                                                <!-- /Calendar -->
                                                <!-- Contact Us -->
                                                <if condition="THIS_SCRIPT=='sendmessage'">
                                                <td class="homevisited" width="80"><a href="http://www.choasgaming.com/forums/sendmessage.php" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a></td>
                                                <else />
                                                <td class="homelink" style="width:80px; cursor:hand;" onmouseover="this.className='homehover';" onmouseout="this.className='homelink';" onclick="window.location.href='$vboptions[contactuslink]';"><a href="http://choasgaming.com/forums/sendmessage.php" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a></td>
                                                </if>
                                                <!-- /Contact Us -->
                                                <td width="50" align="left" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/menu_b.png')"><img width="50" height="30" src="http://www.choasgaming.com/forums/images/menu_r.png" alt="" /></td>
                                                <td align="left" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/menu_b.png')">&nbsp;</td>
                                                <td align="center" width="8" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/menu_b.png')"><img width="8" height="30" src="http://www.choasgaming.com/forums/images/clear.gif" alt="" /></td>
                                        </tr>
                                </table>
                                </td>
                        </tr>
                </table>
                </td>
                <td valign="top" width="80" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/wrapper_r.png')">
                <table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
                        <tr>
                                <td width="80" height="40" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/topright1.png')"></td>
                        </tr>
                        <tr>
                                <td width="80" height="30" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/topright2.png')"></td>
                        </tr>
                        <tr>
                                <td width="80" height="120" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/topright3.png')"></td>
                        </tr>
                        <tr>
                                <td width="80" height="30" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/topright4.png')"></td>
                        </tr>
                        </table>
                </td>
        </tr>
        <tr>
                <td valign="top" width="80" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/wrapper_l.png')">
                <table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
                        <tr>
                                <td width="80" height="140" style="background-image:url('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/topleft5.png')"></td>
                        </tr>
                        <tr>
                                <td width="80" height="140" style="background-image:('http://www.choasgaming.com/forums/images/blackstream_lighting_blue/misc/images/topleft6.png')"></td>
                        </tr>
                </table>
                </td>
                <td valign="top" bgcolor="#141414">
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]


IdanB 06-19-2009 07:47 PM

at first glance at code, i dont see anything wrong with it, but it needs carefull check of everything there to say for sure.

If i were to debug it, I would start by adding "border="1" and some bright border color to every table in the above code.
That way i would see the layout of tables on page - that would allow me to understand which TD is missing a background image or where's the problem exactly.

Hell Bomb 06-19-2009 09:16 PM

interesting idea, ill try that now.


All times are GMT. The time now is 01:29 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.01048 seconds
  • Memory Usage 1,815KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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