i need some help with this template using the information from 1st page
Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<title>{vb:raw vboptions.bbtitle} - {vb:raw pagetitle}</title>
{vb:raw headinclude}
{vb:raw headinclude_bottom}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div class="blockbody">
<div class="blockrow">
<vb:if condition="$vboptions['policy_active']">
<ol id="forums" class="floatcontainer">
</div>
</div>
<li class="forumbit_nopost L1" id="cat1">
<div id="section1_a" class="block collapse">
<h2 class="blockhead">
<span class="forumtitle"><a href="">{vb:raw vboptions.policy_title}</a></span>
<span class="forumlastpost"></span>
<a class="collapse" id="collapse_section1" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse{vb:raw vbcollapse.collapseimg_cel_dummy_img}_40b.png" alt="{vb:rawphrase collapse_this_category}" /></a>
</h2>
<div class="forumrowdata" id="section1">
<p class="subforumdescription">{vb:raw vboptions.policy_content}</p>
</div>
</div>
<div>
<div>
<vb:else />
<div class="foruminfo td">
<img src="{vb:stylevar imgdir_button}/kural.gif" class="forumicon" id="forum_statusicon_2" alt="" />
<div class="forumdata">
<div class="datacontainer">
<div class="titleline">
<h2 class="forumtitle">{vb:raw vboptions.policy_closedreason}</h2>
</div>
<p class="forumdescription"></p>
</vb:if>
</div>
</div>
{vb:raw footer}
</body>
</html>
i get a white space but and need to remove it as shown in the screenshot, can anyone help