Page 1 of 1

looking for some HTML help

Posted: Fri Mar 05, 2010 5:03 pm
by edwinb77
Hi,

I've started to build a webpage on one of the free available webhostings and i found the links for showing stats on your website.

On several websites i see as well that they are nicely integrated in the page instead of linking to a white page with all the stats of pilots etc.

Is there anyone who can help me out a bit to put the stats nicely inside the webpage with HTML code instead of linking to another page?

Thanks a million!

Best regards,

Edwin

Re: looking for some HTML help

Posted: Fri Mar 05, 2010 9:53 pm
by edwinb77
i have the data on the website now, but it doesn't update yet.

any idea how i do that?

thanks!

Re: looking for some HTML help

Posted: Mon Mar 08, 2010 3:05 pm
by savagegrave
Hi

Just wondering if you have fixed your html problems? If you still need help and advice feel free to PM me :)

Also if you could "paste" the code you have used others may be able to see where you went wrong....

the code i used is: <iframe src="http://remote.fsairlines.net/beta/pagen ... "></iframe> replacing pagename with the relvant page you wish to display and of course the airline number being the one you find on the VA's main fsa page.

Hope this helps....

If you do a search on the iframe command in google you can find alot of attributes assigned to this command, that will help "smarten" the appreance of the frame....

take care and good luck


Steve

Re: looking for some HTML help

Posted: Mon Mar 08, 2010 4:00 pm
by edwinb77
This helps alot!!!! Thanks very much :)

i used fully

<html>
<body>

<iframe src="http://remote.fsairlines.net/beta/infobox.php?rvi=13658" width="100%" height="425">
</iframe>

</body>
</html>

and all items are nicely displayed on my website :)
only its not integrated in the background of my webpage:
http://eavirtualairways.webs.com/airlinestatistics.htm

but related to the website template it's really not bad to see :)

Thanks a lot for your help!!

Best regards,

Edwin