Closed
Bug 304274
Opened 19 years ago
Closed 19 years ago
If I write homepages I use tabledata as link
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bb, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 If i try to use <td> as link, nothing happend. I don't know, if it is rights, but the Iexplore use it as link. Example: <table> <tr> <a href=xyz.html> <td> text for the link </td> </a> </tr> </table> thank you, for give me some Answer. Bernhard Bunnenberg Reproducible: Always Actual Results: nothing Expected Results: use the Link
Comment 1•19 years ago
|
||
A <tr> is not supposed to hold table data, that's what <td> is for. Put your link in the <td>. -->INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•