AAAHHH! I CANNOT Believe I Can't Figure This Out

Discussion in 'HTML & Website Design' started by johnseiferth, Jun 23, 2009.

  1. #1
    This is one of those things that frustrates the crap out of you, then is so simple, you want to jump out a window.

    OK, I have no idea how to remove the top, horizontal border in the middle of this page just above the opt-in form:

    http://johnseiferth.com/acn/index_acn.html

    PLEASE save me from insanity. Please.

    Thank you -

    John
     
    johnseiferth, Jun 23, 2009 IP
  2. bigroddy

    bigroddy Peon

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Remove this code from the top of that table...

    <tr>
        <td width="2" bgcolor="#468da0"><img src="http://www.johnseiferth.com/images/spacer.gif" width="2" height="2"></td>
        <td width="747" bgcolor="468da0"><img src="http://www.johnseiferth.com/images/spacer.gif" width="2" height="2"></td>
      </tr>
    Code (markup):
    Was also missing a 3rd spacer.gif for the right border by the looks of it...
     
    bigroddy, Jun 23, 2009 IP
  3. ZoidTech

    ZoidTech Banned

    Messages:
    117
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This is the only line of code you need to remove, the other is your side border.

    <td bgcolor="#468da0" width="747"><img src="http://www.johnseiferth.com/images/spacer.gif" width="2" height="2"></td>
    
    Code (markup):
    -Z-
     
    ZoidTech, Jun 24, 2009 IP
  4. johnseiferth

    johnseiferth Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    SWEET! OMG, you have no idea how good that feels. Thank you both for your help.

    JS
     
    johnseiferth, Jun 24, 2009 IP
  5. bigroddy

    bigroddy Peon

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Cant remove that line...just have to take out the bgcolor...otherwise your table will be screwed.

    Then add another 2px td to complete the right border
     
    bigroddy, Jun 24, 2009 IP
  6. prashantban

    prashantban Well-Known Member

    Messages:
    1,202
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    100
    #6
    huh.. thats so simple.. remove the code given above tats it..!! from your header file...
     
    prashantban, Jun 24, 2009 IP
  7. Kendothpro

    Kendothpro Well-Known Member

    Messages:
    574
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    120
    #7
    Or quit using tables for "borders" and use the CSS properties for it :p
     
    Kendothpro, Jun 24, 2009 IP
  8. jonathanfigaro

    jonathanfigaro Peon

    Messages:
    401
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Hire a professional if its too much work.
     
    jonathanfigaro, Jun 24, 2009 IP
  9. bigroddy

    bigroddy Peon

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Or layout in general...Pretty sure that code made several people cringe...
     
    bigroddy, Jun 24, 2009 IP