Marcus Boerger wrote: > To make this thing work on more then the newest software out i should be > <a name="[id]" /> since id was introduced first with html 4.0 and prior > to this only a could become a target using the name attribute.
There's a table with support of <div id> VS <a name> in particular browsers at http://blog.filosof.biz/index.php?p=216 . It's in some weird language (Czech IMHO) but the result is readable well. If you decide to use <a name>, please use <a name=""></a> instead of <a name="" /> as the former one is backwards compatible (ancient browsers know that <a> is pair tag but don't know anything about XML style of closing tags so they may leave <a> open). Jakub Vrana -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php