I managed to do some changes by myself even though I am a absolute PHP rookie:<br /><br />
http://www.sat4all.com/board/html2ubbt.php?name=test&file=html/test.html<br /><br />The code now looks like this:<br /><pre><font class="small">code:</font><hr><br /><?<br />// Require the library<br /> require ("main.inc.php");<br /> <br />// ---------------------<br />// Send the page to them<br /> $html = new html; <br /> $html -> send_header("$name",$Cat,0,0,0,0,$user);<br /> $html -> table_header("$name");<br /><br /> $phpurl = $config['phpurl'];<br /> $html -> open_table();<br /><br /> if(substr($file,-4)!=".htm" && substr($file,-5)!=".html" ){<br /> echo "Sorry, only HTML is allowed here!"; <br /> $html -> close_table();<br /> $html -> send_footer();<br />}<br /> else {<br /> if( substr($file,0,5)!="./../" && substr($file,0,7)!="http://" ){<br /> include ($file);<br /> $html -> close_table();<br /> $html -> send_footer();<br />}<br /> else {<br /> echo "Sorry, you can not use this script for a page which does not belong to this website"; <br /> $html -> close_table();<br />}<br />}<br />?><br /></pre><hr> <br /><br />I just don't know how to point the background color of the table (now it's blue) to the grey color in my the stylesheet!<br /><br />I NEED HELP!<br /><br />regards,<br /><br />Ron.