I was doing this for couple of days ,but I just dont get it right.
I wanna add Website(s) name in postbit like wjunction
Did some of my own ,and the results are terrible
Is any of you guys know how to do it right ?
Below is what I did so far.
Added to CSS:
Code:
.tinyfont {
font-size: 10px;
}
.tinyfont .webs {
margin-bottom: 4px;
}
.tinyfont .webs div {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #F9FAFA;
border-color: #E5E5E5 #E5E5E5 #E0E0E0;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
margin-top: 2px;
overflow: hidden;
padding: 2px 3px 3px;
white-space: pre;
width: 130px;
}
.tinyfont .webs div:hover {
border: 1px solid #CCCCCC;
}
.tinyfont .webs div a {
display: block;
}
Added the code below to postbit_legacy:
Code:
<div class="tinyfont"><div class="webs">
<if condition="$post['field5']">$post[field5]</if>
</div></div><br /><br />
What I'm missing?
Can someone help me? :-)
Thank you!