I created a custom template for the infochannel.tpl
and the blog_channel.tpl.
They were both referring to a own .CSS file.
I noticed that in /area51/ mode the display off
e.g. /usr/templates/images/i_more.gif was correct.
When I started viewing it as a visitor there was a
border around the i_more.gif.
I fixed it with a simple work around: by adding the
following in my own .CSS file:
Code:
img {
border : none;
}
However, I think SAPID should in a single view mode
react the same as in the editing mode....
http://sapid-club.com/en/viewtopic.php?t=133