I have read through many threads on this but continue to have a problem. I need to have a box on my website that is html coded.
I have made a box and called it through column_left.php with no problem. Whenever I try to put the information in the box it comes out above the box header in the correct column. I would like it in the box.
This has happened when I use straight html in the box or have it called from an html page.
The following code adds the link just above the box. The box has a 1 in it for some reason.
I know this is a simple problem but I cannot seem to get it to work. Thanks in advance for your help
Box code:
<?php
$boxHeading = 'Can we help you?';
$corner_left = 'rounded';
$corner_right = 'rounded';
$boxContent_attributes = ' align="center"';
$boxContent = require(DIR_WS_INCLUDES . 'subjex.html');
require(DIR_WS_TEMPLATES . TEMPLATENAME_BOX);
?>
John





LinkBack URL
About LinkBacks








Bookmarks