Ian-San Posted October 27, 2002 Share Posted October 27, 2002 This issue has been bought up before but I cant see any reply to it. Does anyone know why this function only produces a X by X square output rather than a line? // Output a separator either through whitespace, or with an image function tep_draw_separator($image = 'pixel_black.gif', $width = '100%', $height = '1') { return tep_image(DIR_WS_IMAGES . $image, '', $width, $height); } The result of the function is fed into something like this: <?php echo tep_draw_separator(); ?> Ian-san Flawlessnet Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.