IFRAME tag is dissappearing |
IFRAME tag is dissappearing |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2004 Member No: 2,999 ![]() |
I ahve an iframe on my page and the code is supposed to look liek this:
QUOTE <tr><td> <iframe name="tag" frameborder="0" width="100%" height="250" align="center" src="/blog/tagboard/display.php" target="_blank"></td></tr> It works fine on my own personal server, but when i put it in ym xanga skin and view the Public View, the word 'iframe' dissappears and the tag looks liek this: QUOTE <tr><td> < name="tag" frameborder="0" width="100%" height="250" align="center" src="/blog/tagboard/display.php" target="_blank"></td></tr> for some reason my iframe tags are removed. WHY? ![]() any ideas/workarounds? my xanga page is here: http://www.xanga.com/gr8indianbear my personal page is here: http://www.indianbear.com/blog |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
maybe xanga doesn't let you use iframes?
![]() |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2004 Member No: 2,999 ![]() |
I've seen iframes on other people's xangas, or at least what appear to be iframes. but i keep forgetting to peek at their source to see what they did. and i know that the flooble chatterbox can be in iframes, but with a javascript code. so i'm still stuck
|
|
|
![]()
Post
#4
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
yeah the chatterbox is an iframe but you have to put the script to that in the 'javascript module' section of the CLAF in order for that to work don't you?
|
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2004 Member No: 2,999 ![]() |
the chatterbox script will work whereever you put it within the body of your page.
i.e., i have my own skin, and i just pasted the code i got from them into a table column and it works fine. didn't need to use the xanga JS module |
|
|
![]()
Post
#6
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2004 Member No: 2,999 ![]() |
ok, found one page that had each entry as a scrollable section. its worked by using <DIV> tags and overflow, like this:
<DIV id=scroll3 style="OVERFLOW: auto; WIDTH: 100%; HEIGHT: 300px; BACKGROUND-COLOR: transparent">blah blah blah</DIV> but the page that i'm linking to is a PHP page and the codes and scripts might not link properly if i just paste them in. still no word on iframes, which would make it easier |
|
|
![]()
Post
#7
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 946 Joined: Jan 2004 Member No: 603 ![]() |
Iframes are disabled in Xanga, They dont allow it
|
|
|
![]()
Post
#8
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
QUOTE(aznhybriddragon @ Mar 2 2004, 6:53 PM) Iframes are disabled in Xanga, They dont allow it yeah i thought so but i wasn't sure |
|
|
![]()
Post
#9
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2004 Member No: 2,999 ![]() |
QUOTE(aznhybriddragon @ Mar 2 2004, 6:53 PM) Iframes are disabled in Xanga, They dont allow it ok, but is there a way to workaorund it? cuz my tagboard is hosted on my own persoanl server, and id rather use that than flooble chatterbox. its runs on its own CGI scripts and everything. or am i attempting the impossible? |
|
|
![]() ![]() |