Search Results

0
votes

Remove border from IFrame

frameborder="0" http://www.htmlcodetutorial.com/frames/_IFRAME_FRAMEBORDER.html …
0
votes

How do I create a link to a footnote in HTML?

anchor tags using named anchors http://www.w3schools.com/HTML/html_links.asp …
2
votes

JavaScript to scroll long page to DIV

Why not a named anchor? …
0
votes

float divs

li { width: 100%;} .a { float: left;} .b { float: left;} …