Show Groups' full name in eps listing [DONE]
Moderator: AniDB
-
- Posts: 312
- Joined: Sat Aug 02, 2003 3:22 am
- Location: Québec, Canada
Show Groups' full name in eps listing [DONE]
When listing episodes on an anime page, you should put alt=GroupName over the groups' short names. This way we won't have to click on the link each time we want to know which group it is...
-
- Posts: 312
- Joined: Sat Aug 02, 2003 3:22 am
- Location: Québec, Canada
-
- Posts: 312
- Joined: Sat Aug 02, 2003 3:22 am
- Location: Québec, Canada
<a href="..." target="..."><acronym title="...">...</acronym></a>
The advantage of doing it this way is that you can assign a special style to links with titles, such as a background hue or dashed underlining instead of the normal solid one.
The advantage of doing it this way is that you can assign a special style to links with titles, such as a background hue or dashed underlining instead of the normal solid one.

Code: Select all
acronym {
border-bottom: 1px dashed #000;
}
a > acronym {
border-bottom: 1px dashed #00f;
}
-
- Posts: 312
- Joined: Sat Aug 02, 2003 3:22 am
- Location: Québec, Canada
-
- Posts: 312
- Joined: Sat Aug 02, 2003 3:22 am
- Location: Québec, Canada