ComicWisdom Posted November 6, 2006 Posted November 6, 2006 I am using images for my categories links. They work great except, I don't want them to go all the way across the page. I want them centered in the middle on two lines. On my template, I have put the $categories in a table set width = 520. Here is that code: [/code] <table border="0" width="520" id="table5" cellspacing="0" cellpadding="0"> <tr> <td> <p align="center">$categorybox</td> </tr> </table> I have also removed the ?nowrap? from catalog/includes/classes/boxes.php Here is that code: /*nowrap removed from next line*/ array('params' => 'height="14" class="infoBoxHeading" ', 'text' => $right_corner)); But it continues to stretch out the page, could someone come up with an idea here. I have thought of putting in an "if" clause on number "13" with a carriage return, but I'm afraid that will ruin the rollover effect. The URL: http://desk10.netkrafter.com/catalog/index.php Click the "A" to see the rollover effect I'm talking about. Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!! Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience. The quickest way to learn is to forget to BACKUP!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.