May 26, 2004 #1 b4x0r Technical User Joined May 13, 2004 Messages 5 Location US I'm using the frameborder=0 attribute in the each <frame> tag in my site... but I still get a nice white line around all my frames :/ Thanks
I'm using the frameborder=0 attribute in the each <frame> tag in my site... but I still get a nice white line around all my frames :/ Thanks
May 26, 2004 #2 sweevo Programmer Joined Jan 30, 2002 Messages 182 Location GB Try putting framespacing="0" in your tag as well. Upvote 0 Downvote
May 26, 2004 #3 tondarb Programmer Joined Oct 8, 2003 Messages 37 Location US border=0 framespacing=0 and frameborder=0 removes borders. Upvote 0 Downvote