Saturday, August 23, 2008

Whats A Good Lube To Masterbate With For Men

How to display the comments numbered? -78 -

]]>\u0026lt;/ b: skin> ;. Preferable that hit at the end (before ]]>\u0026lt;/ b: skin>) it may be that at some point, do not want this and you will make it easier to locate it for disposal.


. CommentIndex {float: right; position: relative; top: 25px; left: 3px;
margin-left:-200px;
font: bold italic 30pt 'Century Gothic', 'Trebuchet MS'; color : red; opacity: 0.3; -moz-opacity: 0.3;
filter: alpha (Opacity = 30);}

. CommentIndex: hover {font-size: 80px;}

Explanation : - In float, you can change its position, either left (left) or right (right).

- In the margin, see
- in opacity, the number will appear opaque or transparent (on post), if you want to delete and disappear as the transparent.
2. Find the following:
\u0026lt;dl id='comments-block'>
\u0026lt;b:loop values='data:post.comments' var='comment'>




3. Add the following (which is in blue) after:


\u0026lt;dl id='comments-block'>

\u0026lt;script type='text/javascript'> Index = 1; \u0026lt;/ script> ;

\u0026lt;b:loop values='data:post.comments' var='comment'>



Monday, August 11, 2008

1080p Up Converting Vlc

How to display the photo of the author of the commentary on the main page? -77 -



1. Go
template design, then Edit HTML and click Expand Widget Templates, look for the following: \u0026lt;dl id='comments-block'>

\u0026lt;b: loop values \u200b\u200b= 'data: post.comments' var = 'comment'>

2. Add the following (which is in blue) after:
\u0026lt;b:loop values='data:post.comments' var='comment'>
\u0026lt;div style = "clear : both ">
\u0026lt;dt class =" float: left; margin-right: 5px; clear: both; "expr: id = '" commentphoto " + Data: comment.id '>
\u0026lt;/ dt>
\u0026lt;b:if cond='data:comment.authorUrl'> \u0026lt;script type="text/javascript"> if (typeof (commentPhotoIds) == 'undefined') was commentPhotoIds = []; commentPhotoIds.push ({'id': 'commentphoto \u0026lt;data:comment.id/> & # 39;, 'url': '\u0026lt;data:comment.authorUrl/>'});
\u0026lt;/ script>
\u0026lt;b:else/>
\u0026lt; ; script type = "text / javascript"> if (typeof (commentPhotoIds) == 'undefined') var commentPhotoIds = []; commentPhotoIds.push ({'id': ' ; photo \u0026lt;data:comment.id/> comment ',' url':''}); \u0026lt;/ script> \u0026lt;/ b: if>

\u0026lt;dt class='comment-author' expr:id='"comment-" + data:comment.id'> <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/> <data:comment.author/> </b:if> <data:commentPostedByMsg/> </dt>
<b:if cond='data:comment.author == data:post.author'> <dd class='comment-body-author'> <p>
</p>
</dd>
<b:else/> <dd class='comment-body'>
<b:if cond='data:comment.isDeleted'> <span class='deleted-comment'><data:comment.body/></span> <b:else/>
<p><data:comment.body/></p> </b:if>
</dd>
</b:if>

<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='"#comment-" + data:comment.id' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>

</div>



</b:loop>

</dl>




Explanation:

\u0026lt;div style="clear:both"> \u0026lt;dt class = "float: left; margin-right: 5px; clear: both;" expr: id = '"commentphoto" + data: comment.id '>
- In float, you can change its position, either left (left) or right (right).
- In the margin, see





here.



3.
Paste the following before \u0026lt;/ body> (this is the end of the template)



\u0026lt;script type='text/javascript'>
//\u0026lt;![ CDATA [
commentPhotoDo function () {
each tag;
for (var i = 0; in
tag = document.createElement ('script');
tag.type = 'text / javascript'; tag.src = 'http:/ / scrape.singpolyma.net / avatar.php? maxwidth = 70 & url = '+ encodeURIComponent (commentPhotoIds [i]. url) +' & id = '+ encodeURIComponent (commentPhotoIds [i]. id) +' & default image = '+ encodeURIComponent (' http://img139.imageshack.us/img139/1011/defaultavatarad7.png '); document.body.appendChild (tag);
} / / end for each of the commentPhotoIds
} / / end function commentPhotoDo if ( typeof (commentPhotoIds)! = "Undefined") commentPhotoDo ();
//]]> \u0026lt;/ script>

* Add your own picture where it says: & defaultimage = '+ encodeURIComponent (' http://aquĆ­-la- direction-of-you-image '), because some do not add your photo and an image will appear as an anonymous (?), but if they are registered on Blogger (with-link).
In the case of anonymous image simply appears that you have.
- With respect to the image has to be 60px wide by 45px tall. **
pixels px .-
4. Finally, save the changes.