24
i don´t know if i got it right.
but maybe try to put the code into a <div> inside the banners <td>
le="color: #000000"><?php <{php}> $quoteFile = "quotes.txt"; $fp = fopen($quoteFile, "r"); $content = fread($fp, filesize($quoteFile)); $quotes = explode("n",$content); fclose($fp); srand((double)microtime()*1000000); $index = (rand(1, sizeof($quotes)) - 1); $var = $quotes[$index]; $GLOBALS['xoopsTpl']->assign( 'xoops_bantxt', $var); <{/php}> <td align="center" style="background-image:url(<{$xoops_banner}>); background-position:center; [color=990000] (i dont think this centering is nessecary cause of the td is already centered)[/color] background-repeat:no-repeat;"> <div><{$xoops_bantxt}></div></td>
i didnt tryed it.see whats going on!
sime