Keyword

where is xml declaration to me remove ? It really works?

  • leandro.ferro
  • leandro.ferro's Avatar Topic Author
  • Offline
  • New Member
More
16 years 6 months ago #8424 by leandro.ferro
Hello togehter

Somebody know where is it? because i read it on f.a.q, that to me solve teh problem of the balck mask behind the picture in the "loveley" IE (see my probleman: 
ativismo.com/joomla/index.php?option=com_content&task=view&id=17&Itemid=46)i must have to delete teh file "xml declaration" .

thanks a lot

Please Log in or Create an account to join the conversation.

More
16 years 5 months ago #8425 by GeoffreyB
In your template index.php you are looking for a line of code that will look something like
<?xml version="1.0" encoding="iso-8859-1"?>

Please Log in or Create an account to join the conversation.

More
16 years 1 month ago #8426 by Stella
Please could someone tell me if I have one?  Here's the header from the HTML of the template...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<?php
  defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->    getTemplate(); ?>/css/template_css.css" rel="stylesheet" type="text/css" media="all"/>
    <link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/images/favicon.ico" />

<?php
if ( $my->id ) { initEditor(); }
mosShowHead();
?>
</head>

<body>

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum