Quote:
Originally Posted by deathemperor
that iframe is simply a page, so you need to use $headinclude to get the CSS properly.
|
I have no idea how to use $headinclude

Please spell it out for me.
Quote:
Originally Posted by tamarin
One possible solution is to make the iframe file a PHP file. This way you can include global.php which should give you access to the user's style.
|
I did the following and named it text.php and it just got me a blank IFRAME :ermm: :
PHP Code:
<?php
require_once('/forums/global.php');
?>
<span class="alt1"><strong>Blah...etc.</strong><br /><br />More blah</span>
Can you tell me what I should do to remedy this?
- Sid