Intechnic
Users Developers
Home / Forums / In-Portal CMS / Need Help! / Double doctype declaration / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Double doctype declaration (3)


Posted: 11/04/2004 5:55:26 PM

Reply Quoted  


Fresh local install produces html which starts with

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">



I guess you want the document to validate as xhtml. I think it's best to choose XHTML 1.0 Transitional.
In that case all tags should be lowercase to validate.

Wouldn't it be good to have a topic for bugs?

Gerard

Posted: 11/05/2004 4:41:52 AM

Reply Quoted  


I agree with you about a bug topic.... and I also agree with you about the need of a cleanup to the default template (uppercase, lost quotes...).

BTW I do not plan to use the default template apart for testing purposes so I'll try to clean up as much as I can once I'll fully understand what does what (if I will ever succeed!).

My greatest complain about the template system used in this release is that it is much more complicated than the In-Link one. But... hey, it is a portal isn't it?

Posted: 11/12/2004 7:36:22 PM

Reply Quoted  


Yah i was wondering that about the doctypes too. Looks like it's going to have to be xhtml transitional since it looks it's using tables. Would be nice if it was xhtml compliant soon. Super nice if the tables were replaces with Divs.