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

how do i get rid of a frame border?????

Status
Not open for further replies.

Oxymoron

Technical User
Dec 17, 2000
168
GB
hiya.
I have a webpage which uses 3 vertical frames and a .swf (flash animation) in the top frame.
___ ___ ___
|__.s w f___|
| 1 | 2 | 3 |

my problem is that the backgrounds of all these frames is black, but the borders of each of the frames has a small white line.
I have specified in the HTML froperties of each frame noborder.
is there anything else I can do?
any and all comments and tips appreciated!
thanks very much
JoE
 
Have you tried..


<frameset rows=&quot;40,*&quot; frameborder=&quot;0&quot;>


Just a thought.. :)

ToddWW
 
Try also one of these:

<body marginwidth=&quot;0&quot; marginheight=&quot;0&quot;>

<frameset framespacing=&quot;0&quot; frameborder=&quot;0&quot;>

Hope this helps a bit,
Erik
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top