Quote:
Originally Posted by tamarian
Put it this way:
<? echo $style['css']; ?>
|
Thankyou for spelling this out. I'm a total PHP newbie as you can tell! :speechless:
Now, I've done what you've said and this is the code I've got:
HTML Code:
<html>
<head>
<? echo $style['css']; ?>
</head>
<body>
<span class="alt1"><strong>Blah...</strong><br /><br />Blah Blah</span>
</body>
</html>
I've named this text.html and I'm calling this using an IFRAME.
But when I do this, I just get a white background with black text and no formatting other than the bold and line breaks in the scrolling IFRAME.
Can someone tell me what I'm doing wrong?
- Sid