Advertise Here

Author Topic: HTML Issue  (Read 2924 times)

0 Members and 1 Guest are viewing this topic.

Offline BBfan940

  • SMF For Free Full Member
  • *
  • Posts: 159
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
HTML Issue
« on: December 09, 2008, 05:21:46 am »
How come in my WebPage Editor, when I put the HTML in, it isn't showing?

Is there anything wrong with this code?

Code: [Select]
<div class="contentpane">
<iframe id="blockrandom" name="iframe" src="http://www.webkinzone.com/flashcard/index.php" width="100%" height="600" scrolling="no" align="top" frameborder="0" class="wrapper"></iframe></div></div></div></div></div></div><div id="footer_wrapper">
<div style="clear:both; line-height:1px;"></div> 

Offline Mr Henry

  • SMF For Free Newbie
  • *
  • Posts: 9
    • View Profile

  • Total Badges: 8
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: HTML Issue
« Reply #1 on: December 09, 2008, 10:32:50 am »
Hello BBfan940,

There is nothing wrong with your HTML code. The part you entered will only show up if it is entered in your Header or Footer, Extra Meta Tags area in the Webpage Editor or Board Descriptions when modifying boards.

Regards,

Mr Henry

Offline BBfan940

  • SMF For Free Full Member
  • *
  • Posts: 159
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: HTML Issue
« Reply #2 on: December 09, 2008, 02:34:09 pm »
Ok thanks for the help!  :) ;)

Offline Shimmy Shabby

  • SMF For Free Full Member
  • *
  • Posts: 143
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: HTML Issue
« Reply #3 on: December 09, 2008, 02:51:05 pm »
Actually, This will show up in if you include it on your page with the WebPage Editor. You just have to click the HTML tab on your webpage editor and put it in that, then click update.

And You have to many div tags in your HTML, it should be more like this:
Code: [Select]
<div class="contentpane">
<iframe id="blockrandom" name="iframe" src="http://www.webkinzone.com/flashcard/index.php" width="100%" height="600" scrolling="no" align="top" frameborder="0" class="wrapper"></iframe>
<div id="footer_wrapper">
<div style="clear:both; line-height:1px;"></div></div></div>

And if you don't have the div defined in the HTML or in your css you wont need them anyways because they'll do nothing. So all you would need to insert into the HTML thing in the webpage editor would be this:
Code: [Select]
<iframe id="blockrandom" name="iframe" src="http://www.webkinzone.com/flashcard/index.php" width="100%" height="600" scrolling="no" align="top" frameborder="0" class="wrapper"></iframe>
« Last Edit: December 09, 2008, 02:57:14 pm by Shimmy Shabby »


Offline outlaw16151

  • SMF For Free Full Member
  • *
  • Posts: 122
  • Come have fun at the Lounge
    • View Profile
    • Outlaw's Gameroom & Lounge

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: HTML Issue
« Reply #4 on: December 10, 2008, 12:32:58 am »
all i get is that code when i try the page editor


Offline Colette Brunel

  • SMF For Free Sr. Member
  • *
  • Posts: 424
    • View Profile

  • Total Badges: 17
    Badges: (View All)
    Poll Voter Level 4 Fourth year Anniversary Windows User Topic Starter
Re: HTML Issue
« Reply #5 on: December 10, 2008, 07:51:03 pm »
Obviously, as the HTML/CSS isn't defined "before" the code is parsed in the WYSIWYG editor. You need to confirm the alterations and then navigate back to the editor.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: HTML Issue
« Reply #6 on: December 10, 2008, 08:15:03 pm »
iframes have been an issue with Webpage Editor for some time now.   That one will not work for me either.. was on my test site so tried it.   We've had a lot of posts here about it..   either you get nothing at all on the page or the code shows up ON the page itself.. nothing more.      I dont know what can be done about it.

Offline outlaw16151

  • SMF For Free Full Member
  • *
  • Posts: 122
  • Come have fun at the Lounge
    • View Profile
    • Outlaw's Gameroom & Lounge

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: HTML Issue
« Reply #7 on: December 15, 2008, 11:47:17 pm »


Actually, This will show up in if you include it on your page with the WebPage Editor. You just have to click the HTML tab on your webpage editor and put it in that, then click update.

And You have to many div tags in your HTML, it should be more like this:
Code: [Select]
<div class="contentpane">
<iframe id="blockrandom" name="iframe" src="http://www.webkinzone.com/flashcard/index.php" width="100%" height="600" scrolling="no" align="top" frameborder="0" class="wrapper"></iframe>
<div id="footer_wrapper">
<div style="clear:both; line-height:1px;"></div></div></div>

And if you don't have the div defined in the HTML or in your css you wont need them anyways because they'll do nothing. So all you would need to insert into the HTML thing in the webpage editor would be this:
Code: [Select]
<iframe id="blockrandom" name="iframe" src="http://www.webkinzone.com/flashcard/index.php" width="100%" height="600" scrolling="no" align="top" frameborder="0" class="wrapper"></iframe>

Thats the answer is was looking for thanks from the Outlaw


Offline outlaw16151

  • SMF For Free Full Member
  • *
  • Posts: 122
  • Come have fun at the Lounge
    • View Profile
    • Outlaw's Gameroom & Lounge

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: HTML Issue
« Reply #8 on: December 16, 2008, 03:35:49 am »
Now i have a question about this fine feature we have (page editor).
how many pages are we allowed? does anybody know?


Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: HTML Issue
« Reply #9 on: December 16, 2008, 10:19:07 am »
Now i have a question about this fine feature we have (page editor).
how many pages are we allowed? does anybody know?

there isnt a limit

 

Related Topics

  Subject / Started by Replies Last post
11 Replies
3222 Views
Last post January 15, 2006, 01:57:02 pm
by MyX
3 Replies
10902 Views
Last post November 10, 2008, 09:55:02 pm
by ImthEhAppYEmO
1 Replies
800 Views
Last post November 25, 2009, 05:21:37 pm
by SMF For Free
4 Replies
988 Views
Last post May 04, 2010, 05:52:52 pm
by Dustin
6 Replies
2555 Views
Last post July 27, 2010, 12:25:09 pm
by Geist