Frame border problem

liunx

Guest
OKay, recently i did a html page using frames and my only problem is that in my frames there is a white border line that changes the length or width of the frames. the only problem is my backgorund is black and it looks too noticeable. I have already tried border="0" and frameborder="0" and still no luck, just shortened the bar. Is there a way you can help me plz? Thx.<!--content-->based on your information about what's happening; what's going on is the margins of the page ( i belive )...<br />
<br />
in the <body> tag of the pages that you load into that frame put:<br />
<br />
<body style="margin:0px;padding:0px" ><br />
<br />
<br />
that should fix it...<!--content-->Thanks ucum, that actually did help my webpage more even though i realized the real problem was that i put an extra quotation mark(stupid me) on the frames html file. Thx again.<!--content-->n/m, anytime...<br />
<br />
and btw, i just noticed this was your first post so welcome to the forums :)<!--content-->hey thx. actually my friend told me about this site and now i believe him about how it is so helpful :D<!--content-->
 
Back
Top