Posts

Showing posts from May, 2007

Linklist Open In New Window

Coding for adding the open in a new window feature to a link list. <b:widget id="'LinkList1'" locked="'false'" title="'Surfing" type="'LinkList'"><b:includable id="'main'"><b:if cond="'data:title'"><h2><data:title/></h2></b:if> <div class="'widget-content'"> <ul> <b:loop values="'data:links'" var="'link'"> <li><a href="'data:link.target'" target="'blank'"><data:link.name/></a></li> </b:loop> </ul> <b:include name="'quickedit'/"> </div></b:includable></b:widget> Remove all the double quotation marks. Mishka Testing Blogger

Opening in New Window

This the html for opening a link in a new window. <a href="URL of Link" target="_blank">Text</a> Mishka Testing Blogger

Blogger DMCA URL

This is the URL for info on Blogger/Google's policy on DMCA for copyright issues. http://www.google.com/blogger_dmca.html Mishka Testing Blogger

Blogger Content Url

This is the link to the more specific list of Blogger Content in relation to the TOS. http://www.blogger.com/content.g Mishka Testing Blogger

Blogger Status Page

Sometimes this page gives us some info that we need.... http://status.blogger.com and the url can be helpful to have. Mishka Testing Blogger

Changing "Email Post" Text

These are the instructions for changing the email post alt text on the mouseover to something else... Expand widgets on a layout template Find this line of text <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'> And replace it with <a expr:href='data:post.emailPostUrl' title='E-mail This Post'> Mishka Testing Blogger