qorn Posted August 4, 2004 Posted August 4, 2004 Hi How would I go about moving the breadcrumb trail to centre of the bar, rather than to the left. Kind Regards Dave My Contributions
Mary B. Posted August 4, 2004 Posted August 4, 2004 There are two <td>'s in that table row, so I don't think you can get it to go exactly in the middle of the row without recoding the table, but you can align it to the right to get it close: <td class="headerNavigation" align="right"><?php echo $breadcrumb->trail(' » '); ?></td> They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~ Benjamin Franklin, 1759. տլ
qorn Posted August 4, 2004 Author Posted August 4, 2004 Ace, thanks Mary! I didnt see that in there, I was looking at the aplication_top and in the classes file Kind Regards Dave My Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.