manager_66
جمعه 27 آبان 1390, 21:38 عصر
سلام / من این جدول رو دارم :
78032
مشکل اینجاست که میخوام اطلاعات بیشتر رو پایین ، سمپ چپ ستون نام محصول یعنی همونجایی که الان مشخص کردم (بیاد اینجا :)) بذارم . هر کار میکنم نمیشه . این کد html :
<td class="imgproduct"><img src="<?php echo 'Admin/productpic/'.$picname; ?>" alt="broken_img" /></td>
<td class="nameproduct" >
<?php echo $prorow["name"] ?><a href="" > اطلاعات بیشتر </a>
</td>
<td class="priceproduct"><?php echo $prorow["price"] ?></td>
<!-- <td class="companyproduct"><?php // echo $rowcomp["name"]; ?></td> -->
<td class="modelproduct"><?php echo $prorow["model"]; ?></td>
<td class="shopproduct">
<div class="prodshop"><span>افزودن به سبد</span></div>
</td>
این هم کد css :
.table_product
{
width:530px;
text-align:center;
}
.table_product tr th
{
direction:rtl;
font-family:tahoma;
font-size:10px;
color:#fff;
background:#666;
}
.table_product tr td img
{
width:145px;
height:135px;
}
.table_product tr td
{
font-family:tahoma;
font-size:12px;
width:90px;
}
.table_product tr .imgproduct
{
width:145px;
}
.table_product tr .nameproduct
{
width:500px;
}
.table_product tr .priceproduct
{
width:200px;
}
.table_product tr .companyproduct,.table_product tr .modelproduct
{
width:100px;
}
.table_product tr .shopproduct
{
width:250px;
}
ممنون میشم کمک کنید .
78032
مشکل اینجاست که میخوام اطلاعات بیشتر رو پایین ، سمپ چپ ستون نام محصول یعنی همونجایی که الان مشخص کردم (بیاد اینجا :)) بذارم . هر کار میکنم نمیشه . این کد html :
<td class="imgproduct"><img src="<?php echo 'Admin/productpic/'.$picname; ?>" alt="broken_img" /></td>
<td class="nameproduct" >
<?php echo $prorow["name"] ?><a href="" > اطلاعات بیشتر </a>
</td>
<td class="priceproduct"><?php echo $prorow["price"] ?></td>
<!-- <td class="companyproduct"><?php // echo $rowcomp["name"]; ?></td> -->
<td class="modelproduct"><?php echo $prorow["model"]; ?></td>
<td class="shopproduct">
<div class="prodshop"><span>افزودن به سبد</span></div>
</td>
این هم کد css :
.table_product
{
width:530px;
text-align:center;
}
.table_product tr th
{
direction:rtl;
font-family:tahoma;
font-size:10px;
color:#fff;
background:#666;
}
.table_product tr td img
{
width:145px;
height:135px;
}
.table_product tr td
{
font-family:tahoma;
font-size:12px;
width:90px;
}
.table_product tr .imgproduct
{
width:145px;
}
.table_product tr .nameproduct
{
width:500px;
}
.table_product tr .priceproduct
{
width:200px;
}
.table_product tr .companyproduct,.table_product tr .modelproduct
{
width:100px;
}
.table_product tr .shopproduct
{
width:250px;
}
ممنون میشم کمک کنید .