Okay, my wild guess: obviously you're not using the wrapper, so the header, including the link to the stylesheet is missing. You'll either have to fill in the link or add a very short <style></style> section directly on that page to define the span class.
Comments on pop-up
Experienced
Usergroup: Customer
Joined: Jul 29, 2005
Total Topics: 30
Total Comments: 65
Hi Paul,
I did a custom pop-up like: the tos.tpl
<a href="index.php?custom=yes&TID=tos&usewrapper=no" target="win" onClick="window.open('','win','width=500,height=350');">terms of service</a>
but the span class doesn't work, I only get black text. If I paste it in a regular template it displays correctly.
Any ideas on why they do not display?
Thanks,
rw
Forum Regular
Usergroup: Customer
Joined: May 11, 2003
Total Topics: 64
Total Comments: 199
you are talking about the text in tos.tpl, right?
Okay, my wild guess:
obviously you're not using the wrapper, so the header, including the link to the stylesheet is missing. You'll either have to fill in the link or add a very short <style></style> section directly on that page to define the span class.
Experienced
Usergroup: Customer
Joined: Jul 29, 2005
Total Topics: 30
Total Comments: 65
Hi Jenny,
Yes that was it. I placed:
<link rel="stylesheet" href="templates/styles/{STYLESHEET}.css" type="text/css">
in header and all displayed correctly.
Thanks,
rw