Validation CSS BUG with multilanguage site

Depends what J! template you use. Typically it'll be in the index.php. Edit your template in the J! backend template manager (not the style), then "Edit main page template".

If you look at (for instance) Beez 20, you'll see where they set the doctype, about 1/3rd of the way down.

-- hugh
 
For the moment i use atomic. its the simplest template i think.

This is what i have in the first lines:
PHP:
<?php echo '<?'; ?>xml version="1.0" encoding="<?php echo $this->_charset ?>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top