FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Iframes???

 


greenwoodmonkey
Ok, I know what I need to do, and I have done it before.. but can anyone look at my code on www.greenwoodmonkey.frih.net/blog.htm and tell me where I am going wrong in regards to creating an Iframe link in the blank box.....

Any help would be appreciated..

Cheers

oh and any comments on how great my first sensible attempt at flash is will be gratefully recieved
AftershockVibe
You link is dead but I went to your main index page and your site seems to be working fine with the IFrame, although a few of the pages clearly are missing.

Hit CTRL+F5 and check you've cleared your browser cache. Cool
Lonelyhut
It seems that you haven't uploaded the file "blogtext.htm" on the server.
carlospro7
it says that the requested URL was not found in your server. So I dont know what to look at. Maybe you removed it. Anyway hope it goes well....
afracsass
Hello,

You made several mistakes on writing case-sensitive url addresses.

on your code 'http://www.greenwoodmonkey.frih.net/Blog.htm'(which should not be cofused with 'http://www.greenwoodmonkey.frih.net/blog.htm'),

instead of the line below,

Code:

<td height="480" colspan="5" <iframe src="blogtext.htm" width="630" height="480">&nbsp;</td>


you'd better write,

Code:

<td height="480" colspan="5"><iframe src="Blogtext.htm" width="630" height="480"></iframe>&nbsp;</td>


1. you have to close <td> tag. with '>';
2. when you use iframe as an element of table item u have to close the iframe tag with </iframe>
3. URL is case-sensitive. The file u have on the server is 'Blogtext.htm', not 'blogtext.htm'
greenwoodmonkey
afracsass wrote:
Hello,

You made several mistakes on writing case-sensitive url addresses.

on your code 'http://www.greenwoodmonkey.frih.net/Blog.htm'(which should not be cofused with 'http://www.greenwoodmonkey.frih.net/blog.htm'),

instead of the line below,

Code:

<td height="480" colspan="5" <iframe src="blogtext.htm" width="630" height="480">&nbsp;</td>


you'd better write,

Code:

<td height="480" colspan="5"><iframe src="Blogtext.htm" width="630" height="480"></iframe>&nbsp;</td>


1. you have to close <td> tag. with '>';
2. when you use iframe as an element of table item u have to close the iframe tag with </iframe>
3. URL is case-sensitive. The file u have on the server is 'Blogtext.htm', not 'blogtext.htm'


You are a legend, apologies it has taken so long to reply to this, I have only just got round to putting on a new design and using the frames... they only bloomin' work!

Really appreciate the assistance...

P
www.greenwoodmonkey.frih.net
alkutob
afracsass

thank you ... it is nice to have such notes as a reference .
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.