
12-05-2007, 14:50
|
|
|
|
חבר מתאריך: 26.02.07
הודעות: 160
|
|
|
בעיה בקוד
קוד PHP:
<?php ?> <html dir="rtl"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Pragma" content="no-cache" /> <title><?php echo(TITLE);?></title> </head> <body bgcolor="<?php echo(BGCOLOR);?>"> <div style="position: absolute; width: 368px; height: 60px; z-index: 1; right: 30%; top: 7px" > <?php include("banner.php");?></div> <div style="border-style:outset; border-width:1px; position: absolute; width: 20%; height: 50%; z-index: 2; right: 1%; top:90px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:<?php echo(MENUBG);?>" > <table border="0" width="100%" > <tr><td background="images/cell.png"><font color="#00FFFF"><b><?php echo(MENUTITLE);?></b></font></td></tr></table> <?php include("menu.php"); if(COUNTER==true){echo("<br>"); include("counter.php");}?></div> <div style="padding:0px; position: absolute; width: 75%; height:112px; z-index: 3; right: 24%; top: 90px" > <table border="0" width="100%" > <tr><td background="images/cell.png"><font color="#00FFFF"><b><?php echo(CONTENTITLE);?></b></font></td></tr> </table><table border=1 width=100% height=100%><tr><td><?php include("menu_config.php");?></td></tr></table></div> </body> </html>
זהו קוד PHP
זהו פלט ה-HTML
קוד:
<html dir="rtl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Pragma" content="no-cache" />
<title>title</title>
</head>
<body bgcolor="white">
<div style="position: absolute; width: 368px; height: 60px; z-index: 1; right: 30%; top: 7px" >
<img src='images/banners/banner5.jpg'></div>
<div style="border-style:outset; border-width:1px; position: absolute; width: 20%; height: 50%; z-index: 2; right: 1%; top:90px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:white" >
<table border="0" width="100%" dir="rtl" >
<tr><td background="images/cell.png"><font color="#00FFFF"><b>Меню</b></font></td></tr></table>
<a href="?page=index.php&dir=index">
<b><font color="#3300CC">עמוד ראשי</font></b></a><br><br>
<a href="?page=index.php&dir=forum">
<b><font color="#3300CC">Форум</font></b></a><br><br>
<a href="?page=index.php&dir=guest">
<b><font color="#3300CC">Гостевая книга</font></b></a><br><br>
<br><table border=1><tr><td background="images\cell.png"><b><font color='white'>Счетщик:<br>112</font></b></td></tr></table>
</div>
<div style="padding:0px; position: absolute; width: 75%; height:112px; z-index: 3; right: 24%; top: 90px" >
<table dir="rtl" border="0" width="100%" >
<tr><td background="images/cell.png"><font color="#00FFFF"><b>Контент</b></font></td></tr>
</table><table dir="rtl" border=1 width=100% height=100%><tr><td><html>
<head>
<title>New Page 2</title>
</head>
<body>
Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php Эта главная страница Index.php
</body>
</html>
</td></tr></table></div>
</body>
</html>
הבעיה שכאשר אני משנה לעברית את מה שכתוב בתפריט, בכל זאת הכתוביות מוצגות משמאל לימין. איך אני פותר את זה?
|