|
|
|
ทำไม 1 pixel มันหนาจัง คือผมมือใหม่ php เขียน ASP กับ HTML XML มาก่อน PHP ไม่ได้เขียนเว๊บเต็มๆที่ผ่านมาเน้นแก้มากกว่าใหม่ |
|
|
|
|
|
|
|
คือผมมือใหม่ php เขียน ASP กับ HTML XML มาก่อน PHP ไม่ได้เขียนเว๊บเต็มๆที่ผ่านมาเน้นแก้มากกว่าใหม่
ผมทำขึ้นมาแล้วมีปัญหาที่กรอบจาก ตารางที่ซ้อนกัน(เพราะนายเขาไม่เอา border หัวเด็ดตีนขาด) ผมเว้นไว้ 2-1 pixel แต่มันหนาเกินไปผมไม่ทราบว่าเป็นที่อะไร แนะนำด้วยครับ เพราะนายเร่งผมมากว่าแก้แค่นี้แก้ไม่ได้ ทำมาทั้งเว๊บแล้ว
Code (PHP)
<?php require_once('fileinc/topcode.php'); ?>
<!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">
<head>
<?php require_once('fileinc/config.php'); ?>
<title>ร้านหนังสือ - ขายหนังสือ นิยาย นวนิยาย สำนักพิมพอเมธิสต์,เจพลัส,โอทูพลัส</title>
</head>
<body>
<div id="col-left">
<center><img src="images/shop/tabo14pluz.gif" alt="" /></center>
<!-- Shop Stall -->
<div class="spacer"></div>
<div class="spacer"></div>
<img src="images/site/ico_rank.jpg" /> <span class="pink-18"><strong>เล่มโปรดเพื่อน</strong></span>
<table width="620" border="0" bgcolor="#cccccc" style="text-align: left" align="center">
<tr align="center">
<td align="center">
<table width="618" border="0" bgcolor="#fff6f5" align="center">
<tr align="center">
<td align="center">
<table width="616" border="0" bgcolor="#fff6f5" align="center">
<tr align="center">
<?
$db->querydb("book_id, book_avatar, book_name, book_type, book_isbn, book_author, book_page, book_fullprice, book_disprice, book_group","o3_book","ORDER BY book_id DESC LIMIT 0, 10", $dbname);
$irow = 0;
while($rows = mysql_fetch_assoc($db->result)) {
$irow++;
?>
<td>
<table width="120" bgcolor="#CCCCCC" ><tr><td>
<table width="118" border="0" cellspacing="0" bgcolor="#FFFFFF" >
<tr>
<td bgcolor="#ffffff" > <table bgcolor="#CCCCCC"><tr><td><a href="index.book.php?book=<?=$rows['book_id']?>" onclick="NewWindow(this.href,'name','535','700','no');return false"><img src="/images/upload/book/<?=$rows['book_avatar']?>.jpg" width="108"
border="4" height="163"></a></td></tr></table></td>
</tr>
<tr><td><font face="MS Sans Serif, Tahoma, sans-serif" size="1"><strong>
<a href="index.book.php?book=<?=$rows['book_id']?>"><strong><?=$rows['book_name']?></a>
</strong><br>
<strong>โดย</strong> <?=$rows['book_author']?></font></td></tr>
<tr><td><bt><br><font face="MS Sans Serif, Tahoma, sans-serif" size="1">ราคา ฿ <?=$rows['book_fullprice']?> บาท</font><br><br></td></tr>
</table></td></tr></table></td>
<? if(($irow)%5==0)
{
echo"</tr>";
}
else
{
echo "<td>";
}
}
echo"</tr></table>";
?>
</table>
</table>
</td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p></div></div>
</body>
</html>
Tag : - - - -
|
|
|
|
|
|
Date :
2010-07-09 20:42:15 |
By :
seedmonoeye |
View :
805 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อยากเห็นรูปคับ
|
|
|
|
|
Date :
2010-07-09 20:49:05 |
By :
pjgunner |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ css ช่วยครับ
|
|
|
|
|
Date :
2010-07-10 09:48:24 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่ cellspacing='0' กับ cellpadding='0' ให้กับ tag table ครับ
ถ้าเป็น css
กำหนดดังนี้
table{
padding:0;
margin:0;
border-collapse:collapse;
}
|
|
|
|
|
Date :
2010-07-10 13:08:05 |
By :
xbeginner01 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ ได้แล้วครับ
|
|
|
|
|
Date :
2010-07-12 00:50:24 |
By :
seedmonoeye |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|