Jump to content

little problem


porko2004

Recommended Posts

this is the full script anyone know wats wrong.

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html>

<?
include("index/index_files/front/php/include.php");
?>

<head>

<meta http-equiv="Content-Language" content="en-us">
<TITLE><?php echo $Website_Title;?></TITLE>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=shift_jis">
<meta name="keywords" content="<?php echo $Website_Keywords;?>">
<meta name="description" content="<?php echo $Website_Description;?>">
<meta http-equiv="adimage" content="201">
<link href="index/index_files/front/css/2008css.css" rel="stylesheet" type="text/css">
<link rel="SHORTCUT ICON" href="<?php echo $Front_Website_Favicon_Location;?>" />
<style type="text/css">
<!--
body {
	background-color: #310400;
	 }
-->
</style>
</head>
<body>
<div class="fullbg">
	<div class="warpper">
		<div class="top"></div>
		<div class="main">
			<!--left-->
			<div class="left"></div>
			<!--left end-->
			<!--center-->
			<div class="center">
				<div class="logo"></div>
				<div class="m1"></div>
				<div class="login"><a href="<?php echo $Front_SignUp_URL;?>"></a></div>
				<div class="enter"><a href="<?php echo $Front_Enter_URL;?>"></a></div>
			</div>
			<!--center end-->
			<!--right-->
			<div class="right"></div>
			<!--right end-->
			<!--nav-->
			<div class="nav">
				<ul>
					<li class="n1"><a href="<?php echo $Front_Download_URL;?>" ></a> </li>			
					<li class="n2"><a href="<?php echo $Front_Sales_URL;?>" ></a> </li>
					<li class="n3"><a href="<?php echo $Front_Support_URL;?>" ></a> </li>
				</ul>
			</div>
			<!--nav end-->
		</div>
		<!--footer-->
		<div class="footer">
			<br><br>
			<font size = "2"><?php echo $Website_Copyright;?></font>
		</div> 
	</div>
</div>
</body>
</html>

 

 

Link to comment
Share on other sites

if i remove

<?

include("index/index_files/front/php/include.php");

?>

website is fine this isnt a actual error just website on ie doesnt appear correctly

 

You haven't actually said how it is appearing and how you expected it to.

 

its to appear the same as on firefox but it isnt

Link to comment
Share on other sites

Ok sorry.

 

The file i created is a .php file which includes html code as u can see above.

When i add

 

<?php

include("index/index_files/front/php/include.php");

?>

 

within <html> into the website script it works fine on firefox which it gets the db tables and on IE does too but on IE the website isnt displayed correctly.

 

if ppl view my site http://211.30.186.225/ in both browzers u will know at i mean.

 

in firefox it appears full screen and in IE its small and on the side.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.