dirksamson
Posts: 32
|
| Posted: 05/15/2007, 7:56 AM |
|
CCS (3.1.0.2) inserts a meta tag defining the character set at the top of each page. However, I want to start the page with a doctype definition;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
No matter where I put this line in my HTML template page, the metatag is always placed above it. resulting in the doctype being ignored (and my layout not working as expected).
Is there any way to put the doctype definition at the top of the page?
_________________
Dirk |
 |
 |
matheus
Posts: 386
|
| Posted: 05/15/2007, 9:35 AM |
|
I do a script, that open all html file, and change line from doctype.
_________________
Matheus Trevizan
Dynamix Software Ltda.
Blumenau SC Brasil
www.dynamix.com.br |
 |
 |
Wkempees
|
| Posted: 05/16/2007, 2:39 AM |
|
Open up HELP file, and type in META as search criteria.
Walter
|
|
|
 |
|