Welcome, Guest. Please login or register.
Login with username, password and session length


It's a release candidate! VirtueMart 2.0 RC - the next generation VirtueMart - is available! Read more....

  Advanced search

247038 Posts in 67506 Topics- by 258314 Members - Latest Member: aniketana
Pages: [1]   Go Down
Print
Author Topic: td valign="top" at category view?  (Read 412 times)
alexzien
Newbie
*
Posts: 32


« on: June 14, 2011, 01:44:50 AM »

How do I put valign="top" at the categories?

I have managed to fix it on the products page by modifying browse_layouttable.tpl.php like this (starting at row 31):
Code:
// Creates a new HTML_Table object that will help us
// to build a table holding all the products
$table =& new HTML_Table('width="100%"');
$attributes = ("valign=top");        ##NEW LINE###

// Loop through each row and build the table
foreach($data as $key => $value ) {
$table->addRow($data[$key], $attributes);  ##ADDED $attributes to addRow##
}

But where do I fix it for the categories?
« Last Edit: June 14, 2011, 04:08:48 AM by alexzien » Logged
alexzien
Newbie
*
Posts: 32


« Reply #1 on: June 15, 2011, 03:45:13 AM »

No one?
Logged
Pages: [1]   Go Up
Print
Jump to: