Quote:
Originally Posted by Lynne
Just taking a quick look, this is totally not correct:
HTML Code:
<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">
You can't open an <ol> in the middle of the divs and then have the list continue after you close the divs. Any tag you open must be closed before you may close a tag then encloses it.
|
how do i correct it, i tried removing parts of the code to get rid of that white space
the reason it looks not correct was due to me removing some of the original code this from this point of it
Code:
<div class="blockbody">
<div class="blockrow">