Your Portal Version: 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Advanced Knowledge
Boardlink: http://www.the7thhour.net/
PHP Version: 5.2.8
MySQL Version: 5.0.67
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
Hello everyone! I have just installed phpBB 3.0.4 and board3 Portal 1.0.2. For some reason, my portal is not Valid XHTML 1.0 Strict. The results of my W3C validation test are at http://validator.w3.org/check?uri=http% ... or%2F1.606. What files and code do I have to edit in order for my portal to be Valid XHTML 1.0 Strict? Thank you so much!
My Portal is Not Valid XHTML 1.0 Strict
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
Topic author - Active Member
- Posts: 2
- Joined: 11. January 2009 06:27
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: My Portal is Not Valid XHTML 1.0 Strict
Check again the install.xml
It looks like there is something wrong - eg. the left and right columns don't have any space to the left and the right.
Normally it should look like this: portal.php?style=1 - the portal itself shouldn't be wider than the header.
So i guess that somethings gone wrong during the file edits or you've changed something else in the templates.
Also purge your board cache and refresh your templates.
It looks like there is something wrong - eg. the left and right columns don't have any space to the left and the right.
Normally it should look like this: portal.php?style=1 - the portal itself shouldn't be wider than the header.
So i guess that somethings gone wrong during the file edits or you've changed something else in the templates.
Also purge your board cache and refresh your templates.
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
-
Topic author - Active Member
- Posts: 2
- Joined: 11. January 2009 06:27
Re: My Portal is Not Valid XHTML 1.0 Strict
You are correct. After looking over the file edits, I addedKevin wrote:Check again the install.xml
It looks like there is something wrong - eg. the left and right columns don't have any space to the left and the right.
Normally it should look like this: portal.php?style=1 - the portal itself shouldn't be wider than the header.
So i guess that somethings gone wrong during the file edits or you've changed something else in the templates.
Also purge your board cache and refresh your templates.
Code: Select all
<!-- ENDIF -->
Code: Select all
<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
Code: Select all
<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
<!-- ENDIF -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
Code: Select all
<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
<!-- ENDIF -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
Code: Select all
<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>