Pages at the bottom Obsess Blue

Hello,

Ive recently put some pages in some of them are at the bottom or not in the right place, im also trying to get rid of these blue content things.and other news boexes that i dont want.

There is also the airmail which is not in the right place.

The Exam Admin bit is not right.

All Pictures are here.

If someone can really help that will be thankful..

www.bmavirtual.co.cc sign up to that.

P.S also ive put the links in for unviewed page to guests but the aint working. can someone help on that.

Thanks

you should just resize it in wide=680px

Everything needs to sit in a div class=“mcright” tag, every template you need this in to for that skin, also a max width of 95% or 700px

Hi Mark,

I dont get what you mean?

This for?

Ive sorted width out, all i need help on is those boxes and the airmail setup, I like your setup to airmail.

Drop me some links again and ill have a look.

heres the airmail

Yeh its a bit tricky that one, have a look at the mail_menu.tpl, should be like this

<style type="text/css">
   .left {
       width: 150px;
       float: left;
       min-height: 300px;
       padding: 5px 0 15px 5px;
   }

   .right {
       float: left;
       margin-left:10px;
       padding-top: 5px;
   }
</style>
<div class="left">
   <?php if(isset($message)) {echo $message.'<br />';}
   $folders = MailData::checkforfolders(Auth::$userinfo->pilotid);?>
   <br />
   <b>AIRPilot Mail Menu</b>
   <ul>
       <li><a href="<?php echo SITE_URL ?>/index.php/Mail/newmail">New message</a></li>
   </ul>
   <b>Folders</b>
   <ul>
       <li><a href="<?php echo SITE_URL ?>/index.php/Mail">AIRMail Inbox</a></li>
       <?php
       if (isset($folders)) {foreach ($folders as $folder) {echo '<li><a href="'.SITE_URL.'/index.php/Mail/getfolder?id='.$folder->id.'">'.$folder->folder_title.'</a></li>';}
       }
       ?>
       <li><a href="<?php echo SITE_URL ?>/index.php/Mail/sent">Sent Messages</a></li>
   </ul>
   <b>Folder Options</b>
   <ul>
       <li><a href="<?php echo SITE_URL ?>/index.php/Mail/newfolder">New Folder</a></li>
       <li><a href="<?php echo SITE_URL ?>/index.php/Mail/deletefolder">Delete A Folder</a></li>
   </ul>
</div>

And the mail inbox code should sit inbetween the <div class=“mcright”> divs.

Give that a try.

Ive copied and pasted but i cant find the inbox code,

Could i use teamviewer with you?

Its called mail_inbox.tpl

Im abit lost here Mark

Yeah I had loads of issues using airmail with obsessBlue. I completely redid the airmail menu and all. Somewhere in one of the many ObsessBlue threads, is a download of files that can be used if one wishes.

I have MAJORLY modded my ObsessBlue template since then though so I am not sure what all edits made. You would need to find my files in that thread to know for sure.

Can i have some link of the downloads,

ahhh, ive jsut discvoerd, that it goes up now to every page on airmail except, When you open up http://www.bmavirtual.co.cc/index.php/mail

Its like where you see all ya messages that have been sent to you