 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
joyceintlinc
Joined: 11 Jul 2006 Posts: 1
|
Posted: Tue Jul 11, 2006 10:57 am i need help in changing the table already written |
|
|
|
my website www.joyceinternational.com
the page i want to change is www.joyceinternational/itemlistings.php?category=Scooter_Nuke
the only reasons why i want to modify the original table is i want to make following changes:
1. i want to make the description smaller in width, i change the "350" from "800" because i want to add an advertisement page on every page for some featured items.
2. i want to add SH in this page which originally do not have and i have already done so.
3. i want to add paypal buy button behind the SH which i do not how without making the button go all the way under the category.
4. but the spacing between the Price, Sale, SH (US), SH ( Canada ), is too far vertically and i cannot find where to adjust the spacing in the table, and i want the same spacing like the decription
5. i want the header for the decription does not have any more spacing than a regular spacing
6. i have been tried to modify existing code, and try to play around, but not very successfully
7. i do not understand the use of span class. try to look for tutorial but unsuccessful.
8. that is the main reasons i want to make a new table for all these and see if i can make it happen myself. this website is written by another person, i have never learn dreamweaver or javascript and i need to update my website that is why i need some help.
i do not know if you can offer any help to this? or this is off topics?
| Code: |
if($records[10]=='0'){
echo(
"<a name=\"$records[3]\"></a>".
"<table border=\"0\" width=\"100%\" align=\"left\"".
" summary=\"$records[1] : $records[2]]\">".
"<tr>".
"<th colspan=\"3\" width=\"75%\"><h2> $records[1] ($records[3])
</h2></th>".
"</tr>".
"<tr>".
"<td width=\"350\"> <span class=\"sub_des\"> <b>$records[9]</b></span> </td>".
"<td class=\"productImage\">".
"<a href=\"products.php?category=$category&id=$records [3]\"><img src=\"images/thumbs/$records[2]/$records[3].thumb.gif\"".
" width=\"100\"".
" alt=\"$records[3] : $records[5]\" border=\"0\"></a></td>".
"<td class=\"productInfo\">".
"<span class=\"sellprice\">Price: \$ $records[4]</span><p></p><b><span class=\"shipping\">SH(US48): \$ $records[7]</span></b><p></p><b><span class=\"shipping\">SH(Canada): \$ $records[42]</span></b><p></p><b><span class=\"shipping\">SH(Intl): \$ $records[43]</span></b><br><br>".
#"<form><input type=\"button\" value=\"View Description\" onClick=\"window.location='products.php?id=$record s[3]'\"></form>".
"</td>".
"</tr>".
"<tr>".
"<td colspan=\"2\" class=\"productInfo\">".
"<p></p>".
"<p></p>".
" ".
"</td>".
"</tr>"
);
}
else if($records[10]=='1'){
$newprice = round($records[4] - $records[4]*0.05, 2);
echo(
"<a name=\"$records[3]\"></a>".
"<table border=\"0\" width=\"100%\" align=\"left\"".
" summary=\"$records[1] : $records[2]]\">".
"<tr>".
"<th colspan=\"3\" width=\"75%\"><h2> $records[1] ($records[3])
</h2></th>".
"</tr>".
"<tr>".
"<td width=\"350\"> <span class=\"sub_des\"> <b>$records[9]</b></span> </td>".
"<td class=\"productImage\">".
"<a href=\"products.php?category=$category&id=$records [3]\"><img src=\"images/thumbs/$records[2]/$records[3].thumb.gif\"".
" width=\"100\"".
" alt=\"$records[3] : $records[5]\" border=\"0\"></a></td>".
"<td class=\"productInfo\">".
"<p></p><b><span class=\"sellprice\">Price: \$ <strike>$records[4]</strike></span><p></p></b><b><span class=\"salesprice1\">Sales: \$ $newprice</span></b><p></p><b><span class=\"shipping\">SH(US48): \$ $records[7]</span></b><p></p><b><span class=\"shipping\">SH(Canada): \$ $records[42]</span></b><p></p><b><span class=\"shipping\">SH(Intl): \$ $records[43]</span></b><br>".
#"<form><input type=\"button\" value=\"View Description\" onClick=\"window.location='products.php?id=$record s[3]'\"></form>".
"</td>".
"</tr>".
"<tr>".
"<td colspan=\"2\" class=\"productInfo\">".
"<p></p>".
"<p></p>".
" ".
"</td>".
"</tr>"
);
} |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|