Font Settings In Php Includes

Is there some way I can tell the below php include, that I wanna use a specific font, size and color without creating an external css-file?<br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec--><?php<br />include('http://www.marveassistans.se/forum/SSI.php?ssi_function=recentTopics');<br />?><!--QuoteEnd--></div><!--QuoteEEnd--><!--content-->
You might try<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><div><br /><style type="text/css"><br /><!--<br />font-family: Times New Roman, Times, Serif;<br />font-size: medium;<br />color: black;<br />--><br /></style><br /><br /><?php<br />include('http://www.marveassistans.se/forum/SSI.php?ssi_function=recentTopics');<br />?><br /></div><!--c2--></div><!--ec2--><!--content-->
Thanks Don. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br />Unfortunatley, it doesn纾
 
Back
Top