Latest Forum Posts
Home arrow Forum
Design Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Child List Table Align

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#1814
antivir (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Child List Table Align 2 Years, 2 Months ago  
No, Opera (http://www.opera.com/?home) has own engine (Presto).
I modified code for correct aling. May be it will be usefull for someone.
//Output Advanced Attributes
old
$html .= "</tr><tr><td><table align="right" width="100%"><tr align="right" bgcolor="$bgcolor">";
new
$html .= "</tr><tr><td colspan="4"><table align="right" width="100%"><tr align="right" bgcolor="$bgcolor">";
//Add button for Add to Cart
old
$html .= "<tr><td colspan='0'><input type="submit" style="text-align:center;background-position:bottom left;width:160px;height:35px;cursorointer;border:none;font-weight:bold;font-family:inherit;background: url('". IMAGEURL ."ps_image/".PSHOP_ADD_TO_CART_STYLE ."') no-repeat left center transparent;vertical-align: middle;overflow:hidden;" value=""
new
$html .= "<tr><td colspan='4'><input type="submit" style="text-align:center;background-position:bottom left;width:160px;height:35px;cursorointer;border:none;font-weight:bold;font-family:inherit;background: url('". IMAGEURL ."ps_image/".PSHOP_ADD_TO_CART_STYLE ."') no-repeat left center transparent;vertical-align: middle;overflow:hidden;" value=""
//get the item price
width=20%

$html .= "<td width="20%"align='left'>";

//output advances attributes
old
html .= "</tr><tr><td colspan="4"><table width="100%"><tr bgcolor="$bgcolor">";
if($check_advanced != "")
$html .= $check_advanced;
if($check_custom != "")
$html .= $check_custom;
if($check_advanced != "" || $check_custom != "")
$html .= "</tr></table></td>";

new
$html .= "</tr><tr>";
if($check_advanced != "")
$html .= $check_advanced;
if($check_custom != "")
$html .= $check_custom;
if($check_advanced != "" || $check_custom != "")
$html .= "";

list_advanced_attribute function
old
$html .= "<td align="right" valign="middle">";
new
$html .= "<td align="right" valign="middle" colspan="4">";
Thanks for your mod and your posting.
 
 
Last Edit: 2008/06/14 18:41 By antivir.
  The administrator has disabled public write access.
      Topics Author Date
    thread link
Child List Table Align
Kitson 2008/03/28 23:44
    thread link
thread linkthread link Re:Child List Table Align
macallf 2008/03/29 05:53
    thread link
thread linkthread link Re:Child List Table Align
Kitson 2008/03/31 16:19
    thread link
thread linkthread link Re:Child List Table Align
antivir 2008/06/13 21:36
    thread link
thread linkthread linkthread link Re:Child List Table Align
macallf 2008/06/13 21:52
    thread link
thread linkthread linkthread linkthread link Re:Child List Table Align
antivir 2008/06/13 22:16
    thread link
thread linkthread linkthread linkthread linkthread link Re:Child List Table Align
macallf 2008/06/13 23:49
    thread link
thread linkthread linkthread linkthread linkthread linkthread link Re:Child List Table Align
antivir 2008/06/14 18:40
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop