PDA

View Full Version : مشکل align



bravia2009
چهارشنبه 09 تیر 1389, 23:55 عصر
ام دوستان . من میخوام اون دکمه جدید در بالا و سط صفحه باشه کسی میتونه کمک کنه ؟:لبخندساده:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>

<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-language" content="fa">

<meta name="author" content="saeed" />

<title> مشاهده جداول پایگاه داده </title>
</head>

<body>
<!-- begining code -- >

<table width="400" border="1" align="center" dir="rtl" style="font-family: Tahoma;
font-size: 12px;" cellpadding="10" cellspacing="10">


<caption><b> جدول مشاهده مستندات </b></caption>

<a href="new.php?do=new">
<img src="Picture/1.png" alt="add message pic" name="Add" width="128" height="128" title="ایجاد پیام"/>
</a>

<thead style="background: aqua;">
<tr>
<th width="160" height="40" scope="col"> <b> نام فرستنده </b></th>
<th width="200" height="40" scope="col" > <b> تاریخ درج </b></th>
<th width="300" height="40" scope="col" > <b> متن فایل </b></th>
</tr>
</thead>

</table>

<div align="center" dir="rtl" style="font-family: tahoma;" "> با سپاس از شما </div>
</body>
</html>