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