Originally posted by PeOfEo
why couldn't you just use the html attribute. Border="0".
Because the IFRAME element doesn't have a "border" attribute. It does, however, have a "frameborder" attribute. See http://www.w3.org/TR/html4/present/f...ml#edef-IFRAME.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Example</title>
<iframe src="http://www.w3.org/" frameborder="0"><a href="http://www.w3.org/">http://www.w3.org/</a></iframe>
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
Bookmarks