anchor tagSOFTWARE: html <a href="#section1">section1</a> <a name="section1">section1</a>
link to section of html page:
html <a href="#section1">section1</a> <a name="section1">section1</a>
IE8 FixIf you would like your anchor to not have a height in your layout, set a conditional stylesheet for IE8, and in there set font-height: 0; height, margin and padding don't seem to have any effect.
MORE INFO: |