Polyglot Studio
A log of all the coding stuffs
-
-
-
Saturday, January 19, 2019
Blogger HTML Widget Show Specific Label Posts In Blogger
.
1.Goto Blogger Layout
2.Add a new Widget. select HTML type.
3.Add the following codes into the body of Widget.
/* Recent posts by labels widget*/ img.label_thumb{ float:left; margin-right:10px !important; height:72px; /* Thumbnail height */ width:72px; /* Thumbnail width */ border: 1px solid #fff; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4); box-shadow: 0 1px 1px rgba(0, 0, 0, .4); } #label_with_thumbs { text-align: justify; font: normal 18px Port Lligat Slab; float: left; width: 98%; min-height: 70px; margin: 0px 10px 2px 0px; padding: 0; } ul#label_with_thumbs li { padding:8px 0; min-height:75px; margin-bottom:0px; border-bottom: 1px dotted #999999; } #label_with_thumbs li{ list-style: none ; padding-left:0px !important; } #label_with_thumbs a:visited { text-decoration: none; color: black;} #label_with_thumbs a:link { text-decoration: none; color: black;} #label_with_thumbs a { text-transform: none;} #label_with_thumbs a:hover { text-decoration: underline;} #label_with_thumbs strong {padding-left:0px; }
alternative codes:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment