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
looking for some HTML help
- edwinb77
- Flight Attendant
- Posts: 98
- Joined: Wed Feb 10, 2010 3:59 pm
- Location: Amsterdam (Netherlands)
Re: looking for some HTML help
i have the data on the website now, but it doesn't update yet.
any idea how i do that?
thanks!
any idea how i do that?
thanks!
-
- Ticket Agent
- Posts: 64
- Joined: Thu Aug 27, 2009 1:03 pm
- Contact:
Re: looking for some HTML help
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
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
visit Airnex homepage at http://www.airnexvirtual.co.uk (New )
Captain to First Officer -> "Did you close the doors or did I?"
Captain to First Officer -> "Did you close the doors or did I?"
- edwinb77
- Flight Attendant
- Posts: 98
- Joined: Wed Feb 10, 2010 3:59 pm
- Location: Amsterdam (Netherlands)
Re: looking for some HTML help
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
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