View: 2402|Reply: 4
|
PHP Code - Nak letak image
[Copy link]
|
|
- <?php
- ?>
- <!-- information //-->
- <tr>
- <td align="left" style="padding-top:3px; ">
- <?php
- $info_box_contents = array();
- $info_box_contents[] = array('text' => BOX_HEADING_PEMBAYARAN);
- new infoBoxHeading1($info_box_contents, true, true, true, false);
- $info_box_contents = array();
- $info_box_contents[] = array('text' => '<div style="border:1px solid #A6B3BA; border-width:0px 1px;">'.NAK LETAK IMAGE DEKAT SINI.'</div>');
- new infoBox($info_box_contents);
- new infoBoxFooter('');
- ?>
- </td>
- </tr>
- <!-- information_eof //-->
Copy the Code
Minta tolongg.. haku mmg noobs sikit pasai php ni.
Mcm mane nak letak image dekat dalam code ni.. dekat ayat yang haku uppercasekan tuh. thx :tq: |
|
|
|
|
|
|
|
<?php
?>
<!-- information //-->
<tr>
<td align="left" style="padding-top:3px; ">
<?php
$info_box_contents = array();
$info_box_contents[] = array('text' => BOX_HEADING_PEMBAYARAN);
new infoBoxHeading1($info_box_contents, true, true, true, false);
$info_box_contents = array();
$info_box_contents[] = array('text' => '<div style="border:1px solid #A6B3BA; border-width:0px 1px;">' . '<img src="nama_file.gif">' . '</div>');
new infoBox($info_box_contents);
new infoBoxFooter('');
?>
</td>
</tr>
<!-- information_eof //-->
[ Last edited by shahnazz at 7-11-2006 11:29 PM ] |
|
|
|
|
|
|
|
:tq: thx
Kena letak ' ' rupanya |
|
|
|
|
|
|
|
fuhh!!! susahnyer nk faham |
|
|
|
|
|
|
|
Reply #4 DDT_pacak85's post
nak berguru? bleh PM saya :bgrin: |
|
|
|
|
|
|
| |
|