Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 1319
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


NEED HELP? If you're looking for support with Simple Portal, look no further than the Support Board!

W3C Validation ERROR

Started by MESSIAH, April 23, 2012, 08:54:07 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

MESSIAH

Line 424, Column 2: start tag was here

   <div id="sp_block_7" class="sp_block_section" >

AngelinaBelle

You have other problems, as well.
Starting at the top, you've got a problem with the HTML line -- too many definitions of xmlns:fb.

You've also used a <noscript> tag in the head, where it is not allowed.

within block 7 I believe the problem is within the block itself.
within the sp_block_7, you open <div class="centertext"> but do not close it again.

this means that the closing </div> for
<div id="sp_block_7" class="sp_block_section" >
gets used to close the contents of that block. which is what messes you up, I think.

Please look at the HTML just which goes inside block_7, and make sure all the tags are properly matched.
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?