saalek110
Well-Known Member
header.php:
دو تا عکس و یک خوش آمد داره:

HTML:
<!DOCTYPE html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="rtl">
<head>
<title>Saalek110</title>
<style>
#my_header{
background-color: rgba(30,30,28,0.6);
border-radius: 15px;
width:96%;
border:7px solid #110023;
padding:5px;
margin-right:20px;
margin-left:20px;
}
#inside_td{
background-color: rgba(40,200,58,1);
border-radius: 5px;
width:60%;
font-size:18px;
border:1px solid #119977;
padding-right:15px;
padding-left:35px;
padding-top:4px;
padding-bottom:12px;
margin-right:1px;
margin-left:1px;
margin-bottom: 1px;
}
</style>
</head>
<body>
<?php
echo"<div id='my_header'>";
echo"<table border=1>";
echo"<tr>";
echo"<td style='width:10%;'>";
echo"<center><a href='http://saalek110.is-great.net/forum/index.php'><img src='./../../images/iran_football.jpg' alt='dar daste saakht' style='width:100px;height:auto;'></a></center>";
echo ""; // axxxxxxxxxxxxxxxxxxxxxxxxx
echo"</td>";
echo"<td style='width:60%;'>";
echo"<center><a href='http://saalek110.is-great.net/forum/index.php'><img src='./../../images/lion.jpg' alt='dar daste saakht' style='width:250px;height:auto;'></a></center>";
echo"</td>";
echo"<td style='width:30%;'>";
echo"<div id='inside_td'>";
$temp=writeMsg(2); // border
echo $temp;
echo"</div>";
echo"</td>";
echo"</tr>";
echo"</table>";
echo"</div>";
?>
</body>
</html>
دو تا عکس و یک خوش آمد داره:



























