Jump to content

dpp

New Members
  • Posts

    7
  • Joined

  • Last visited

dpp's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i tried but something is wrong. Not working.
  2. I don't know if it is pdf or html. I just want the cells into the table to be centered. The code above is from the pdf.php file. Sorry, I am not familiar with this and need some help. BRGDS
  3. I cannot upload bigger images. I want to send you a bigger picture where i enplane what i want. Where i can send this file? BRGDS
  4. I cannot understand you. What do you mean?
  5. data within the table. Now you can see the picture - it is on the left.
  6. Ok, i'll try to explane. I have a form where the clients make orders. When i confirm the order from the back end the system generates a pdf lile with the order details and sends it to the client by e-mail. The code is from the pdf.php file witch is responsible for generating this file with the order. I want {order details} and {order total} to be adjusted to center or to the right but not to the left, how it is now.
  7. Hello, I have a problem with the pdf output file from my system. The code is: <table> <tr> <td align="center"><strong><?php echo JText::_('VRCORDERNUMBER'); ?></strong></td> <td align="center"><strong><?php echo JText::_('VRCCONFIRMATIONNUMBER'); ?></strong></td> <td align="center"><strong><?php echo JText :: _('VRLIBSEVEN'); ?></strong></td> <td align="center"><strong><?php echo JText::_('VRLIBEIGHT'); ?></strong></td> </tr> <tr> <td align="center">{order_id}</td> <td align="center">{confirmnumb}</td> <td align="center"><span style="color: {order_status_class};">{order_status}</span></td> <td align="center">{order_date}</td> </tr> </table> <h4><?php echo JText::_('VRLIBNINE'); ?>:</h4> <p>{customer_info}</p> <p><strong><?php echo JText::_('VRLIBTEN'); ?>:</strong> {item_name}</p> <table> <tr> <td align="center"><strong><?php echo JText::_('VRLIBELEVEN'); ?></strong></td> <td align="center"><strong><?php echo JText::_('VRRITIROCAR'); ?></strong></td> <td> </td> <td align="center"><strong><?php echo JText::_('VRLIBTWELVE'); ?></strong></td> <td align="center"><strong><?php echo JText::_('VRRETURNCARORD'); ?></strong></td> </tr> <tr> <td align="center">{pickup_date}</td> <td align="center">{pickup_location}</td> <td> </td> <td align="center">{dropoff_date}</td> <td align="center">{dropoff_location}</td> </tr> </table> <p> <br/><br/></p> <h4><?php echo JText::_('VRCORDERDETAILS'); ?>:</h4> <br/> <table width="100%" align="center" style="border: 1px solid #DDDDDD;"> <tr><td bgcolor="#C9E9FC" width="30%" style="border: 1px solid #DDDDDD;"></td><td bgcolor="#C9E9FC" width="10%" align="center" style="border: 1px solid #DDDDDD;"><?php echo JText::_('VRCPDFDAYS'); ?></td><td bgcolor="#C9E9FC" width="20%" style="border: 1px solid #DDDDDD;"><?php echo JText::_('VRCPDFNETPRICE'); ?></td><td bgcolor="#C9E9FC" width="20%" style="border: 1px solid #DDDDDD;"><?php echo JText::_('VRCPDFTAX'); ?></td><td bgcolor="#C9E9FC" width="20%" style="border: 1px solid #DDDDDD;"><?php echo JText::_('VRCPDFTOTALPRICE'); ?></td></tr> {order_details} {order_total} </table> , you can see it in the enclosure. I want {order_details} and {order total} to be justified to center or tot the right, not to the left. Can someone help me? BRGDS
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.