smartalecc5
04-12-2003, 04:02 AM
How do I get rid of the dividing line between the 2 frames? You can see the example at www.geocities.com/socomdelta2/main.html and the code is
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<FRAMESET COLS="20%,80%">
<FRAME SRC="l.html" name="l" frameborder="no">
<FRAME SRC="rightside.html" name="middle">
</FRAMESET>
<title>Socom: Dark Night Clan</title>
</head>
<body>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<FRAMESET COLS="20%,80%">
<FRAME SRC="l.html" name="l" frameborder="no">
<FRAME SRC="rightside.html" name="middle">
</FRAMESET>
<title>Socom: Dark Night Clan</title>
</head>
<body>
</body>
</html>