PDA

View Full Version : Mysterious lines...



Harlock
Wed 23rd Jun '04, 10:52pm
Hoping someone can tell me where I went wrong here. I have no clue where these lines came from, they almost look like 100% width tables with a black background. Anyhow see the attached image, the "lines" in question have been surrounded in red.

http://alabamaforums.com/lines.jpg

Merjawy
Wed 23rd Jun '04, 11:11pm
look at the space tween your post and my reply.. it will show the background color of this forum.. thats what that line is

Harlock
Wed 23rd Jun '04, 11:27pm
I appreciate the response Merjawy. I can change the background color of my forum all day long, but those "lines" stay black. I also tried changing the background color of my main table, and still no luck. Also, they don't fill the space between posts, each line is exactly 2px in height. They really seem to be empty tables with a black border. /boggle
Any other ideas?

Ace
Wed 23rd Jun '04, 11:59pm
Just a stab in the dark, but have you made any alterations to your postbit template recently?

Harlock
Thu 24th Jun '04, 12:12am
I have Kall. I changed it back to default temporarily to see if that would resolve the issue with no luck. I appreciate your reply.

Ace
Thu 24th Jun '04, 12:18am
How about viewing the source code of the page and doing a search in the templates for anyhting that resembles that code?

Merjawy
Thu 24th Jun '04, 2:31am
I see a dark backgroun image on you page

and I took a look at your code comparing it to the default vb3 code in that area only
you will see the difference and you go from there


heres yours



<!-- / close content container -->
<!-- / post #1 --><!-- post #2 -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:750px; text-align:left">
<div style="padding:0px 15px 0px 15px">
<div style="padding:0px 0px 6px 0px">
<!-- this is not the last post shown on the page -->

<table class="tborder" id="post2" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="thead" >
<div class="normal" style="float:right">
&nbsp;
#<a href="showpost.php?p=2&amp;postcount=2" target="new"><strong>2</strong></a> &nbsp;



</div>

<div class="normal">
<!-- status icon and date -->
<a name="post2"><img class="inlineimg" src="images/statusicon/post_old.gif" alt="Old" border="0" /></a>

06-17-2004, 09:45 AM


<!-- / status icon and date -->
</div>
</td>
</tr>


and heres my test page




<!-- / close content container -->
<!-- / post #19313 --><!-- post #19314 -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:right">
<div style="padding:0px 5px 0px 5px">
<div style="padding:0px 0px 6px 0px">
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="thead" style="font-weight:normal" >
<!-- status icon and date -->
<a name="post19314"><img class="inlineimg" src="/vb301/images/statusicon/post_old.gif" alt="Old" border="0" /></a>

21-06-2004, 17:12


<!-- / status icon and date -->
</td>


the date/time is right below that line you're talking about on both codes

good luck

Harlock
Thu 24th Jun '04, 3:42pm
Well, it seems that removing my extra CSS attribute "border: 1px solid #000000;" from the Page Background has resolved this issue. Thanks for the assistance Merjawy & Kall, I'll buy you both a cold beer next time your in the deep south. Take care,
Harlock