Hi everyone,
I installed the latest version of the HTML Editor yesterday, and while I have always had the greatest pleasure in using it, I have to say I am not one bit impressed with the new version.
First of all, after starting up and selecting a website project, when I select a page to open in the editor, it takes ages to open, something which never happened before.
It gets even worse when i use the split screen feature: I have attached a picture of how my page looks in Google Chrome, Mozilla Firefox and Internet Explorer, and also how it looks in the split preview in CoffeeCup HTML Editor.
As you can see, the editor gives a totally distorted output, where the bits that should be at the left of the page appear centred above the contents that belong on the right.
yet, as I mentioned before, my site displays correctly in all major browsers.
Is there anything that can be done to put this right?
Thank you.
If you wish to see the full page I uploaded in the screenshot, it is http://www.vlaanderen-flanders.org.uk/news.htm.
I installed the latest version of the HTML Editor yesterday, and while I have always had the greatest pleasure in using it, I have to say I am not one bit impressed with the new version.
First of all, after starting up and selecting a website project, when I select a page to open in the editor, it takes ages to open, something which never happened before.
It gets even worse when i use the split screen feature: I have attached a picture of how my page looks in Google Chrome, Mozilla Firefox and Internet Explorer, and also how it looks in the split preview in CoffeeCup HTML Editor.
As you can see, the editor gives a totally distorted output, where the bits that should be at the left of the page appear centred above the contents that belong on the right.
yet, as I mentioned before, my site displays correctly in all major browsers.
Is there anything that can be done to put this right?
Thank you.
If you wish to see the full page I uploaded in the screenshot, it is http://www.vlaanderen-flanders.org.uk/news.htm.
Have a look at the task manager before, during and after loading the page. If you have your resources tied up it can take a long time. Check all the programs you have starting with windows and disable those you do not need Ccleaner is a good app for that. I looked at the link you gave and it took a while to load.
Try a re install of Coffee.exe
Try a re install of Coffee.exe
The Guy from OZ
I would highly suggest finding out what your site is possibly infected with also. Either you have some really bad scripts running on your site that are messing up your preview or you are infected with something that is uploading to your server or your server is infected with something.
One thing is for certain. PC Tools is usually pretty good at it's blocking system and has usually got good reasons for it, and it's blocking your site from opening at all for me. I'd look into this and you'll most likely find what's wrong with your site at the same time. I'm pretty sure it's not the HTML Editor itself, but is how it's reacting to something on your site pages.
One thing is for certain. PC Tools is usually pretty good at it's blocking system and has usually got good reasons for it, and it's blocking your site from opening at all for me. I'd look into this and you'll most likely find what's wrong with your site at the same time. I'm pretty sure it's not the HTML Editor itself, but is how it's reacting to something on your site pages.
Possible, but I can't see my code being responsible for the Editor to start acting weird before a page is even loaded.
Odd behaviour after loading can obviously be caused by that, but I assume not before loading a page.
Anyway, if it helps, here is the code to the page I mentioned:
All further code is a duplicate of the bits between <article></article> at the bottom, ie. different articles as they appear on the site.
Any help will be much appreciated.
Odd behaviour after loading can obviously be caused by that, but I assume not before loading a page.
Anyway, if it helps, here is the code to the page I mentioned:
<!DOCTYPE html>
<html>
<head>
<!-- Created with the CoffeeCup HTML Editor 2007 -->
<!-- http://www.coffeecup.com/ -->
<!-- Brewed on 24/07/2007 01:00:35 -->
<title>Vlaanderen-Flanders</title>
<link rel="shortcut icon" href="Pics/favicon.ico" />
<script src="http://vlaanderen-flanders.org.uk/flowplayer-3.2.6.min.js"></script>
<meta charset="utf-8">
<meta name="generator" content="CoffeeCup HTML Editor 2007 - www.coffeecup.com">
<meta name="description" content="A site for Flemings abroad and at home and foreigners who want to get to know the real Flanders. Een webstek voor Vlamingen uit en thuis en vreemdelingen die het echte Vlaanderen willen leren kennen.">
<meta name="keywords" content="Vlaanderen,Flanders,Vlaming,Fleming,Vlaams,Flemish">
<!-- Twee vlakken -->
<style type="text/css">
body{
margin:0;
background:#fff;
}
#container{
width:1250px;
margin:100px auto 0;
}
aside{
width:300px;
min-height:500px;
background:#eee;
border:2px dashed #ddd;
border-radius:5px;
float:left;
padding:5px;
}
#therest{
float:right;
width:900px;
min-height:500px;
background:#eee;
border:2px dashed #ddd;
border-radius:5px;
margin-left:20px;
}
#paddingstuff {
padding: 15px;
}
</style>
<style type="text/css">
a:hover {text-decoration: none; color:#00FF00; background-color: #FFFF00}
body{
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #FFFF00;
scrollbar-highlight-color: #000000;
scrollbar-face-color: #FFFF00;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #FFFF00;
scrollbar-track-color: #FFFF00;
}
</style>
<style type="text/css">
.floatleft
{
float: left;
<!-- width: 80px; --><!-- Indien nodig -->
<!--background-color: #ddd; --> <!-- Ook optie, verwijder # vooraan om achtergrondkleur te hebben. -->
}
</style>
<style type="text/css">
.floatright
{
float: right;
<!-- width: 80px; --><!-- Indien nodig -->
<!--background-color: #ddd; --> <!-- Ook optie, verwijder # vooraan om achtergrondkleur te hebben. -->
}
</style>
<style type="text/css">
span.verf
{color: yellow;
font-size: 110%;
font-style: bolder;
font-family: arial, "Times New Roman", sans-serif;
background-color: black
}
</style>
<style type="text/css">
p.commentaar
{font-size: normal;
font-family: serif;
font-weight: bolder;
font-style: italic;
color: DarkSlateGray
}
</style>
<style type="text/css">
h1.title:first-letter
{color: gold;
font-size: 200%;
background-color: black
}
</style>
<style type="text/css">
p.bron
{font-size: xx-small;
color: slategray;
font-weight: 900
}
</style>
<style type="text/css">
h3.datum {color: red}
</style>
<style type="text/css">
#coolmenu{
border: 1px solid black;
width: 170px;
background-color: #FFFFFF;
}
#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}
html>body #coolmenu a{
width: auto;
}
#coolmenu a:hover{
background-color: yellow;
color: green;
}
#tabledescription{
width: 100%;
height: 3em;
padding: 2px;
filter:alpha(opacity=0);
-moz-opacity:0;
}
.style1 {font-size: small}
.style2 {color: #FF0000}
</style>
<script type="text/javascript">
// Cool CSS Menu- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// Fading routine based on Dynamic Drive script: http://www.dynamicdrive.com/dynamicinde … htgrad.htm
// This notice must stay intact for use
var baseopacity=0
function showtext(thetext){
if (!document.getElementById)
return
textcontainerobj=document.getElementById("tabledescription")
browserdetect=textcontainerobj.filters? "ie" : typeof textcontainerobj.style.MozOpacity=="string"? "mozilla" : ""
instantset(baseopacity)
document.getElementById("tabledescription").innerHTML=thetext
highlighting=setInterval("gradualfade(textcontainerobj)",50)
}
function hidetext(){
cleartimer()
instantset(baseopacity)
}
function instantset(degree){
if (browserdetect=="mozilla")
textcontainerobj.style.MozOpacity=degree/100
else if (browserdetect=="ie")
textcontainerobj.filters.alpha.opacity=degree
else if (document.getElementById && baseopacity==0)
document.getElementById("tabledescription").innerHTML=""
}
function cleartimer(){
if (window.highlighting) clearInterval(highlighting)
}
function gradualfade(cur2){
if (browserdetect=="mozilla" && cur2.style.MozOpacity<1)
cur2.style.MozOpacity=Math.min(parseFloat(cur2.style.MozOpacity)+0.2, 0.99)
else if (browserdetect=="ie" && cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=20
else if (window.highlighting)
clearInterval(highlighting)
}
</script>
<script type="text/javascript" src="timesince_nl.js"></script>
<script language="JavaScript" type="Text/JavaScript" src="arc90_imgcaption.js"></script>
<style type="text/css" media="screen">.arc90_imgcaption { text-align: center; border: 0px solid #DDD; padding: 1em; margin: 1em 0; width: 9em; } .arc90_imgcaptionTXT { font-size: .8em; color: #666; text-align: left; } .floatl { float: left; margin-right: 1em; } .floatr { float: right; margin-left: 1em; }</style>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#00ff00" alink="#000000">
<a name="top"></a>
<div align="center"><img src="Pics/news.jpg" width="400" height="80" alt="" border="0" align=""></div><br>
<div align="center"><a href="http://twitter.com/vlaandfland_eng" class="twitter-follow-button" data-show-count="false">Follow @vlaandfland_eng</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></div><br>
<!-- <FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=SCROLL scrollamount=4 BGColor=yellow LOOP=infinite>Now we must certainly protest, click <a href="http://www.vlaanderen-flanders.org.uk/cdenv.htm" target="_blank">here</a>. Thank you.</MARQUEE></FONT> -->
<!-- Begin both sides -->
<div id="container">
<aside><div align="center"><div id="coolmenu">
<a href="index.htm" onMouseover="showtext('Back to the homepage')" onMouseout="hidetext()">Home</a>
<a href="http://users4.smartgb.com/g/g.php?a=s&i=g43-06469-03&l=1" onMouseover="showtext('Our guest book')" onMouseout="hidetext()">Guest book</a>
<a href="http://vlaanderenflanders.myfreeforum.org/" target="_blank" onMouseover="showtext('The Forum')" onMouseout="hidetext()">Forum</a>
<a onmouseover="showtext('Our weblog')" onmouseout="hidetext()" href="weblogeng/index.php" target="_blank">Blog</a>
<a href="about.htm" onMouseover="showtext('About Flanders')" onMouseout="hidetext()">Flanders</a>
<a href="persons.htm" onMouseover="showtext('Great Flemings')" onMouseout="hidetext()">People</a>
<a href="links.htm" onMouseover="showtext('Other sites')" onMouseout="hidetext()">Links</a>
<a href="dia.htm" onMouseover="showtext('Picture gallery')" onMouseout="hidetext()">Flemish pictures</a>
<a href="media.htm" onMouseover="showtext('All kinds of media')" onMouseout="hidetext()">Media</a>
<a href="kaart/index.php?setlang=english" target="_blank" onMouseover="showtext('Send an E-card')" onMouseout="hidetext()">E-cards</a>
<a onmouseover="showtext('Our web shop')" onmouseout="hidetext()" href="cart/index.php?setlang=english" target="_blank">For sale</a>
<a href="http://www.vlaanderen-flanders.org.uk/comments/myformeng.htm" onMouseover="showtext('Submit your comments')" onMouseout="hidetext()">Your comments</a>
<a href="subscribe.htm" onMouseover="showtext('Subscribe to our newsletter')" onMouseout="hidetext()">Newsletter</a>
<a href="mailto:webbie@vlaanderen-flanders.org.uk" onMouseover="showtext('Send us an email')" onMouseout="hidetext()">Email</a>
<div id="tabledescription"></div>
</div><br>
<div align="center"><img src="Pics/Vlaamse Leeuw.jpg" width="114" height="127" alt="" border="0" align=""></div><br>
<div align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=120 HEIGHT=120>
<PARAM NAME=movie VALUE="Orologio_Flash_Swatch_Clock.swf">
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#EFEFEF>
<EMBED src="Orologio_Flash_Swatch_Clock.swf" menu=false quality=high bgcolor=#eeeeee WIDTH=120
HEIGHT=125 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT></div><br><br />
<div align="center"><object type="application/x-shockwave-flash" data="Flashplplug/player_mp3.swf" autoplay=1 width="150" height="20">
<param name="movie" value="Flashplplug/player_mp3.swf" />
<param name="FlashVars" value="mp3=Music/Klokkeroeland.mp3&showstop=1 &showinfo=1 &autoplay=1&loop=1"/>
</object></div><br><br />
<div align="center"><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="vlaandfland_eng">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<div align="center"><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FVlaanderen-Flanders%2F192784230772435&width=292&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:427px;" allowTransparency="true"></iframe></div><br /><br /></aside>
<div id="therest"><div id="paddingstuff">
<article>
<h3 class="datum">28/04/2012</h3>
<h1 class="title">Ouicker than I thought</h1>
The maintenance to the blog is now finished. (Faster than I thought).<br>
You can now read and post comments again.<br>
Thank you for your patience and understanding.
<hr size="5" color="#000000" />
</article>
<html>
<head>
<!-- Created with the CoffeeCup HTML Editor 2007 -->
<!-- http://www.coffeecup.com/ -->
<!-- Brewed on 24/07/2007 01:00:35 -->
<title>Vlaanderen-Flanders</title>
<link rel="shortcut icon" href="Pics/favicon.ico" />
<script src="http://vlaanderen-flanders.org.uk/flowplayer-3.2.6.min.js"></script>
<meta charset="utf-8">
<meta name="generator" content="CoffeeCup HTML Editor 2007 - www.coffeecup.com">
<meta name="description" content="A site for Flemings abroad and at home and foreigners who want to get to know the real Flanders. Een webstek voor Vlamingen uit en thuis en vreemdelingen die het echte Vlaanderen willen leren kennen.">
<meta name="keywords" content="Vlaanderen,Flanders,Vlaming,Fleming,Vlaams,Flemish">
<!-- Twee vlakken -->
<style type="text/css">
body{
margin:0;
background:#fff;
}
#container{
width:1250px;
margin:100px auto 0;
}
aside{
width:300px;
min-height:500px;
background:#eee;
border:2px dashed #ddd;
border-radius:5px;
float:left;
padding:5px;
}
#therest{
float:right;
width:900px;
min-height:500px;
background:#eee;
border:2px dashed #ddd;
border-radius:5px;
margin-left:20px;
}
#paddingstuff {
padding: 15px;
}
</style>
<style type="text/css">
a:hover {text-decoration: none; color:#00FF00; background-color: #FFFF00}
body{
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #FFFF00;
scrollbar-highlight-color: #000000;
scrollbar-face-color: #FFFF00;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #FFFF00;
scrollbar-track-color: #FFFF00;
}
</style>
<style type="text/css">
.floatleft
{
float: left;
<!-- width: 80px; --><!-- Indien nodig -->
<!--background-color: #ddd; --> <!-- Ook optie, verwijder # vooraan om achtergrondkleur te hebben. -->
}
</style>
<style type="text/css">
.floatright
{
float: right;
<!-- width: 80px; --><!-- Indien nodig -->
<!--background-color: #ddd; --> <!-- Ook optie, verwijder # vooraan om achtergrondkleur te hebben. -->
}
</style>
<style type="text/css">
span.verf
{color: yellow;
font-size: 110%;
font-style: bolder;
font-family: arial, "Times New Roman", sans-serif;
background-color: black
}
</style>
<style type="text/css">
p.commentaar
{font-size: normal;
font-family: serif;
font-weight: bolder;
font-style: italic;
color: DarkSlateGray
}
</style>
<style type="text/css">
h1.title:first-letter
{color: gold;
font-size: 200%;
background-color: black
}
</style>
<style type="text/css">
p.bron
{font-size: xx-small;
color: slategray;
font-weight: 900
}
</style>
<style type="text/css">
h3.datum {color: red}
</style>
<style type="text/css">
#coolmenu{
border: 1px solid black;
width: 170px;
background-color: #FFFFFF;
}
#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}
html>body #coolmenu a{
width: auto;
}
#coolmenu a:hover{
background-color: yellow;
color: green;
}
#tabledescription{
width: 100%;
height: 3em;
padding: 2px;
filter:alpha(opacity=0);
-moz-opacity:0;
}
.style1 {font-size: small}
.style2 {color: #FF0000}
</style>
<script type="text/javascript">
// Cool CSS Menu- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// Fading routine based on Dynamic Drive script: http://www.dynamicdrive.com/dynamicinde … htgrad.htm
// This notice must stay intact for use
var baseopacity=0
function showtext(thetext){
if (!document.getElementById)
return
textcontainerobj=document.getElementById("tabledescription")
browserdetect=textcontainerobj.filters? "ie" : typeof textcontainerobj.style.MozOpacity=="string"? "mozilla" : ""
instantset(baseopacity)
document.getElementById("tabledescription").innerHTML=thetext
highlighting=setInterval("gradualfade(textcontainerobj)",50)
}
function hidetext(){
cleartimer()
instantset(baseopacity)
}
function instantset(degree){
if (browserdetect=="mozilla")
textcontainerobj.style.MozOpacity=degree/100
else if (browserdetect=="ie")
textcontainerobj.filters.alpha.opacity=degree
else if (document.getElementById && baseopacity==0)
document.getElementById("tabledescription").innerHTML=""
}
function cleartimer(){
if (window.highlighting) clearInterval(highlighting)
}
function gradualfade(cur2){
if (browserdetect=="mozilla" && cur2.style.MozOpacity<1)
cur2.style.MozOpacity=Math.min(parseFloat(cur2.style.MozOpacity)+0.2, 0.99)
else if (browserdetect=="ie" && cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=20
else if (window.highlighting)
clearInterval(highlighting)
}
</script>
<script type="text/javascript" src="timesince_nl.js"></script>
<script language="JavaScript" type="Text/JavaScript" src="arc90_imgcaption.js"></script>
<style type="text/css" media="screen">.arc90_imgcaption { text-align: center; border: 0px solid #DDD; padding: 1em; margin: 1em 0; width: 9em; } .arc90_imgcaptionTXT { font-size: .8em; color: #666; text-align: left; } .floatl { float: left; margin-right: 1em; } .floatr { float: right; margin-left: 1em; }</style>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#00ff00" alink="#000000">
<a name="top"></a>
<div align="center"><img src="Pics/news.jpg" width="400" height="80" alt="" border="0" align=""></div><br>
<div align="center"><a href="http://twitter.com/vlaandfland_eng" class="twitter-follow-button" data-show-count="false">Follow @vlaandfland_eng</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></div><br>
<!-- <FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=SCROLL scrollamount=4 BGColor=yellow LOOP=infinite>Now we must certainly protest, click <a href="http://www.vlaanderen-flanders.org.uk/cdenv.htm" target="_blank">here</a>. Thank you.</MARQUEE></FONT> -->
<!-- Begin both sides -->
<div id="container">
<aside><div align="center"><div id="coolmenu">
<a href="index.htm" onMouseover="showtext('Back to the homepage')" onMouseout="hidetext()">Home</a>
<a href="http://users4.smartgb.com/g/g.php?a=s&i=g43-06469-03&l=1" onMouseover="showtext('Our guest book')" onMouseout="hidetext()">Guest book</a>
<a href="http://vlaanderenflanders.myfreeforum.org/" target="_blank" onMouseover="showtext('The Forum')" onMouseout="hidetext()">Forum</a>
<a onmouseover="showtext('Our weblog')" onmouseout="hidetext()" href="weblogeng/index.php" target="_blank">Blog</a>
<a href="about.htm" onMouseover="showtext('About Flanders')" onMouseout="hidetext()">Flanders</a>
<a href="persons.htm" onMouseover="showtext('Great Flemings')" onMouseout="hidetext()">People</a>
<a href="links.htm" onMouseover="showtext('Other sites')" onMouseout="hidetext()">Links</a>
<a href="dia.htm" onMouseover="showtext('Picture gallery')" onMouseout="hidetext()">Flemish pictures</a>
<a href="media.htm" onMouseover="showtext('All kinds of media')" onMouseout="hidetext()">Media</a>
<a href="kaart/index.php?setlang=english" target="_blank" onMouseover="showtext('Send an E-card')" onMouseout="hidetext()">E-cards</a>
<a onmouseover="showtext('Our web shop')" onmouseout="hidetext()" href="cart/index.php?setlang=english" target="_blank">For sale</a>
<a href="http://www.vlaanderen-flanders.org.uk/comments/myformeng.htm" onMouseover="showtext('Submit your comments')" onMouseout="hidetext()">Your comments</a>
<a href="subscribe.htm" onMouseover="showtext('Subscribe to our newsletter')" onMouseout="hidetext()">Newsletter</a>
<a href="mailto:webbie@vlaanderen-flanders.org.uk" onMouseover="showtext('Send us an email')" onMouseout="hidetext()">Email</a>
<div id="tabledescription"></div>
</div><br>
<div align="center"><img src="Pics/Vlaamse Leeuw.jpg" width="114" height="127" alt="" border="0" align=""></div><br>
<div align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=120 HEIGHT=120>
<PARAM NAME=movie VALUE="Orologio_Flash_Swatch_Clock.swf">
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#EFEFEF>
<EMBED src="Orologio_Flash_Swatch_Clock.swf" menu=false quality=high bgcolor=#eeeeee WIDTH=120
HEIGHT=125 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT></div><br><br />
<div align="center"><object type="application/x-shockwave-flash" data="Flashplplug/player_mp3.swf" autoplay=1 width="150" height="20">
<param name="movie" value="Flashplplug/player_mp3.swf" />
<param name="FlashVars" value="mp3=Music/Klokkeroeland.mp3&showstop=1 &showinfo=1 &autoplay=1&loop=1"/>
</object></div><br><br />
<div align="center"><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="vlaandfland_eng">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<div align="center"><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FVlaanderen-Flanders%2F192784230772435&width=292&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:427px;" allowTransparency="true"></iframe></div><br /><br /></aside>
<div id="therest"><div id="paddingstuff">
<article>
<h3 class="datum">28/04/2012</h3>
<h1 class="title">Ouicker than I thought</h1>
The maintenance to the blog is now finished. (Faster than I thought).<br>
You can now read and post comments again.<br>
Thank you for your patience and understanding.
<hr size="5" color="#000000" />
</article>
All further code is a duplicate of the bits between <article></article> at the bottom, ie. different articles as they appear on the site.
Any help will be much appreciated.
Missing </body> tag?

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
No, it is there:
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#00ff00" alink="#000000">
Oh, sorry, I noticed you meant an end tag, "</body>".
That was indeed missing, I added it, but it makes no difference.
Thanks anyway.
That was indeed missing, I added it, but it makes no difference.
Thanks anyway.
I have also tried, without opening a website project, to create a new page, from "New blank page" in the splash screen, but the same happens:
Things are incredibly slow, it takes ages before i can even enter any code (temporary freezing), and besides, I keep getting a popup saying "Unable to create Temp file".
So, I assume it can't be all related to my site, as this time my site is not even involved and the HTML Editor behaves erratically.
Things are incredibly slow, it takes ages before i can even enter any code (temporary freezing), and besides, I keep getting a popup saying "Unable to create Temp file".
So, I assume it can't be all related to my site, as this time my site is not even involved and the HTML Editor behaves erratically.
Seems you have totally ignored what I said, or at least I see no reference to you having checked anything for it. This is the error I get when I attempt to go to your site. I wouldn't take this lightly, PC Tools is a highly used Security program and if it's happening for me, then it's happening for anyone else using the program. I would highly suggest you check into this.
http://coffeecuphelp.com/jo/screenshots/bannedsite.png
http://coffeecuphelp.com/jo/screenshots/bannedsite.png
OK, I have never used PC Tools.
What could some of the reasons be for putting websites on a banned sites list?
As far as i know, there are no viruses on my site, and I think my hosting provider scans the sites they host for viruses too, so, where should I look?.
What could some of the reasons be for putting websites on a banned sites list?
As far as i know, there are no viruses on my site, and I think my hosting provider scans the sites they host for viruses too, so, where should I look?.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.