dan182skater Posted December 29, 2004 Posted December 29, 2004 Hello, how do I get rid of the infobox header withuot ruining any of the other code. I would think it is somewhere here, but it didn't work: <?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_SUBSCRIBERS ); new infoBoxHeading($info_box_contents, false, false); ?> and it works when I get rid of: $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_SUBSCRIBERS ); new infoBoxHeading($info_box_contents, false, false); but then the infobox doesnt function properly. What am I doing wrong? THANKS! -Daniel
boxtel Posted December 29, 2004 Posted December 29, 2004 Hello, how do I get rid of the infobox header withuot ruining any of the other code. I would think it is somewhere here, but it didn't work: <?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_SUBSCRIBERS ); new infoBoxHeading($info_box_contents, false, false); ?> and it works when I get rid of: $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_SUBSCRIBERS ); new infoBoxHeading($info_box_contents, false, false); but then the infobox doesnt function properly. What am I doing wrong? THANKS! -Daniel <{POST_SNAPBACK}> if you put // infront of new infoBoxHeading($info_box_contents, false, false); then the header will not show. Treasurer MFC
dan182skater Posted December 29, 2004 Author Posted December 29, 2004 That's what I already tried also, and it kinda works, what happens is the infobox header goes away, but then the infobox doesn't function properly. My site is www.mp3shop4u.com and I am talking abuot the newsletter infobox at the very bottom of the page.
boxtel Posted December 29, 2004 Posted December 29, 2004 That's what I already tried also, and it kinda works, what happens is the infobox header goes away, but then the infobox doesn't function properly. My site is www.mp3shop4u.com and I am talking abuot the newsletter infobox at the very bottom of the page. <{POST_SNAPBACK}> define "doesn't function properly" Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.