MAT Posted September 14, 2010 Report Posted September 14, 2010 Hello All, does anybody have the code for this, I need the green table around it as well. it is on Alaska adventures virtual. Thanks Quote
flyalaska Posted September 16, 2010 Report Posted September 16, 2010 <div class="clean-welcome"> <?php $newpilot = PilotData::getLatestPilots(1); ?> Welcome Alaska Adventures Newest Pilot: <?php foreach ($newpilot as $pilot) { echo $pilot->firstname.' '.$pilot->lastname.' ('.PilotData::getPilotCode($pilot->code, $pilot->pilotid).')'; } ?> </div> CSS: .clean-welcome{ border:solid 1px #349534; background:#C9FFCA; color:#008000; font-weight:bold; padding:4px; text-align:center; } Quote
MAT Posted September 19, 2010 Author Report Posted September 19, 2010 <div class="clean-welcome"> <?php $newpilot = PilotData::getLatestPilots(1); ?> Welcome Alaska Adventures Newest Pilot: <?php foreach ($newpilot as $pilot) { echo $pilot->firstname.' '.$pilot->lastname.' ('.PilotData::getPilotCode($pilot->code, $pilot->pilotid).')'; } ?> </div> CSS: .clean-welcome{ border:solid 1px #349534; background:#C9FFCA; color:#008000; font-weight:bold; padding:4px; text-align:center; } There is a error, it appears with .clean-welcome{ border:solid 1px #349534; background:#C9FFCA; color:#008000; font-weight:bold; padding:4px; text-align:center; } Welcome Sky Service Newest Pilot: Matthew Talbot (SKY0001) but just text on my site Quote
MAT Posted September 19, 2010 Author Report Posted September 19, 2010 Oh, I forgot, what skin do you use? is it free? Quote
Administrators simpilot Posted September 19, 2010 Administrators Report Posted September 19, 2010 Looks like you put the css in your tpl file, it needs to be in your style sheet, then it won't print out as text. Quote
MAT Posted September 19, 2010 Author Report Posted September 19, 2010 Looks like you put the css in your tpl file, it needs to be in your style sheet, then it won't print out as text. OMG! It looks beautiful on my site http://www.skyserviceva.co.cc Thanks! Quote
MAT Posted September 29, 2010 Author Report Posted September 29, 2010 Looks great!!! I know right Quote
Cor Posted October 10, 2010 Report Posted October 10, 2010 Very nice for on the website. But how do I change it so it will display the latest confirmed pilot? Thank you As always with regards, Cor Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.