Forums: Index → Support Requests → Alphabetization Table Icon
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Hello. Due to the alphabetization icon not appearing in sortable tables, I have been using the following code on my wiki's Wikia.css page:
table.jquery-tablesorter th.headerSort {
background-image: url("http://slot1.images.wikia.nocookie.net/__cb58381/common/skins/common/images/sort_none.gif") !important;
background-position: right !important;
padding-bottom: 0px !important;
background-repeat: no-repeat !important;
}
However, it seems the substitute image no longer exists. Are there any other methods I can use to fix this problem?
Thank you,
--Whistle9 (Talk) 11:46, September 18, 2012 (UTC)
background-image: url("http://slot1.images.wikia.nocookie.net/__cb58381/resources/jquery/images/sort_none.gif") !important;
- Should work -- RandomTime 12:18, September 18, 2012 (UTC)
- Yep, that's done it. Thank you.