hi this is really a very nice template i have used it on my blog but i was unable to understand whats da meaning of da link"subscribe to the blogs feed" neways keep up da gud work frend hope i will be seeing more gud lukin templates from u;)
In certain offices bloger photos pages are blocked. For them this theme will be just blank. How about if u you could upload the images to google pages. Or create another one (carbon copy) with google images. This is a small suggestion
Thanks for the templates. All of them look wonderful! This is a great service that you provide (since it seems Blogger doesn't want to offer new templates). I just wish you had some three-column designs. Great job anyway!
I like this template, too, but the blog title and blog description at the top have white backgrounds rather than being the same color as the image. Both Firefox and MSIE. These are all good.
All you have to do is copy the CSS files and the .png images to your own webspace... change the links in the HTML and CSS files accordingly... republish. and wala. That's what I did.
I have one problem, i can't access the "Download" link, it says you have exceeded your bandwidth limit. I really like your template, so please get it working quickly!
Has anyone found a way to get this template working in IE6 or IE7? It works fine in Firefox.
I got the top header to sort of work by editing the blue-curves.css file to include the height/width of the top middle bar. I haven't figured out a solution for the bottom bar (it's still missing).
Look for this part in curves-blue.css (you need to download from http://googlelite.free.fr/curves-blue.css and host on your own site like google pages):
div#banner { /*red fill color above the curve*/ background: url(banner.0.png); }
That code is near the top. Change to:
div#banner { /*red fill color above the curve*/ background: url(banner.0.png); height: 50px; }
That'll fix the top bar for IE7. Not sure about IE6 or the bottom bar. Everthing else looks good in Firefox.
I've hosted all the required files at http://lutherleagueblog.googlepages.com and changed the template and various files to reflect the location update.
Please... this is the second template I got here that seems to have corrupted ( stopped working right) what is going on? the other was the girl and guy pulling down the sky on the beach with the purple background........ HELP! Please
I confirm that this template is not working properly in Mozilla. Someone have some way to solve this problem?! If not I will be obliged to change it :-(
Ok I have found it has something to do with the antivirus programs....??? I dont know why... BUT NOW My NAVBAR is back and I did NOT remove the lil box up top that says remove to unhide navbar... how did this happen?
hi...great templates here but very moody:( am using this particular one but the layout hasnt appeared for the past 3 days.. any suggestions/reasons for the same? http://chitgo.nomadlife.org
I love your templates, but some are a bit buggy and not inter-operable between web browsers. In particular, I think there is something wrong with your CSS.
I suggest you get acquainted with the W3C Validation Tools such as the CSS validator. That will put you on track to perfectly interoperable code.
This template is pretty good.. I currently use it... here's my blog : http://ready-2-wear.blogspot.com It doesn't work well with Firefox.. Too bad! Bye
We were unable to preview your template Please correct the error below, and submit your template again. Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: The content of elements must consist of well-formed character data or markup.
love it love it love it love it...you are awesome!
keep up your work..
Sili Frebrian May 22, 2006 at 5:30 PM # | Delete
what happened to the old templates?
Admin May 22, 2006 at 8:10 PM # | Delete
I was SO HAPPY to see new templates today! :) Thanks so much! :)
Anonymous May 22, 2006 at 9:02 PM # | Delete
I LOVE IT!!!! But the "search this blog" function doesn't seem to be working. (?) ...
Anonymous May 22, 2006 at 9:07 PM # | Delete
Let Google crawl the blog first...
1ijack> Old Templates are still online (Upgrade in progress)
Anonymous May 22, 2006 at 11:10 PM # | Delete
SEXY!
Raghav May 23, 2006 at 7:01 AM # | Delete
Hi, thank you very much! It's a really great new template!
Greets from Bochum / Germany
Philipp
Philipp May 23, 2006 at 11:42 AM # | Delete
hi
this is really a very nice template
i have used it on my blog but i was unable to understand whats da meaning of da link"subscribe to the blogs feed"
neways keep up da gud work frend
hope i will be seeing more gud lukin templates from u;)
sr33 May 23, 2006 at 12:50 PM # | Delete
wow very nice template Vasily,, i love this one, actually i download ur blog template and use it in my blog site Thanks! Glenn
Bart May 24, 2006 at 5:35 AM # | Delete
Loved it, but a problem.
In certain offices bloger photos pages are blocked. For them this theme will be just blank. How about if u you could upload the images to google pages. Or create another one (carbon copy) with google images. This is a small suggestion
Manjithkaini May 24, 2006 at 10:38 AM # | Delete
Thanks for the templates. All of them look wonderful! This is a great service that you provide (since it seems Blogger doesn't want to offer new templates). I just wish you had some three-column designs. Great job anyway!
Mr Rocky Top May 24, 2006 at 7:58 PM # | Delete
Hi, I tried to implement this one yesterday but there seems to be a bug: the top and bottom of the page looks all messed up, what is going on?
Estelle Tracy May 25, 2006 at 4:50 AM # | Delete
I like this template, too, but the blog title and blog description at the top have white backgrounds rather than being the same color as the image. Both Firefox and MSIE.
These are all good.
Roy May 25, 2006 at 5:31 AM # | Delete
I figured my problem out: my blog desription was too long...
Estelle Tracy May 25, 2006 at 6:13 PM # | Delete
what's happening???? i'm using two of your templates and it's all dissapeared, they are disabled. Everything was taken away...can you fix it?
Xavier June 1, 2006 at 3:29 PM # | Delete
All you have to do is copy the CSS files and the .png images to your own webspace... change the links in the HTML and CSS files accordingly... republish. and wala. That's what I did.
M. Shane Glass June 3, 2006 at 5:21 PM # | Delete
I have one problem, i can't access the "Download" link, it says you have exceeded your bandwidth limit. I really like your template, so please get it working quickly!
Geoff June 4, 2006 at 7:38 PM # | Delete
Has anyone found a way to get this template working in IE6 or IE7? It works fine in Firefox.
I got the top header to sort of work by editing the blue-curves.css file to include the height/width of the top middle bar. I haven't figured out a solution for the bottom bar (it's still missing).
Anyone else know about this?
Luther League June 10, 2006 at 11:30 AM # | Delete
Look for this part in curves-blue.css (you need to download from http://googlelite.free.fr/curves-blue.css and host on your own site like google pages):
div#banner
{
/*red fill color above the curve*/
background: url(banner.0.png);
}
That code is near the top. Change to:
div#banner
{
/*red fill color above the curve*/
background: url(banner.0.png);
height: 50px;
}
That'll fix the top bar for IE7. Not sure about IE6 or the bottom bar. Everthing else looks good in Firefox.
Luther League June 11, 2006 at 1:46 PM # | Delete
I've hosted all the required files at http://lutherleagueblog.googlepages.com and changed the template and various files to reflect the location update.
Luther League June 11, 2006 at 1:48 PM # | Delete
I really like how clean this template is. Does anybody know if I am allowed to tweak it a little bit?
OSA July 1, 2006 at 9:20 PM # | Delete
for some reason, since yesterday the template is not working on mozilla. any problem? it works on ie
Shankar July 16, 2006 at 1:55 AM # | Delete
Hi! For some reason, the layout doesn't show up when viewed on Mozilla? (But it looks fine on IE) Is there something I can do to fix this? Thank you!
Chureezee July 17, 2006 at 11:36 PM # | Delete
Beautiful template, but it's not working too well...some tables seem to be out of line. Using IE at work...figure I'll check it at home too.
radiokid July 21, 2006 at 12:41 PM # | Delete
Please... this is the second template I got here that seems to have corrupted ( stopped working right) what is going on? the other was the girl and guy pulling down the sky on the beach with the purple background........ HELP! Please
KC July 24, 2006 at 9:28 PM # | Delete
hi,
I confirm that this template is not working properly in Mozilla.
Someone have some way to solve this problem?!
If not I will be obliged to change it :-(
ivan August 1, 2006 at 6:06 AM # | Delete
Ok I have found it has something to do with the antivirus programs....??? I dont know why... BUT NOW My NAVBAR is back and I did NOT remove the lil box up top that says remove to unhide navbar... how did this happen?
KC August 8, 2006 at 7:44 PM # | Delete
Never mind i fixed it... I had to put the another code in there... Go me!
KC August 8, 2006 at 7:56 PM # | Delete
nice template! good work.
used it on my blog.
di_nali August 15, 2006 at 8:56 AM # | Delete
is there any way to adjust the size of the side bar?
wiradjati August 22, 2006 at 8:02 AM # | Delete
I really like the design, and I want to use it, but somehow it doesn't come out right.
It looks fine in the preview, but not once it's been uploaded to my server.
Why, oh why?
Fredrik Ljone Holst August 24, 2006 at 6:35 AM # | Delete
hi...great templates here but very moody:( am using this particular one but the layout hasnt appeared for the past 3 days..
any suggestions/reasons for the same?
http://chitgo.nomadlife.org
chitgo August 31, 2006 at 11:43 PM # | Delete
This template doesn't seem to show up in firefox. Yet it does in IE6.
William Laughlin September 5, 2006 at 11:20 AM # | Delete
This comment has been removed by a blog administrator.
Doug September 6, 2006 at 2:59 AM # | Delete
(Whoops.)
I love your templates, but some are a bit buggy and not inter-operable between web browsers. In particular, I think there is something wrong with your CSS.
I suggest you get acquainted with the W3C Validation Tools such as the CSS validator. That will put you on track to perfectly interoperable code.
I love your templates though!
Doug September 6, 2006 at 4:20 AM # | Delete
This template is pretty good.. I currently use it... here's my blog : http://ready-2-wear.blogspot.com
It doesn't work well with Firefox.. Too bad!
Bye
[MaX] September 10, 2006 at 5:02 PM # | Delete
wow very nice template
Contactos
Germán September 27, 2006 at 5:00 AM # | Delete
This template is great!
MY BLOG
Nguyễn Trường Giang October 8, 2006 at 3:39 AM # | Delete
This comment has been removed by a blog administrator.
thePOISONbrewer October 20, 2006 at 4:57 PM # | Delete
I get a white space instead of the header and footer. What to do?
Other than that, great design!
Oksana October 22, 2006 at 10:49 AM # | Delete
I'm having the same problem as everyone else I guess, but don't know how to fix it...
http://sjolly.blogspot.com
the bottom and top header don't appear...
Can anyone give some simple instructions on how to make them reappear?
Thanks!
Anonymous October 22, 2006 at 9:34 PM # | Delete
nice....i'm using this too right now hehe
azeul October 27, 2006 at 3:43 AM # | Delete
I want to change the existing template of my blog with this one, but i'm having this problem:
the bottom and top header don't appear...
How to fix that?
Mélanie October 28, 2006 at 3:13 PM # | Delete
: )
High Power Rocketry November 20, 2006 at 7:44 AM # | Delete
Same problem as others have mentioned. I like it but the header doesn't show up.
Michelle December 8, 2006 at 3:53 AM # | Delete
Does this template work for Blogger Beta?
Anonymous December 15, 2006 at 8:34 PM # | Delete
this template still works in beta.blogger, but no longer seems to hide the top nav bar
Anonymous December 18, 2006 at 11:32 PM # | Delete
nice template. kudos to the creator and the nice fella who hosted the files. thanks.
Anonymous December 19, 2006 at 10:36 PM # | Delete
Que pasa con la plantilla, ultimamente no esta funcionando muy bien que digamos.
Es una muy buena plantilla, por favor arreglenlo. Gracias
RpS December 21, 2006 at 12:36 PM # | Delete
Hi,
I can't get this template to work. It is just what I wanted, right colours and style and is very attractive.
I get XML problems saying it isn't parsed or closed etc.
My HTML and XML skills start with copy and end with paste.
Can anyone help me? my email is newseditor@ireland.com and my site is politicalquote.blogspot.com
I am using the new blogspot.
Any help greatly appreciated.
Anonymous December 24, 2006 at 1:03 PM # | Delete
guys this template doesnt work on my blogger ... i use the new blogger .... can u please help me
Anonymous January 16, 2007 at 10:28 PM # | Delete
doesn't work in the new blogger for me either.
We were unable to preview your template
Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The content of elements must consist of well-formed character data or markup.
PRSA Young Pros February 10, 2007 at 8:24 PM # | Delete
Great template, clean and simple.
Yes I like it, thanks
Anonymous December 15, 2008 at 9:01 AM # | Delete