Why do you expect that admin will look into the case where you just delete something by yourself?

However, considering the change of target audience by 110mb, Andre and co. have to used to more and more such questions, and when persons like me or other active users in here will loose the patience for such newbies "problems" - they will have to handle all of this by themselves.
No offence, engineman, for "newbies problems" sentence, I hope.
(...) i was trying to remove the NEWS from my home page (...)
But instead you delete the content part of the template, news are still there.
Here you go - a fresh copy of the file
template_w2.html which you use:
http://grd.110mb.com/_test_/sitebuilder/sitebuilder_w2_template.zip
Download, unzip, using File Manager inside your 110mb Control Panel delete your old broken
template_w2.html and upload this file instead.
With using notepad on your computer you can edit this file and remove
<h2>News:</h2>
<div>{%news%}</div>
part if you want to remove news.
Leave the
<h2>{%name%}</h2>
{%content%}
as is if you don't want to remove the content again.
edit:Some explanation for you that you will be able to not repeat such mistakes and possibly help other users in the future that will do such mistakes for sure:
As you can see - the file
template_XXXX.html (where XXXX is the name of the template you use) contain the actual look of the website - it's simple HTML file that include special keywords as {%news%}, {%name%}, {%content%} etc.
While generating the page site builder script is using the template file and replace these keywords with the dynamic content taken from other files (you can find them inside "data" folder).
Obviously if you'll delete some keyword from template, the dynamic content will be not displayed.