Quote Originally Posted by weezee View Post
Can someone help me with this please, i'm not very good at codes. When I try to add a </div> the left sideboxes all move to the middle of the page and the right move to the bottom. These are the errors warnings and lines before and after them.

line 63 column 7 - Warning: missing </div>


61 <!--eof-header ezpage links-->
62 </div>
63 <div id="contentMainWrapper">
64 <div id="contentMainWrapperb">
65 <div class="outer">
66 <div class="inner">
67 <div class="float-wrap">

68 <div id="content">
69 <div class="contentWrap">
70 <!-- bof breadcrumb -->
71 <div id="navBreadCrumb">Home
72 </div>
Please post your link to your site with each question, so I don't have to go searching for it.

Just because the warning tells you its at a certain line, doesn't mean you can open a file and find that specific line. Your missing closing </div> is in the links sidebox. Check the sidebox files related to that to find where its missing.

Quote Originally Posted by weezee View Post
line 238 column 24 - Warning: <a> attribute "href" lacks value


238 <ul class="level1"><li><a href=""> </a></li></ul><ul class="level1"><li><a href="http://www.weezeesgifts.com/index.php?main_page=specials&amp;zenid=4f11ae0bd80d1a4c1f1d20593560d32c">Special s ...</a></li></ul><ul class="level1"><li><a href="http://www.weezeesgifts.com/index.php?main_page=products_new&amp;zenid=4f11ae0bd80d1a4c1f1d20593560d32c">New Products ...</a></li></ul><ul class="level1"><li><a href="http://www.weezeesgifts.com/index.php?main_page=featured_products&amp;zenid=4f11ae0bd80d1a4c1f1d20593560d32c ">Featured Products ...</a></li></ul><ul class="level1"><li><a href="http://www.weezeesgifts.com/index.php?main_page=products_all&amp;zenid=4f11ae0bd80d1a4c1f1d20593560d32c">All Products ...</a></li></ul></div></div>

239 <!--// eof: categoriescss //-->
240
241 <!--// bof: featured //-->
Yes, see the part in bold above? That is a blank link. That seems to be created by the categories css mod you are using, I would ask there.