Private, Group & Public
I am adding private, group and public features into the current Content Management System. When you are in the private section you only see your private content. When you are in the group section you only see content that you and others share. Of course, under the public section everybody sees. There is no mistery there.
You can turn on and turn off the flickr app when you right click on the title of an article, blog or page. When you right click on a picture you can make it the thumbnail of an article. This makes thumbnails can varry in sizes significantly. So I have to add an auto sizing into the css to make the thumbnail more or less uniform. Here are the code:
.feature_thumnail {
max-height:90px;
height:auto !important;
height:90px;
max-width:90px;
width:auto !important;
width:90px;
}
Grey Words Blog





There are no comments or notes yet... Kick things up a notch by filling out the form below.