Jump to content

Scott

Members
  • Posts

    101
  • Joined

  • Last visited

Everything posted by Scott

  1. So with my new VA nearing completion I need to start thinking about advertising for pilots etc... Where would be a good place to advertise? Any help would be great! Regards Scott FlightSim Group
  2. Ooh I've not noticed that, must be some errors in the CSS or something for that bit! Thanks for your help everyone!
  3. I'm no expert here so forgive me if I get this wrong but you need to assign a Class tag to it in your style.css! For example... .border { border-style:ridge; border-color:#82A3CE; } then you will need to call this up in your template using the following... <div class="border"> </div> that should about do it for you! Hope that has helped!
  4. What do you mean borders?
  5. Yeah I was thinking the same with the left menu, I will change the menu in the near future! I think it looks quite modern and pro! Once I get some of the tweaking done I may release it on here... Who wants it?
  6. Hi all!! I am currently working on a new project and come up with this skin for PHPvms and really wanted your views and maybe ideas if at all possible? Click here to take a look! Login details... User: 2 Password: password Thanks one and all! :-)
  7. Yup all is working fine now, it must of been something to do with the link or something! Anyway SOLVED!! Thanks for your help! Scott
  8. Good morning all! When I was in slumber last night I got wondering...would it be possible to send information from multiple phpvms websites to a single phpvms website and then send that information over to VA Central? Just a thought... Regards Scott
  9. I believe I have solved it now...I'll try it out and let you know my findings!
  10. Hello all!! It's been a while since I've been on here but it's great to be back!! I was trying to using an HTML template I found on the internet as a skin but when I paste the HTML in the layout.tpl and placed in all the code from the documentation section I get all the writing etc... but I think the style sheet isn't being imported or read for some reason! All the other skins done by other people work, so I am not too sure why this is happening... I will paste the code I use to import the CSS into my layout.tpl <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/virtual/styles.css" /> Any help would be great!! Kind regards Scott
  11. I would love this too...I'll see what I can do!! I'm not too good myself...cant be too hard tho!! (Famous last words!!!)
  12. I got mine made by simpilot group! Dave did a wicked job!
  13. Scott

    HTML question

    lol hold on Ill turn it on...
  14. Scott

    HTML question

    Hi all I was wondering if anyone help me with a little bit of coding please... I have this page I want the table centred...I've managed to move the table into the centre but the it looks like the bottom of the page moves itself up, check this link to unnderstand what I mean... Come Fly Test Page Here is the code I've made... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="generator" content= "HTML Tidy for Linux (vers 1st December 2004), see www.w3.org" /> <title>Horizontal Navigation Bar w/Rollover Effect</title> <style type="text/css"> /*<![CDATA[*/ <!-- #navbar ul { margin: 0; padding: 5px; list-style-type: none; text-align: center; background-color: #; } #navbar ul li { display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color: #6179d1; } #navbar ul li a:hover { color: #000; background-color: #fff; } --> /*]]>*/ </style> </head> <body> <div id="navbar"> <ul> <li><a href="http://www.comeflyva.co.uk/forum" target= "_blank">Forum</a> </li> <li><a href="http://www.comeflyva.co.uk/index.php/TopPilot">Top Pilots</a> </li> <li><a href= "http://www.comeflyva.co.uk/index.php/TouchdownStats/top_landings/10"> Touch Down Stats</a> </li> <li><a href="%3C?php%20echo%20url('/staff');%20?%3E">Staff</a></li> <li><a href= "http://www.comeflyva.co.uk/index.php/pages/disclaimer">Disclaimer</a></li> </ul> </div> <p style="text-align: center;"><img alt="" height="200" src= "http://comeflyva.co.uk/lib/downloads/acpictures/fp1.png" width= "700" /></p> <h1 style="text-align: center;"><u>Come Fly... Resource Centre</u></h1> <div style="left: 250px; top: 400px; position: absolute;"> <table align="center" border="0"> <tbody> <tr> <td width="33%" bgcolor="#6179D1" class="bar">About Us</td> <td> <div class="bar">Human Resources</div> </td> </tr> <tr> <td><a href= "http://www.comeflyva.co.uk/index.php/pages/about">About Come Fly...</a></td> <td><a href= "http://www.comeflyva.co.uk/index.php/pages/introductiontohumanresources"> Introduction to Human Resources</a></td> </tr> <tr> <td><a href= "http://www.comeflyva.co.uk/index.php/pages/missionstatement">Mission Statement</a></td> <td><a href="http://www.comeflyva.co.uk/index.php/pages/termsandconditions">Terms and conditions</a></td> </tr> <tr> <td> </td> <td><a href="/prc/section2/activityandleave.php">Flight activity and leave policy</a></td> </tr> <tr> <td> </td> <td><a href= "http://www.comeflyva.co.uk/index.php/pages/careerandawards">Career guide</a></td> </tr> <tr> <td> </td> <td><a href= "http://www.comeflyva.co.uk/index.php/pages/leavingcomefly">Leaving Come Fly...</a></td> </tr> <tr> <td> </td> <td><a href="http://www.comeflyva.co.uk/index.php/staff">Staff Positions and Vacancies</a></td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td align="left" bgcolor="#6179D1" class="bar">Flight Operations</td> <td align="left" bgcolor="#6179D1" class="bar">Learning Centre</td> </tr> <tr> <td><a href= "http://www.comeflyva.co.uk/index.php/pages/introductiontoflightoperations"> Introduction to Flight Ops</a></td> <td><a href= "http://www.comeflyva.co.uk/index.php/pages/introductionlearningcentre"> Introduction to the Learning Center</a></td> </tr> <tr> <td><a href= "http://www.comeflyva.co.uk/index.php/pages/standareoperatingprocedure"> Standard operating procedures</a></td> <td><a href= "http://www.comeflyva.co.uk/index.php/pages/traininglinks">Training Links</a></td> </tr> <tr> <td><a href= "http://www.comeflyva.co.uk/index.php/pages/kacars">kACARS</a></td> <td> </td> </tr> <tr> <td><a href= "/http://www.comeflyva.co.uk/index.php/pages/flyingonline">Online Flying Guide</a></td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table> <table align="center" border="1"></table> <p><span style="display: none;"> </span></p> <table border="2"></table> </div> </body> </html> Any help would be greatly received!! Kind Regards Scott
  15. Fancy flying the delivery of our new aircraft for Boeing Field? Then come join Come Fly...
  16. Hi all... I wondering if anyone could help me please...I would like to my pilots to be able to fly anywhere they like and in what ever A/C they wish as well... How would I go about completing this? Any help would be great please. Kind regards Scott Drury
  17. Hi I was wondering if anyone fancied a little painting job for my fleet at all? Here is my fleet: PMDG B738-winglets POSKY B738-Winglets LEVEL D-Winglets POSKY B763-Winglets Aibus A320 If you can help please get in touch! Kind Regards Scott Drury
  18. Scott

    Expenses

    Hi all! Ive just joined VACentral and have seen that they check your expenses...my question to you all are... What expenses should I have? I am somewhat at a loss as what to put in there and to work it all out!! Any help would be great!! Soft Landings Scott Drury
  19. It is with great pleasure to announce the doors are now officially open for a Come Fly... Do you fancy working your way up to the top and fly to some of the worlds most exotic places and discover new friends to fly with..yes? Good!! Then you need Come Fly... Come Fly is a Long/Short Haul Budget airline with a whole range of destinations, ranging from Spain to the far reaches of India...and it doesn't stop there. With each new pilot the VA with evolve into somethings special! Don't just dream it...live it with Come Fly...Let's Fly Away Now Recruiting... Come Fly...Let's Fly Away
  20. Hey basically the site is still a working in progress but will be up shortly with new skin etc... I am waiting to transfer it to a new domain which should happen in about 2 days when I get paid! www.speckyrecords.co.uk/va The Airline is called Come Fly and is budget Short/Long haul airline. I'm still trying to sort out schedules etc...so any help would be greatly received... Kind Regards Scott
×
×
  • Create New...