XML

1 answers

XML Browser

Read more »
3 answers

XML File Issue

Read more »

How to fix template files in IE6/IE7 when everything is working fine in firefox?

Simply, create a css for IE6/IE7 say it is ie6.css and/or ie7.css and add the following lines to page.tpl.php:   <!--[if IE 6]><style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/css/ie6.css";</style><![endif]--> <!--[if IE 7]><style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/css/ie7.css";</style><![endif]-->