HTML feeds trouble in build 229
Friday, 7. April 2006, 15:41:31
NOTE: Build 236 has this fixed!
Due to bad timing in our internal build process, a stylesheet snuck into this weekly for unix that should never have been there. This stylesheet is mime.css and controls all mail/news/feeds appearance. The stylesheet causes rss feeds not to display if you prefer HTML instead of text (this is the default setting and can be changed in the Mail window View menu > Display). You can fix this yourself by changing a single line in the mime.css file. The file is in the /usr/share/opera/styles/ directory. Change
Due to bad timing in our internal build process, a stylesheet snuck into this weekly for unix that should never have been there. This stylesheet is mime.css and controls all mail/news/feeds appearance. The stylesheet causes rss feeds not to display if you prefer HTML instead of text (this is the default setting and can be changed in the Mail window View menu > Display). You can fix this yourself by changing a single line in the mime.css file. The file is in the /usr/share/opera/styles/ directory. Change
div.headers {display: none;}
into
div.headers {visibility: hidden; height: 0;}
After having done this you must save the file a place you have write access to, such as /home/username/Documents. After that, open this link: opera:config#UserPrefs|MIMEStyleFile and choose your file. Press Save in the section (scroll way down to find the save button) and you are done. Click another feed item and everything should be fine.
Sincere apologies for this... 













