hi, i have an ugly white line between my frames. can anybody help?
my code
HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>WastedTime.NET</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="stylesheet" type="text/css" href="/bg/style.css" /> </head> <frameset cols="300,*"> <frame frameborder="0" name="nav" noresize="noresize" scrolling="no" src="/nav.php" /> <frame frameborder="0" name="home" noresize="noresize" src="/home.php" /> </frameset> </html> <!-- Frank Mazzarella (c) -->


Reply With Quote
Bookmarks