Link to home
Start Free TrialLog in
Avatar of MrTV
MrTVFlag for Thailand

asked on

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'><?php

  for ($i=0; $i<count($allrowshead); $i++)
{
     $textg = $allrowshead[$i]["grandtotal"];
            $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
ASKER CERTIFIED SOLUTION
Avatar of jaxstorm
jaxstorm
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MrTV

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