|
Posted by Sandy Bremmer on May 30, 2005, 4:37 am
Please log in for more thread options
On Mon, 30 May 2005 13:21:41 +1000, Mark Parnell
>Previously in comp.infosystems.www.authoring.html, Sandy Bremmer
>
>> I have, for instance, seen where the "a href=..." tag begins outside
>> the TR and ends outside the end /TR. Similarly, I have seen where the
>> "a href=..." tag begins outside the first TD and ends outside the last
>> /TD.
>
>Both are invalid, according to the specs.
>
>> These work in Internet Explorer, but no other browser I've used
>> (Opera, Firefox, Netscape).
>
>Unsurprising. :-)
>
>> The table row I have in mind contains 9 TD cells. Do I create the "a
>> href=..." tag within each TD cell,
>
>Yes.
>
>> or might there be a valid all
>> inclusive approach instead of creating 9 hyperlink tags respectively?
>
>Only by taking them out of the table. Which if it isn't actually tabular
>data, you should do anyway. But I can't judge that without more
>information, such as a URL.
Well, I haven't created it yet. :) Yes, it's tabular (it's a
demographics/census table generated via PHP that totals across and
down). In theory I need really make only the first cell of each row a
link since that's the descriptive text but I was wondering about
making anywhere in the row click'able for convenience since I've seen
that with some tables, albeit as mentioned, invalid lest one limits to
Internet Explorer.
Thanks.
|