Hi
i use html nugget for html in my side bar and i insert a iframe code into it. It works fine but when i want to add some plugin like "Top referrer , top exit or another html nugget" after my first "html nugget" they didnt appear. When i up them (before from my first html nugget which i used iframe code) they works fine...
I search forum but i cant find more info
Thank a lot
iframe problem???
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: iframe problem???
When such problems happen you should check your HTML code with a HTML Validator like on w3c.org. The symptoms look like an unclosed HTML tag in your code.
What'S your serendpity url?
REgards,
Garvin
What'S your serendpity url?
REgards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
http://www.boshver.com/blog
and it is my iframe code
i call this file
and it is my iframe code
Code: Select all
<iframe marginwidth="0" marginheight="0" src="http://www.boshver.com/1.htm" frameborder="0" width="120" scrolling="no" height="600" />Code: Select all
http://www.boshver.com/1.htm-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Actually, that is not your iframe code. The iframe code on your site is this:
Note that there is no ending "/>" in your command, which is HTML invalid. If you use exactly the code you pasted, it will work.
Regards,
Garvin
Code: Select all
<iframe marginwidth="0" marginheight="0" src="http://www.boshver.com/1.htm" frameborder="0" width="120" scrolling="no" height="600">
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
You should paste it WITH "/>" and not WITHOUT! The closing element is required for valid HTML!
Else, try to make it "<iframe>...</iframe>".
Regards,
Garvin
Else, try to make it "<iframe>...</iframe>".
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/