Testing from Ubunto/Wine
Mon, 20 Feb 2012 17:37:18 GMT
Mon, 20 Feb 2012 17:53:45 GMT
Adam Curry
adam@curry.com
1
1
144
209
344
582
<script>
function ec (id, showClassName, urlExpand, urlCollapse) {
var imgId = 'img_'+ id;
if (document.getElementById (id).className == 'hide') {
document.getElementById (id).className = showClassName;
document.getElementById (imgId).src = urlCollapse;
}
else {
document.getElementById (id).className = 'hide';
document.getElementById(imgId).src = urlExpand;
}
}
</script>
<style>
.divOutlineBody {
padding: 0;
margin-left: -16px;
}
.divOutlineList {
margin-left: 0;
padding-left: 0;
text-indent: 0;
}
.divOutlineItem {
margin-left: 16px;
}
.spanOutlineText {
cursor: pointer;
float: none;
margin-left: 0;
color: black;
}
.show {
display: block;
}
.hide {
display: none;
}
img.expandIcon {
position: relative;
left: -16px;
margin-right: -16px;
padding: 0;
border: 0;
height: 16px;
width: 16px;
}
</style>
<div class="divOutlineBody">
<div class="divOutlineList" style="padding-left: 0;">
<div class="divOutlineItem" style="padding-bottom: 10px;"><span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">This is being written in the OPML Editor running under Wine-1.3 on Ubuntu.</span><a name="thisIsBeingWrittenInTheOpmlEditorRunningUnderWine13OnUbuntu"> </a><a href="#thisIsBeingWrittenInTheOpmlEditorRunningUnderWine13OnUbuntu"><img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink"></a></div>
<div class="divOutlineItem" style="padding-bottom: 10px;"><span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">Did it work?</span><a name="didItWork"> </a><a href="#didItWork"><img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink"></a></div>
<div class="divOutlineItem" style="padding-bottom: 10px;"><span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">Indeed it did!</span><a name="indeedItDid"> </a><a href="#indeedItDid"><img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink"></a></div>
<div class="divOutlineItem" style="padding-bottom: 10px;"><span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">More info <a href="http://moving2linux.curry.com/">Here</a></span><a name="moreInfoAHrefhttpmoving2linuxcurrycomherea"> </a><a href="#moreInfoAHrefhttpmoving2linuxcurrycomherea"><img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink"></a></div>
</div>
</div>