MAT Posted September 14, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
flyalaska Posted September 16, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
MAT Posted September 19, 2010 Author Report Share 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 Link to comment Share on other sites More sharing options...
MAT Posted September 19, 2010 Author Report Share Posted September 19, 2010 Oh, I forgot, what skin do you use? is it free? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted September 19, 2010 Administrators Report Share 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 Link to comment Share on other sites More sharing options...
MAT Posted September 19, 2010 Author Report Share 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 Link to comment Share on other sites More sharing options...
flyalaska Posted September 21, 2010 Report Share Posted September 21, 2010 Looks great!!! Quote Link to comment Share on other sites More sharing options...
MAT Posted September 29, 2010 Author Report Share Posted September 29, 2010 Looks great!!! I know right Quote Link to comment Share on other sites More sharing options...
Cor Posted October 10, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
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.