I wish to change the appearance of text ads, and have done the following. Changed the last code line in passthru.php to echo preg_replace ("/<\/body>/i", '<span class="coop">' . $ad_network[0] . '</span></body>', file_get_contents(str_replace ('../', '', $_REQUEST['file']))); PHP: Also added to my .css file: .coop { font-size: 12px; background-color:#FFFFFF; font-weight: normal; margin:1; color:#000000; text-align:center; border: none; } Code (css): Nothing is happening. Can anone help?