Maybe a Bug in the html interpreter
Denis <[email protected]>
| Newsgroups | gmane.comp.web.links.list |
|---|---|
| Message-ID | <[email protected]> |
Hello all, I don't know if it's the right list, but i haven't found a devl-list. The case is this, i was writing a html page and this lines didn't work in links, elinks and links 2: --- <b>Clik <a href="somewhere.html"></b>Here<b>...</a></b><br> <i>Clik <a href="somewhere.html"></i>Here<i>...</a></i><br> --- I cannot access the links in the viewer, but in other browsers (lynx, konqueror and mozilla) this works fine. If i invert the bold and italic code, the thwo links works: --- </b>Clik <a href="somewhere.html"><b>Here</b>...</a><br> </i>Clik <a href="somewhere.html"><i>Here</i>...</a><br> --- the entire page i tested was this: --- <html> <head> </head> <body> <b>Clik <a href="somewhere.html"></b>Here<b>...</a></b><br> <i>Clik <a href="somewhere.html"></i>Here<i>...</a></i><br> </b>Clik <a href="somewhere.html"><b>Here</b>...</a><br> </i>Clik <a href="somewhere.html"><i>Here</i>...</a><br> </body> </html> --- is it a bug? or what? thanks, Denis Schneider Strassmann _______________________________________________ Links-list mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/links-list