hey
New Member
Posts: 3
|
Post by hey on Jul 2, 2004 22:01:27 GMT
Is there a way to convert the saybox code into an iframe? The regular "script" version doesn't work for my site. (Its on my freewebs site cause if i put this on my proboard, i'll lose posts.) URL: www.soulcaliburrpg.vze.com (click chatbox)
|
|
|
Post by Ron on Jul 2, 2004 22:39:31 GMT
Is there a way to convert the saybox code into an iframe? The regular "script" version doesn't work for my site. (Its on my freewebs site cause if i put this on my proboard, i'll lose posts.) URL: www.soulcaliburrpg.vze.com (click chatbox) Why doesn't it work for your site? What error (if any) are you getting?
|
|
|
Post by FreeWill on Jul 3, 2004 10:45:14 GMT
I'm getting problems when I view the SayBox...
Instead of this on your page:<iframe src="http://saybox.co.uk/output.php?user=ThePro"></iframe>
Change it to <iframe src="pagewithyoursayboxon.html"></iframe>
Create a blank HTML file, and put your SayBox code in that. Put the file in your freewebs webspace. Point the iFrame to that HTML page, as shown above.
edit: here's the HTML page that you'll need.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>My SayBox</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <script language="javascript" src="http://saybox.co.uk/output.php?user=ThePro"></script> </body> </html>
|
|