Home >Web Front-end >HTML Tutorial >Regarding the problem of making an entire
I want the entire b6c5a531a458a2e790c1fd6421739d1c to become a hyperlink
This is what I wrote
01993000a93b6ddff58e3da95ec345e60af0187601f0a7f056878ec72b0e12d1 b90dd5946f0946207856a8a37f441edf5db79b134e9f6b82c0b36e0489ee08ed
This can be achieved
However, it will not turn into a small hand when the mouse is clicked, although the link is valid. Is there any solution?
Also, if I want to control the small hand icon and hyperlink in the middle of this b6c5a531a458a2e790c1fd6421739d1c, is there any way to position it?
<td width=13%> <a href="abc.acb.com">abc</a></td> </a>
- -, also see this writing
Standard web page writing:
Block-level elements can contain block-level elements and row-level elements
But row-level elements can only contain row-level elements
Yourba81f3452f55ca9e26b78b41128236fa 0af0187601f0a7f056878ec72b0e12d1 b90dd5946f0946207856a8a37f441edf 5db79b134e9f6b82c0b36e0489ee08ed is non-standard. Place the A tag inside TD
You can use padding or margin to position the size and position of the A tag.
The style of changing the palm is: cursor:pointer
The original poster, I often do that too, but the last time I posted it here, there was a lot of criticism...
If not Don’t do this in special circumstances. It seems that cell links are not supported under Firefox!
You can
0af0187601f0a7f056878ec72b0e12d1 01993000a93b6ddff58e3da95ec345e6abc16ef26f8b7ea0fc89bdf90e275a93e5db90dd5946f0946207856a8a37f441edf 5db79b134e9f6b82c0b36e0489ee08ed
Then set the link in td to block display:block; Then make it as tall as you want, as wide as you want, and in whatever style you want. What style...
Last time I was just replying to the post upstairs, so don’t say it was a scolding.
But you really need to pay attention to the use of html tags.
What if there are multiple TDs? Like this01993000a93b6ddff58e3da95ec345e6 0af0187601f0a7f056878ec72b0e12d1b90dd5946f0946207856a8a37f441edf 0af0187601f0a7f056878ec72b0e12d1b90dd5946f0946207856a8a37f441edf7ee5bc0903a86366ad0fa38242b7d6a7b90dd5946f0946207856a8a37f441edf5db79b134e9f6b82c0b36e0489ee08ed
How to implement block hyperlinks?