Forum Feedback reputation - 5 star representation

Status
Not open for further replies.

seshu

Inactive
Herald
can you please replace the present reputation system with a 5 star rating ...

I often browse with images turned off &

ALT Text of current reputation images disturbs the page width :(

terep.gif
 
as a temp solution u can view pages "printable version"

when the thread is loading you can go to "thread tools" and click on "show printable version"
 
Hey, seshu, just use Adblock or css to block images and your page width will remain fine.

For Adblock --> *img* filter or *.jpg etc.

For css ---> IMG {display:none!important;}

eg. if you are using Firefox,

enter this code into a new userstyle in the Stylish extension

Code:
/*      ..:: Free Radical ::...       */

@namespace url([url]http://www.w3.org/1999/xhtml[/url]);

IMG {display:none!important;}

This will not disturb the page width while you are browsing and save your bandwidth
 
^ thank you both :) I will try the later and report back ...

Hi FreeRad , please check if the following is a better code for my problem here ...

Code:
 .inlineimg {display :none !important;}

:oops: images for member online / offline & report button and emoticons within the post are also classified under inlineimg
 
If you are using IE, there's an option to not expand the images to fit all of the ALT text when images are disabled.
 
Status
Not open for further replies.