virokill 0 Posted September 3, 2007 Report Share Posted September 3, 2007 hi i have a frameset and where the two frames come togeather there is an ugly white border. can anybody please give me a valid code toeither set the border width to 0px or to set the color to my background color?thanks in advance - example: http://wastedtime.co.nr Quote Link to post Share on other sites
Synook 47 Posted September 3, 2007 Report Share Posted September 3, 2007 For the frames you want to have no border for set <frame frameborder="0" /> Quote Link to post Share on other sites
virokill 0 Posted September 5, 2007 Author Report Share Posted September 5, 2007 i have that. there still is a white line. this is my frameset page:<!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 © --> Quote Link to post Share on other sites
webspider25 0 Posted September 8, 2007 Report Share Posted September 8, 2007 HI Dear,Your requirement of omitting the border cant be happend.Coz by default it will remain there .So you have to change the Background color to "white" to hide that white border line(Its not border line).regardswebspider25 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.