Have one of your typical alpah menus a the top of the page with numberous links to various points in the body. Instead of using <a name=""> tags thoughout the document, was thinking of assigning id="" to the various parts of the document (in this case, table cells) i.e. instead of dropping an <a name="a"></a> above the cell, want to tag the cell <td id="a">
Is there a downside to this approach? Is there an upside? In the case of the <a name=""> tag, is it equivalent to an id="".
Thoughts appreciated.
Bob
Is there a downside to this approach? Is there an upside? In the case of the <a name=""> tag, is it equivalent to an id="".
Thoughts appreciated.
Bob