About
Pricing
Community
Teams
Start Free Trial
Log in
MrTV
asked on
2/19/2010
colspan css
after i put conspan i want to put the text but i still want the border of table how can i fix this problem
<td colspan=7 height=18 class=xl8921921 style='height:13.5pt'><?ph
p
for ($i=0; $i<count($allrowshead); $i++)
{
$textg = $allrowshead[$i]["grandtot
al"];
$cheque_amt = "$textg";
$split = explode(".",$cheque_amt);
$output = convert_number($split[0]).
" baht and ";
if (isset($split[1])){
$output .= convert_number($split[1]).
" satang";
}
echo $output;
}
?></td>
Clipboard01.png
PHP
CSS
2
1
Last Comment
MrTV
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
jaxstorm
2/19/2010
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
MrTV
2/19/2010
ASKER
hi
before i put colspan=7 the border is not move i check i put in correct TD I want only allow text write until no more text if have vertical line interrupt text I am ok maybe i need another thing not colspan
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
before i put colspan=7 the border is not move i check i put in correct TD I want only allow text write until no more text if have vertical line interrupt text I am ok maybe i need another thing not colspan