Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

frameborder shows white line

Status
Not open for further replies.

elck

Programmer
Apr 19, 2004
176
NL
Hello.
I cannot seem to get rid of the white line between frames.
I never had this problem.

Could you please have a look?

(Please check first the replies below to see if the problems is solved)

My site is at:

Code:
[URL unfurl="true"]http://robbertjandonker.kralingen.nl/[/URL]
 
Well, there are a couple of problems with your source code. No close frame tags (</frame>) and the style attribute is 'border' (not 'borders').

Nevertheless, if you change your FRAMESET tag to the following, I think you'll be fine:

Code:
<FRAMESET ROWS="160px,*" [red]framespacing='0px' frameborder='0px'[/red] style="borders:0px solid green;margin: 0px;padding:0px;background-color:#000000">

'hope that does it for you.

--Dave
 
Hi Looking,

You are right that many things went wrong there, mainly because I tried everything and anything to correct the problem.

Main thing is it works fine now,

Thanks

 
Good! Fester's tip does the trick too (for me, in IE6) and requires fewer keystrokes!

--Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top