seshu Inactive Herald Apr 25, 2010 #1 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
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
T thetechmind Inactive Forerunner Apr 25, 2010 #2 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"
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"
F ..:: Free Radical ::.. Forerunner Apr 25, 2010 #3 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
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
seshu Inactive Herald Apr 25, 2010 #4 ^ 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;} images for member online / offline & report button and emoticons within the post are also classified under inlineimg
^ 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;} images for member online / offline & report button and emoticons within the post are also classified under inlineimg
S saumilsingh Inactive Galvanizer Apr 25, 2010 #5 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.
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.
F ..:: Free Radical ::.. Forerunner Apr 25, 2010 #6 Specifically for the reputation images, use this: Code: IMG[src*="reputation"] {display:none!important;}
Specifically for the reputation images, use this: Code: IMG[src*="reputation"] {display:none!important;}
seshu Inactive Herald Apr 25, 2010 #7 ^ Thanks a lot FreeRadical . it is working great & thanks Saumil for the suggestion