feather

Featherweb Blog

Blog index

chain

Improved Lovable Links...

I have made some small changes to the downloadable "Lovable Links" file. Nothing earth-shattering, but I believe it is now a bit nicer to use.The original blog post about Lovable links is here.

1. The table has grown to 25 rows.
2. When hovering over a link, it changes to a more appealing color. In my opinion at least... 😀
3. The table cells ("td's" in web jargon) are now entirely clickable. No need to click a link text accurately. The cells now behave more like buttons, making the page more comfortable to use. Just a little bit of css style was all that was needed:

td a {
width: 100%;
display: block;
}

I hope you like it.
To Download the new version.

🔼