This is a discussion on Box content alignment within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi, I'm looking for some help on how to show formatted content in a box. Basically I am trying to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi, I'm looking for some help on how to show formatted content in a box. Basically I am trying to show two text string on the same line one aligned to the left and one to the right.. Here's the code I'm trying to work out: $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => '' . $breadcrumb->trail(' | ') . ''); $info_box_contents[] = array('align' => 'right', 'text' => '<a href="http://www.domain.com/catalog/shopping_cart.php">Shopping Bag</a> | ' . '<a href="http://www.domain.com/catalog/checkout_shipping.php">Checkout</a> | ' . '<a href="http://www.domain.com/catalog/account.php">Your account</a> | ' . '<a href="http://www.doamin.com/catalog/faq.php">Help</a>'); new infoBox($info_box_contents); Any ideas are welcome. Thanks! |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Subcategory Alignment | fuzzyphil | osCMax v1.7 Discussion | 0 | 10-27-2006 02:38 AM |
| table alignment | bibleman | osCMax v2 Customization/Mods | 5 | 07-30-2005 12:10 PM |
| alignment problem | matty102 | osCMax v1.7 Discussion | 2 | 03-16-2005 09:43 AM |
| right column alignment issues | homeless | osCommerce 2.2 Modification Help | 1 | 03-10-2004 07:11 AM |
| Page alignment disorder! | mskitti | osCommerce 2.2 Installation Help | 0 | 09-27-2003 05:40 PM |