Код |
---|
<!--[if lte IE 6]><style type="text/css">#wrap {width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");}</style><![endif]--> |
Код |
---|
<div id="wrap"> |
Цитата |
---|
<script language="php"><!--[if lte IE 6]>
<style type="text/css"> #container {width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 600)? "600px" : "100%");}</style><![endif]--> </script> |
Цитата |
---|
Parse error: parse error, unexpected '<' in z:\home\.... on line 4 |
Цитата |
---|
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?=LANG_CHARSET;?>" /> <?$APPLICATION->ShowMeta("robots")?> <?$APPLICATION->ShowMeta("keywords")?> <?$APPLICATION->ShowMeta("description")?> <title><?$APPLICATION->ShowTitle()?></title> <?$APPLICATION->ShowCSS();?> <?$APPLICATION->ShowHeadStrings()?> <!--[if lte IE 6]><style type="text/css">#wrap{width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");}</style><![endif]--> </head> <body> [COLOR=red]<div class="wrap">[/COLOR=red] |
Цитата |
---|
<div id="bottom_banner"><?$APPLICATION->IncludeComponent(
"bitrix:advertising.banner", ".default", Array( "TYPE" => "BOTTOM" ) );?> </div> <div id="footer"><?$APPLICATION->IncludeFile( $APPLICATION->GetTemplatePath("include_areas/copyright.php"), Array(), Array("MODE"=>"html") );?> [COLOR=red]</div>[/COLOR=red] </body> </html> |