The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I'm using vbadvanced and have created a module to show information in an IFRAME.
However, the contents of the IFRAME is never formatted according to what I've set up in my style. The contents always has a white background with black text in Times New Roman. Is there something I'm missing? I've tried to include a class="alt1" in the IFRAME tag and have even surrounded the contents of the HTML file in <span class="alt1"> tags, all to no avail. Included is an example: HTML Code:
<td class="$getbgrow alt1" width="100%" align="center"> <iframe title="Text" name="I1" width="100%" height="100" src="/forums/modules/text.html" marginwidth="1" marginheight="1" scrolling="auto" border="0" frameborder="0"> <!-- Alternate content for non-supporting browsers --> <a href="/forums/modules/text.html" target="_blank">Text</a> </iframe></td> HTML Code:
<span class="alt1"><strong>Blah blah blah ...</strong><br /><br />Blah blah blah</span> |
#2
|
|||
|
|||
![]()
I think the iframe page needs access to the style sheet on it's own, since it's loaded separately. That's just a guess
![]() |
#3
|
||||
|
||||
![]() Quote:
- Sid |
#4
|
|||
|
|||
![]() Quote:
|
#5
|
||||
|
||||
![]()
that iframe is simply a page, so you need to use $headinclude to get the CSS properly.
|
#6
|
||||
|
||||
![]() Quote:
![]() Quote:
PHP Code:
- Sid |
#7
|
|||
|
|||
![]()
I'm trying to do the same thing. Solved the problem by putting $style[css] in the <head> tags.
|
#8
|
||||
|
||||
![]() Quote:
|
#9
|
|||
|
|||
![]()
Put it this way:
<? echo $style['css']; ?> |
#10
|
||||
|
||||
![]() Quote:
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> 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 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|