Island Dream Blogger XML Theme
This is a two column XML layout designed for use with the newest version of Blogger and includes full support for the drag and drop widgets. It’s a fixed width and will fit perfectly on an 800×600 screen size and also works on wider screens as well. It has a permanent RSS Feed link in the sidebar. To install just download the .zip file and unpack it, then copy and paste the contents into your HTML editor. The images are already hosted so there’s no need to download them. This theme is ready to go!
Tags: blogger, blogs, themes, blogspot, blogspot templates, web design, free blogger skins







October 10th, 2007 at 3:04 am
Great! really useful website for blogger, Thanks for free template.
October 15th, 2007 at 1:44 pm
I really like this but for some reason I couldn’t paste it, give some errors, I download it and then I copy and paste it but it wont work
October 15th, 2007 at 2:34 pm
Botex - What type of error are you getting?
November 8th, 2007 at 5:24 am
I love this skin. Kudos se7en.. However it works on Internet Explorer but not in Mozilla… Can it be fix? tanx!
March 21st, 2008 at 3:22 pm
I tried it, too, but it didn’t work
November 10th, 2008 at 10:53 am
o new look
January 12th, 2009 at 6:28 pm
nice look,may be it can works on opera
January 3rd, 2010 at 8:32 am
Got this one running but I can’t get text to wrap properly around images without tinkering with the code each time I upload an image. See sunfishtravels.blogspot.com
Pasted this in to help, but again, I have to get under the hood and add class=’alignxxx’ to the image tag every time I make a change.
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
float: right;
}
.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
float: left;
}
Any suggestions?