seems i just lost my blog ...
i wanted to change the title tag of my blog and added some text in the tag in the main skin editor after the bit that says % response.title% like i would have done in straightforward html. (Title =" xyz")
now all i get is an empty page ...
the source code says
<head> <title>statt.geschichten <script language="JavaScript"> <!--
and yes i can see now the tag is not closed but is there any way to get access to my site again to change that??
stattkatze
i am so terribly sorry for posting that piece of rotten code and killing the site for a while. thx for restoring my blog too :-)
robert
first, if you want to display html-code here, change every < to < and > to >. otherwise antville will not display your html-snippet but render it (you opened an html-comment and didn't close it which made the rest of the page here not very readable ;-)
concerning your problem with stattgeschichten.antville.org: i found the following in your main page skin:
<title><% response.title %="winter in july"></title>
which has a funny effect: it renders basically the whole rest of the page-code as part of the page title ... if you want to modify your skins, *never* add code between < and % or % and >.