Yep, but... you might wanna make sure and wait for another commenter to confirm my answer as I am unsure. Better yet, why don't you ask the iContact guys because they can give you an answer better...
Must have been the lobotomy but the attributes I have added for farmeborder don't remove the grey border on my 3 part frame (1-top banner) 1-left frame for buttons & right frame for info..
Here is part of the code:.
</head>.
<frameset rows="12%,88%">.
<frame src="banner.htm" frameborder="0" marginheight="0" marginwidth="0" noresize>.
<frameset cols="16%,84%">.
<frame src="Home-l.htm" frameborder="0" marginwidth="0" marginheight="0" noresize>.
<frame src="Home-r.htm" name="frame_c" frameborder="0" marginwidth="10" marginheight="10" noresize>.
</frameset>.
</frameset>.
</html>.
What did I do wrong ???Thankks for help.... wart..
Add this to the.
Frameset.
Border="0".
Example:.
<html>.
<head>.
<title>Untitled Document</title>.
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">.
</head>.
<frameset cols="108,*" frameborder="NO" border="0" framespacing="0" rows="*">.
<frame name="leftFrame" scrolling="NO" noresize src="left.htm">.
<frameset cols="*,118" frameborder="NO" border="0" framespacing="0" rows="*">.
<frameset rows="71,*" frameborder="NO" border="0" framespacing="0" cols="*">.
<frame name="topFrame" scrolling="NO" noresize src="top.htm" >.
<frame name="mainFrame" src="home.htm">.
</frameset>.
<frame name="rightFrame" scrolling="NO" noresize src="right.htm">.
</frameset>.
</frameset>.
<noframes><body bgcolor="#FFFFFF" text="#000000">.
</body></noframes>.
</html>.
Some options has to go in the frameset,.
Some in the frame...
<title>WDMV-Home</title>.
<!some meta tags removed>.
<meta http-equiv="content-script-type" content="text/javascript">.
<meta http-equiv="Content-Type" content=.
"text/html; charset=iso-8859-1">.
<meta name="distribution" content="global">.
<style type="text/css">.
BODY {background: #330000}.
</style>.
</head>.
<frameset rows="12%,98%">.
<frame src="banner.htm" frameborder="0" scrolling="NO" noresize >.
<frameset cols="16%,84%">.
<frame src="Home-l.htm" frameborder="0" scrolling="NO" noresize >.
<frame src="Home-r.htm" name="frame_c" frameborder="0">.
</frameset>.
</frameset>.
</html>.
But when I tried adding the info [frameborder="no" border="0".
Framespacing="0"].
To the rows or cols command I get, from the validator at W3C (summary),.
"Line 26, column 37: there is no attribute "FRAMEBORDER", no attribute.
"BORDER",and no attribute "FRAMESPACING".
All my pages, except the master frame pages are html 4 transitional &.
They parse but this one doesn't..
The borders vanish with the code in the rows and cols but the page.
Doesn,t parse..
Any suggestions ?? All I need is a way of simply eliminating the borders..
Thanks for time donated to solve this frames problem so far ! wart..
Forgot to add this to head of last post:.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN".
"http://www.w3.org/TR/html4/frameset.dtd">.
Wart..
My last 2 posts were probally confusing so here is the problem again: wart.
Enclosed is my frame base page which parses ok but when I try add border="0" to the frameset commands, the page refuses to parse properly. Any help appreciated. wart.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN".
"http://www.w3.org/TR/html4/frameset.dtd">.
<html>.
<head>.
<title>WDMV-Home</title>.
<meta name="DESCRIPTION" content=.
"MV DESIGN,signs,art,artists,signmaking,Cape Breton,Nova Scotia,nature photography,murals,digital art,gallery">.
<meta name="KEYWORDS" content=.
"MVDesign,Delorey,Vuillemot,artists,art,murals,signs,signmaking,artwork,nature photograhy,Cape Breton,Nova Scotia,images,signmakers,digital art,surreal,surrealism,fantasy,gallery,virtual gallery,nature,design,banners,graphic design,muralist,Mabou,Inverness County,Canada,Cape Breton Business">.
<meta name="AUTHOR" content=.
"c-2004-W.Delorey.
Wdmv@ns.sympatico.ca.
">.
<meta http-equiv="content-script-type" content="text/javascript">.
<meta http-equiv="Content-Type" content=.
"text/html; charset=iso-8859-1">.
<meta name="distribution" content="global">.
<style type="text/css">.
BODY {background: #330000}.
</style>.
<!.
Http://www3.ns.sympatico.ca/wdmv.
All pictures, text and layout on this iContact website are copyright Walter Delorey..
They may not be copied or reproduced without permission. All Rights Reserved. //>.
</head>.
<frameset rows="12%,98%">.
<frame src="banner.htm" frameborder="0" scrolling="NO" marginwidth="0" marginheight="0" noresize >.
<frameset cols="15%,85%">.
<frame src="Home-l.htm" frameborder="0" scrolling="NO" marginwidth="0" marginheight="0" noresize >.
<frame src="Home-r.htm" name="frame_c" frameborder="0"marginwidth="10" marginheight="10" >.
</frameset>.
</frameset>..
It is not possible..
Or no borders or validate with borders..
Read:.
Http://lists.w3.org/Archives/Public/...4May/0153.html.
To create your own doctype, half the page..
More:.
Http://www.google.nl/search?q=valida...&start=10&sa=N..

