Home  |  MyBox Demo

MyBox costs 5 CRedits. Buy & download it. Requirements: php.

This is a very easy way to include content to display inside a box with specific width and any background color:
MyBox("this text","F6F6F6",300);

Files required: mybox.php, mybox.css

See real example here.


This is other example of inline content to display inside a box without specific width but inside a table container with left alignment and dark background color:
MyBox("this text","555555");

function MyBox($s,$bgcolor='F6F6F6',$w=0,$p=1,$box=1,$al='left')
$p==1 uses p, else uses div
$s = content, it can be html text or *.htm file to be included
$box==1 has box border else does not (framed)


Now, a third example using external file as content inside a div tag:
MyBox('dummy.htm','F3F7F3','95%',0,0,'center');
Simple Gallery

-= the htm file uses a Simple Gallery javascript+php code =-