That depends, do you have access to:
http://mellanese.textamerica.com/2005.css/Bloggish/flower.css
If so edit the entry for:
Code:
.eItem
{
background-image: url(/2005.images/Bloggish/thumb-flower.gif);
background-repeat: no-repeat;
background-position: left top;
padding:10px;
}
Or, simply remove it. If not, add this:
Code:
<style type="text/css">
.eItem
{
background-image: none;
padding:0;
}
</style>
as close after the line:
Code:
<link type='text/css' rel='stylesheet' href='/2005.css/Bloggish/flower.css' />
as you can.
Bookmarks