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
|
|
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 |
|
|
![]() ![]() |