</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos1}
{vb:raw template_hook.navbar_quick_links_menu_pos2}
{vb:raw template_hook.navbar_quick_links_menu_pos3}
<vb:if condition="$show['wollink']">
<li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
</vb:if>{vb:raw
template_hook.navbar_quick_links_menu_pos4}
</ul>
</li>
{vb:raw template_hook.navbar_end}
</ul>

</li>


اخواني كلكم تعرفون موقع اكتشاف أخطاء الاستايلات ، لم يتبقى عندي إلا خطأ واحد وقد حاولت أن أصلحة ولكن دون جدوى والخطأ هو الظاهر لكم في الكود بالأعلى باللون الأحمر ،

وهذا تقرير من الموقع بذلك :


Validation Output: 1 Error
Line 229, Column 11: end tag for "ul" which is not finished
</ul>✉
Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.



أتمنى مساعدتي لحل مشكلة هذا الكود علماً أنه هو نفس كود الستايل الافتراضي ولم أعدل عليه شي

نسختي 4.0.4


الكود لنافبار الأصلي