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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ugly white lines between frames in a framset ..

Status
Not open for further replies.

sophie24

Programmer
Jan 20, 2002
20
0
0
CH
I have a html code like bottom and have white lines between the frames in the frameset. Can anyone help me to solve this ugly problem ? Thanks
<HTML>
<HEAD>
</HEAD>
<FRAMESET rows=&quot;100,200&quot;>
<FRAME src=&quot;frame1.html&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot;>
<FRAMESET cols=&quot;20%,80%&quot;>
<FRAME src=&quot;frame2.html&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot;>
<FRAME src=&quot;frame3.html&quot; scrolling=&quot;auto&quot; frameborder=&quot;0&quot;>
</FRAMESET>
</FRAMESET>
</HTML>
 
.. every frame is only a black page (maybe colored), but the main page with the framesets in the html code has height = 1 pixel white lines between the frames .. (forget to add)
 
try this :

<frameset rows=&quot;100,200&quot; framespacing=&quot;0&quot; frameborder=&quot;0&quot;>

I hope this helps, BobbaFet

Everyone has a right to my opinion.
E-mail me at caswegkamp@hotmail.com

&quot;<beer brand> is like making love in a cano...
it's <f-word + ing> close to water !!!&quot;
- Monty Python's Flying Circus, 1969/70
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top