Clearbox 2.0 Issues

I would like to know if there is a way to insert a clearbox 2.0 gallery into a <div> so that the white space behind the photo gallery is filled with the desired background (either image or color).  I have played around with this for many hours and it is just beginning to become more time consuming than it is worth.  I see no code in the accompanying CSS that seems to address this issue and the gallery seems to defy all <div> tags.  I am relatively new to this programming world and would sure love someone with some experience and wisdom to either answer my question explicitly or show me where I can find a step-by-step example of how to acheive this,
You can see the site home page at: http://tinamarie.sk-america.com/index.html and you can see the gallery at http://tinamarie.sk-america.com/gallery.html
If you look at the home page, I would like to essentially construct the gallery page to fit within a <div> that is under the navigation and above the footer divs and bounded on either side by the wrapper div.  I thought I set it so that Clearbox was within the container div but to no avail. Instead the first thumbnail image is positioned immediately to the right of last navigation choice. Furthermore it does not appear like I can even get my navigation div to maintain a width of 960px.
It is completely frustrating and I am really hoping one you takes pity on me and appreciates my effort enough to give me a little (a great deal of) help on solving this issue.
Thanks in advance,
Steve
the code for the gallery.html page:
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Tina Marie Portfolio</title>
<script src="js/clearbox.js" type="text/javascript"></script>
<style type="text/css">
#wrapper {
        min-width: 1000;
        background-color: #8f8fbd;
.header {
img.c1 {
          background-color: #dddddd;
          display: block;
          margin-right: auto;
          margin-left: auto;
          width: auto;
/* nav begin */
#navigation ul li {
          float: left;
          list-style-type: none;
          font-family: HUNTSON, cursive;
          font-size: large;
          color: #805b97;
#navigation ul li a {
          color: #FFF;
          text-decoration: none;
          padding-top: 8px;
          padding-right: 15px;
          padding-bottom: 8px;
          padding-left: 15px;
          display: block;
          font-family: HUNTSON, cursive;
          font-size: large;
          color: #805b97;
          -webkit-transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, font-weight 500ms ease-in-out 100ms;
          -moz-transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, font-weight 500ms ease-in-out 100ms;
          -ms-transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, font-weight 500ms ease-in-out 100ms;
          -o-transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, font-weight 500ms ease-in-out 100ms;
          transition: background-color 400ms ease-in-out 0s, color 500ms ease-in-out 100ms, font-weight 500ms ease-in-out 100ms;
#navigation ul {
          padding: 0px;
          margin: 0px;
          font-family: HUNTSON, cursive;
          font-size: large;
          color: #805b97;
#navigation a:hover {
          background-color: #E6EBEC;
          font-family: HUNTSON, cursive;
          font-size: large;
          color: #805b97;
/*nav end*/
#container {
          width: 960px;
          margin: 0 auto;
          background-image: url(images/background.png);
.clearfloat {
   clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
      .item a img {
      float:left;
      padding:3px;
      background-color: #dddddd;
      margin: 5px;
      border:1px solid #cccccc;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      border-radius: 3px;
      -moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
                              -webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
                              box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
      filter:alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      .item a:hover img, .item a:active img {
          padding: 3px;
          border: 1px solid #cccccc;
          filter: alpha(opacity=80);
          -moz-opacity: 0.80;
          -khtml-opacity: 0.80;
          opacity: 0.80;
      .clearfix:after{
      clear:both;
      #inline{
      visibility: hidden;
      color:#444;
/* EndOAWidget_Instance_2648024 */
</style>
<link href="tinamarie.css" rel="stylesheet" type="text/css" />
<script type="text/xml">
<!--
<oa:widgets>
  <oa:widget wid="2648024" binding="#OAWidget" />
</oa:widgets>
-->
</script>
</head>
<body>
<script type="text/javascript">
// BeginOAWidget_Instance_2648024: #OAWidget
      //           ClearBox Config File (JavaScript)
      var
      // CB layout:
      CB_MinWidth=300,                                        // minimum (only at images) or initial width of CB window
      CB_MinHeight=300,                                        // initial heigth of CB window
      CB_WinPadd=15,                                                  // padding of the CB window from sides of the browser
      CB_ImgBorder=3,                                                  // border size around the picture in CB window
      CB_ImgBorderColor='#dddddd',                              // border color around the picture in CB window
      CB_Padd=4,                                                  // padding around inside the CB window
      CB_BodyMarginLeft=10,                                        //
      CB_BodyMarginRight=10,                                        // if you set margin to <body>,
      CB_BodyMarginTop=10,                                        // please change these settings!
      CB_BodyMarginBottom=10,                                        //
      CB_ShowThumbnails='auto',                              // it tells CB how to show the thumbnails ('auto', 'always' or 'off') thumbnails are only in picture-mode!
      CB_ThumbsBGColor='#dddddd',                              // color of the thumbnail layer
      CB_ThumbsBGOpacity=.35,                                        // opacity of the thumbnail layer
      CB_ActThumbOpacity=.65,                                        // thumbnail opacity of the current viewed image
      CB_SlideShowBarColor='#FFF',                              // color of the slideshow bar
      CB_SlideShowBarOpacity=.60,                              // opacity of the slideshow bar
      CB_SlideShowBarPadd=17,                                        // padding of the slideshow bar (left and right)
      CB_SlideShowBarTop=2,                                        // position of the slideshow bar from the top of the picture
      CB_SimpleDesign='off',                                        // if it's 'on', CB doesn't show the frame but only the content - really nice
      CB_CloseBtnTop=-10,                                        // vertical position of the close button in picture mode
      CB_CloseBtnRight=-14,                                        // horizontal position of the close button in picture mode
      CB_CloseBtn2Top=-20,                                        // vertical position of the close button in content mode
      CB_CloseBtn2Right=-30,                                        // horizontal position of the close button in content mode
      CB_OSD='off',                                                  // turns on OSD
      CB_OSDShowReady='off',                                        // when clearbox is loaded and ready, it shows an OSD message
      // CB font, text and navigation (at the bottom of CB window) settings:
      CB_FontT='Verdana',                                        //
      CB_FontSizeT=13,                                        // these variables are referring to the title or caption line
      CB_FontColorT='#777',                                        //
      CB_FontWeightT='normal',                              //
      CB_FontC='arial',                                        //
      CB_FontSizeC=11,                                        // these variables are referring to
      CB_FontColorC='#999',                                        // comment lines under the title
      CB_FontWeightC='normal',                              //
      CB_TextAlignC='justify',                              //
      CB_txtHCMax=120,                                        // maximum height of the comment box in pixels
      CB_FontG='arial',                                        //
      CB_FontSizeG=11,                                        // these variables are referring to the gallery name
      CB_FontColorG='normal',                                        //
      CB_FontWeightG='@@CB_FontWeightG@@',                              //
      CB_PadT=10,                                                  // space in pixels between the content and the title or caption line
      CB_OuterNavigation='off',                              // turns outer navigation panel on
      CB_ShowURL='off',                                        // it shows the url of the content if no title or caption is given
      CB_ItemNum='on',                                        // it shows the ordinal number of the content in galleries
      CB_ItemNumBracket='()',                                        // whatever you want
      CB_ShowGalName='',                                        // it shows gallery name
      CB_TextNav='on',                                        // it shows previous and next navigation
      CB_NavTextImgPrvNxt='on',                              // it shows previous and next buttons instead of text
      CB_ShowDL='on',                                                  // it shows download controls
      CB_NavTextImgDL='on',                                        // it shows download buttons instead of text
      CB_ImgRotation='on',                                        // it shows the image rotation controls
      CB_NavTextImgRot='on',                                        // it shows the image rotation buttons instead of text
      // Settings of the document-hiding layer:
      CB_HideColor='#000',                                        // color of the layer
      CB_HideOpacity=.8,                                        // opacity (0 is invisible, 1 is 100% color) of the layer
      CB_HideOpacitySpeed=400,                              // speed of fading
      CB_CloseOnH='on',                                        // CB will close, if you click on background
      // CB animation settings:
      CB_Animation='double',                                        // 'double', 'normal', 'off', 'grow', 'growinout' or 'warp' (high cpu usage)
      CB_ImgOpacitySpeed=300,                                        // speed of content fading (in ms)
      CB_TextOpacitySpeed=300,                              // speed of text fading under the picture (in ms)
      CB_AnimSpeed=300,                                        // speed of the resizing animation of CB window (in ms)
      CB_ImgTextFade='on',                                        // turns on or off the fading of content and text
      CB_FlashHide='on',                                        // it hides flash animations on the page before CB starts
      CB_SelectsHide='on',                                        // it hides select boxes on the page before CB starts
      CB_SlShowTime=3000,                                        // default speed of the slideshow (in sec)
      CB_Preload='on',                                        // preload neighbour pictures in galleries
      CB_ShowLoading='on'                                        //
// EndOAWidget_Instance_2648024
</script>
<div id="wrapper">
<div id="container">
  <div id="header"><a href="index.html"><img src="images/header.png" alt="Tina Marie, Model, Biker Babe, Spokeswoman and Event Promotions" name="header" width="960" id="header" class="c1" /></a>
  </div>
  <div id="navigation">
    <ul>
      <li><a href="index.html">Home</a></li>
      <li><a href="about.html">About Me</a></li>
      <li><a href="gallery.html">Portfolio</a></li>
      <li><a href="contact.html">Contact</a></li>
    </ul>
  </div>
<!--<div id="content">-->
<!--ALL OF THIS IS WITHIN THE #CONTAINER DIV-->
  <div class="item">
  <a rel="clearbox[gallery=Gallery,,comment=Biker Angel]" href="images/Tina Marie Winged Angel.jpg" title="Tina Marie"><img class="border" img src="images/preview_images/JPEG/Tina_Marie_Wings_Logo.jpg" alt="Biker Angel" /></a>
  </div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Collage Black n White]" href="images/Tina_Marie_Collage_Bra_Face_BlackandWhite.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie_Collage_Bra_Face_BlackandWhite.jpg" alt="Black and White Collage" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Bra and Panty Collage]" href="images/Tina_Marie_Collage_Bra_Panty.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie_Collage_Bra_Panty.jpg" alt="Bra and Panty Collage" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 01]" href="images/Tina_Marie01.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie01.jpg" alt="Image 01" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 02]" href="images/Tina_Marie02.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie02.jpg" alt="Image 02" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 03]" href="images/Tina_Marie03.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie03.jpg" alt="Image 03" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 04]" href="images/Tina_Marie04.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie04.jpg" alt="Image 04" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 05]" href="images/Tina_Marie05.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie05.jpg" alt="Image 05" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 07]" href="images/Tina_Marie07.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie07.jpg" alt="Image 07" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 08]" href="images/Tina_Marie08.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie08.jpg" alt="Image 08" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 13]" href="images/Tina_Marie13.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie13.jpg" alt="Image 13" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 14]" href="images/Tina_Marie14.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie14.jpg" alt="Image 14" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 23]" href="images/Tina_Marie23.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie23.jpg" alt="Image 23" /></a></div>
<div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 24]" href="images/Tina_Marie24.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie24.jpg" alt="Image 21" /></a></div>
<div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 25]" href="images/Tina_Marie25.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie25.jpg" alt="Image 25" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 31]" href="images/Tina_Marie31.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie31.jpg" alt="Image 31" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 35]" href="images/Tina_Marie35.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie35.jpg" alt="Image 35" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 36]" href="images/Tina_Marie36.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie36.jpg" alt="Image 36" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 37]" href="images/Tina_Marie37.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie37.jpg" alt="Image 37" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 39]" href="images/Tina_Marie39.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie39.jpg" alt="Image 39" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 46]" href="images/Tina_Marie46.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie46.jpg" alt="Image 46" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 47]" href="images/Tina_Marie47.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie47.jpg" alt="Image 47" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 48]" href="images/Tina_Marie48.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie48.jpg" alt="Image 48" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 49]" href="images/Tina_Marie49.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie49.jpg" alt="Image 49" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 50]" href="images/Tina_Marie50.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie50.jpg" alt="Image 50" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 56]" href="images/Tina_Marie56.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie56.jpg" alt="Image 56" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 43]" href="images/Tina_Marie43.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie43.jpg" alt="Image 43" /></a></div>
<div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 52]" href="images/Tina_Marie52.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie52.jpg" alt="Image 52" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 53]" href="images/Tina_Marie53.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie53.jpg" alt="Image 53" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 54]" href="images/Tina_Marie54.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie54.jpg" alt="Image 54" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 55]" href="images/Tina_Marie55.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie55.jpg" alt="Image 55" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 58]" href="images/Tina_Marie59.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie59.jpg" alt="Image 59" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 60]" href="images/Tina_Marie60.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie60.jpg" alt="Image 60" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 61]" href="images/Tina_Marie61.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie61.jpg" alt="Image 61" /></a></div>
<div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 27]" href="images/Tina_Marie27.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie27.jpg" alt="Image 27" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 67]" href="images/Tina_Marie67.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie67.jpg" alt="Image 67" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 68]" href="images/Tina_Marie68.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie68.jpg" alt="Image 68" /></a></div>
<div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 42]" href="images/Tina_Marie42.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie42.jpg" alt="Image 42" /></a></div>
<div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 33]" href="images/Tina_Marie33.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie33.jpg" alt="Image 33" /></a></div>
<div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 69]" href="images/Tina_Marie69.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie69.jpg" alt="Image 69" /></a></div>
<div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 06]" href="images/Tina_Marie06.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie06.jpg" alt="Image 06" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 09]" href="images/Tina_Marie09.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie09.jpg" alt="Image 09" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 10]" href="images/Tina_Marie10.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie10.jpg" alt="Image 10" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 32]" href="images/Tina_Marie32.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie32.jpg" alt="Image 32" /></a></div>
<div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 34]" href="images/Tina_Marie34.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie34.jpg" alt="Image 34" /></a></div>
<div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 41]" href="images/Tina_Marie41.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie41.jpg" alt="Image 41" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 45]" href="images/Tina_Marie45.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie45.jpg" alt="Image 45" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 62]" href="images/Tina_Marie62.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie62.jpg" alt="Image 62" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 63]" href="images/Tina_Marie63.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie63.jpg" alt="Image 63" /></a></div> 
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 64]" href="images/Tina_Marie64.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie64.jpg" alt="Image 64" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 65]" href="images/Tina_Marie65.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie65.jpg" alt="Image 65" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 11]" href="images/Tina_Marie11.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie11.jpg" alt="Image 11" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 17]" href="images/Tina_Marie17.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie17.jpg" alt="Image 17" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 66]" href="images/Tina_Marie66.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie66.jpg" alt="Image 66" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 28]" href="images/Tina_Marie28.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie28.jpg" alt="Image 28" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 12]" href="images/Tina_Marie12.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie12.jpg" alt="Image 12" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 15]" href="images/Tina_Marie15.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie15.jpg" alt="Image 15" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 18]" href="images/Tina_Marie18.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie18.jpg" alt="Image 18" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 30]" href="images/Tina_Marie30.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie30.jpg" alt="Image 30" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 51]" href="images/Tina_Marie51.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie51.jpg" alt="Image 51" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Sexy Tina Marie and Orange Chopper Collage]" href="images/Tina_Marie_Collage_Painted_Skirt_OrangeBike_BeltBra_Sexy.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie_Collage_Painted_Skirt_OrangeBike_BeltBra_Sexy. jpg" alt="Sexy Tina Marie and Orange Chopper Collage" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Military Sexy Collage]" href="images/Tina_Marie_Collage_Military_Sexy.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie_Collage_Military_Sexy.jpg" alt="Military Sexy Collage" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Totally Sexy Mix Collage]" href="images/Tina_Marie_Collage_TotalMix_Sexy.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie_Collage_TotalMix_Sexy.jpg" alt="Totally Sexy Content" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Sexy Mix Outside Collage]" href="images/Tina_Marie_Collage_Sexy_Mix_Outside.jpg" title="Tina Marie" ><img class="border" src="images/preview_images/JPEG/Tina_Marie_Collage_Sexy_Mix_Outside.jpg" alt="Sexy Mix Outside Collage" /></a></div>
  <div class="item"><a rel="clearbox[gallery=Gallery,,commnent=Sexy Top Collage]" href="images/Tina_Marie_Collage_Sexy_Top.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie_Collage_Sexy_Top.jpg" alt="Sexy Top Collage" /></a></div>
<div class="item"><a rel="clearbox[gallery=Gallery,,comment=Image 21]" href="images/Tina_Marie21.jpg" title="Tina Marie"><img class="border" src="images/preview_images/JPEG/Tina_Marie21.jpg" alt="Image 21" /></a></div>
</div>
<div id="footer">
<h6><span class="fltlft">© 2012 Tina Marie</span> <span class="fltrt">Designed / Maintained by <a href="http://www.sk-america.com" target="_blank">SK-America</a></span></h6><strong></strong></div> 
</div>
</div>
</html>
Here is the boilerplate.css code:
@charset "utf-8";
* HTML5 ✰ Boilerplate
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
* Detailed information about this CSS: h5bp.com/css
* Dreamweaver modifications:
* 1. Commented out selection highlight
* 2. Removed media queries section (we add our own in a separate file)
* ==|== normalize ==========================================================
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* =============================================================================
   Base
   ========================================================================== */
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* 2. Force vertical scrollbar in non-IE
* 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
          margin: 0;
          font-size: larger;
          line-height: 1.231;
body, button, input, select, textarea {
          font-family: Arial, Helvetica, sans-serif;
          color: #666;
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate
* Also: hot pink! (or customize the background color to match your design)
/* Dreamweaver: uncomment these if you do want to customize the selection highlight
*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
*::selection { background: #fe57a1; color: #fff; text-shadow: none; }
/* =============================================================================
   Links
   ========================================================================== */
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* =============================================================================
   Embedded content
   ========================================================================== */
* 1. Improve image quality when scaled in IE7: h5bp.com/d
* 2. Remove the gap between images and borders on image containers: h5bp.com/e
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
* Correct overflow not hidden in IE9
svg:not(:root) { overflow: hidden; }

You aren't clearing your float which is why the images seem to be continuing with the header item.
Page 235 of your HTML file, add this:
<div style="clear:both;">
This should fix the issue of the image starting next to menu items.
For footer and other background color issue,
tinamarie.css, line 108, replace #footer with this code:
#footer {
   padding: 10px 0;
   background-color: #E6EBEC;
  clear: both;

Similar Messages

  • Clearbox Lightbox Problem

    i'm using clearbox lightbox widget as my websites photo gallery, but an issue arises when it comes to displaying the images and that is, the hidden layer doesnot cover up the whole page

    html
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Okwea ~ Projects</title>
    <link rel="icon" type="image/png" href="images/okwea.ico">
    <link href="css/animate.css" rel="stylesheet" type="text/css">
    <link href="css/main.css" rel="stylesheet" type="text/css">
    <link href="css/flexslider.css" rel="stylesheet" type="text/css">
    <style>
    @import url("modernpics/stylesheet.css");
    @import url("Impact_Label_Reversed/stylesheet.css");
    @import url("webfonts/AlexBrush_Regular_OTF/stylesheet.css");
    </style>
    <script src="js/modernizr-2.5.2-respond-1.1.0.min.js" type="text/javascript"></script>
    <script src="js/jquery-1.7.2.min.js" type="text/javascript"></script>
    <script src="js/jquery.flexslider-min.js" type="text/javascript"></script>
    <script src="js/jquery.mousewheel.js" type="text/javascript"></script>
    <script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
    <script src="js/clearbox.js" type="text/javascript"></script>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2827522" binding="#OAWidget" />
      <oa:widget wid="2648024" binding="#OAWidget" />
    </oa:widgets>
    -->
    </script>
    <style type="text/css">
    /* BeginOAWidget_Instance_2648024: #OAWidget */
    .container {
        width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 5px;
        font-size: 11px;
          .item a img {
        float: left;
        padding: 3px;
        background-color: #FFF;
        margin: 5px;
        border: 1px solid #cccccc;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
        box-shadow: 0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: .8;
          .item a:hover img, .item a:active img {
        padding: 3px;
        border: 1px solid #cccccc;
        filter: alpha(opacity=80);
        -moz-opacity: 0.80;
        -khtml-opacity: 0.80;
        opacity: 1;
          .clearfix:after{
          clear:both;
          #inline{
          visibility: hidden;
          color:#444;
    /* EndOAWidget_Instance_2648024 */
    </style>
    </head>
    <body id="projects">
    <div class="wrapper">
    <header>
    <table width="100%">
          <tr>
            <td><img src="images/okwea logo.png" alt="logo" width="247" height="140" class="animated bounceInRight"></td>
            <td><img src="images/ban2.jpg" alt="logo" width="735"></td>
          </tr>
        </table>
    <table width="100%" border="0">
      <tr height="50px">
        <td width="15%" style="padding:5px; "><a href="index.html" class="menu" id="nav-home">Home</a></td>
        <td width="19%" style="padding:5px; "><a href="company.html" class="menu" id="nav-company">Company Profile</a></td>
        <td width="17%" style="padding:5px; "><a href="projects.html" class="menu" id="nav-projects">Projects</a></td>
        <td width="14%" style="padding:5px; "><a href="about.html" class="menu" id="nav-about">About Us</a></td>
        <td width="17%" style="padding:5px;" ><a href="contact.html" class="menu" id="nav-contact">Contact Us</a></td>
        </tr>
    </table>
    <br>
    </header>
    <div class="content">
    <table width="100%" cellspacing="20px">
      <tr>
        <td colspan="2"><h1>Okwea Projects</h1></td>
        </tr>
      <tr>
        <td width="50%" style=" box-shadow: 0px 1px 10px 1px rgba(102,102,102,1); text-align:left; padding-left:10px;"><p style="font-size:16px; text-decoration:underline;">Renovation and Roofing White Sands Hotel - Malindi
          <script type="text/javascript">
    // BeginOAWidget_Instance_2648024: #OAWidget
          //     ClearBox Config File (JavaScript)
          var
          // CB layout:
          CB_MinWidth=300,                // minimum (only at images) or initial width of CB window
          CB_MinHeight=300,                // initial heigth of CB window
          CB_WinPadd=15,                    // padding of the CB window from sides of the browser
          CB_ImgBorder=3,                    // border size around the picture in CB window
          CB_ImgBorderColor='#FFF',            // border color around the picture in CB window
          CB_Padd=4,                    // padding around inside the CB window
          CB_BodyMarginLeft=0,                //
          CB_BodyMarginRight=0,                // if you set margin to <body>,
          CB_BodyMarginTop=0,                // please change these settings!
          CB_BodyMarginBottom=0,                //
          CB_ShowThumbnails='auto',            // it tells CB how to show the thumbnails ('auto', 'always' or 'off') thumbnails are only in picture-mode!
          CB_ThumbsBGColor='#000',            // color of the thumbnail layer
          CB_ThumbsBGOpacity=.35,                // opacity of the thumbnail layer
          CB_ActThumbOpacity=.65,                // thumbnail opacity of the current viewed image
          CB_SlideShowBarColor='#FFF',            // color of the slideshow bar
          CB_SlideShowBarOpacity=.60,            // opacity of the slideshow bar
          CB_SlideShowBarPadd=17,                // padding of the slideshow bar (left and right)
          CB_SlideShowBarTop=2,                // position of the slideshow bar from the top of the picture
          CB_SimpleDesign='off',                // if it's 'on', CB doesn't show the frame but only the content - really nice
          CB_CloseBtnTop=-10,                // vertical position of the close button in picture mode
          CB_CloseBtnRight=-14,                // horizontal position of the close button in picture mode
          CB_CloseBtn2Top=-20,                // vertical position of the close button in content mode
          CB_CloseBtn2Right=-30,                // horizontal position of the close button in content mode
          CB_OSD='off',                    // turns on OSD
          CB_OSDShowReady='off',                // when clearbox is loaded and ready, it shows an OSD message
          // CB font, text and navigation (at the bottom of CB window) settings:
          CB_FontT='Verdana',                //
          CB_FontSizeT=13,                // these variables are referring to the title or caption line
          CB_FontColorT='#777',                //
          CB_FontWeightT='normal',            //
          CB_FontC='arial',                //
          CB_FontSizeC=11,                // these variables are referring to
          CB_FontColorC='#999',                // comment lines under the title
          CB_FontWeightC='normal',            //
          CB_TextAlignC='justify',            //
          CB_txtHCMax=120,                // maximum height of the comment box in pixels
          CB_FontG='arial',                //
          CB_FontSizeG=11,                // these variables are referring to the gallery name
          CB_FontColorG='normal',                //
          CB_FontWeightG='@@CB_FontWeightG@@',            //
          CB_PadT=10,                    // space in pixels between the content and the title or caption line
          CB_OuterNavigation='off',            // turns outer navigation panel on
          CB_ShowURL='off',                // it shows the url of the content if no title or caption is given
          CB_ItemNum='on',                // it shows the ordinal number of the content in galleries
          CB_ItemNumBracket='()',                // whatever you want
          CB_ShowGalName='',                // it shows gallery name
          CB_TextNav='on',                // it shows previous and next navigation
          CB_NavTextImgPrvNxt='on',            // it shows previous and next buttons instead of text
          CB_ShowDL='on',                    // it shows download controls
          CB_NavTextImgDL='on',                // it shows download buttons instead of text
          CB_ImgRotation='on',                // it shows the image rotation controls
          CB_NavTextImgRot='on',                // it shows the image rotation buttons instead of text
          // Settings of the document-hiding layer:
          CB_HideColor='#000',                // color of the layer
          CB_HideOpacity=.8,                // opacity (0 is invisible, 1 is 100% color) of the layer
          CB_HideOpacitySpeed=400,            // speed of fading
          CB_CloseOnH='on',                // CB will close, if you click on background
          // CB animation settings:
          CB_Animation='double',                // 'double', 'normal', 'off', 'grow', 'growinout' or 'warp' (high cpu usage)
          CB_ImgOpacitySpeed=300,                // speed of content fading (in ms)
          CB_TextOpacitySpeed=300,            // speed of text fading under the picture (in ms)
          CB_AnimSpeed=300,                // speed of the resizing animation of CB window (in ms)
          CB_ImgTextFade='on',                // turns on or off the fading of content and text
          CB_FlashHide='on',                // it hides flash animations on the page before CB starts
          CB_SelectsHide='on',                // it hides select boxes on the page before CB starts
          CB_SlShowTime=3000,                // default speed of the slideshow (in sec)
          CB_Preload='on',                // preload neighbour pictures in galleries
          CB_ShowLoading='on'                //
    // EndOAWidget_Instance_2648024
          </script>
        </p>
        <table width="100%" border="0"><tr>
            <td width ="211" valign="middle">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris egestas,   mauris ut mattis ultricies, magna sapien tempus sem, porta faucibus   nibh quam et orci. Cras congue, odio nec tempus ornare, lacus diam   dignissim arcu, nec mattis mi turpis et risus. Duis ut velit ac nibh   tempus hendrerit. Quisque condimentum, tellus at laoreet viverra, dui   eros congue</td>
            <td colspan="2"valign="top"><div align="right"><img src="images/w2.jpg" width="231" height="203" alt="plan1"></div></td>
          </tr>
          <tr>
            <td width="211" valign="top"> </td>
            <td width="212" valign="top">&copy; Okwea Construction</td>
          </tr>
        </table>
          <div class="container clearfix">
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Architecture at its peak]" href="images/w1.jpg" title="Dubai"><a rel="clearbox[gallery=Gallery,,comment=Architecture at its peak]" href="images/w1.jpg" title="Dubai"><img class="border" src="thumbs/t1.png" alt="Dancers in Red" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Breath taking]" href="images/w2.jpg" title="Seria"><img class="border" src="thumbs/t2.png" alt="" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Yosemite#1]" href="images/w3.jpg" title="Yosemite 1"><img class="border" src="thumbs/t3.png" alt="" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Yosemite#1]" href="images/w4.jpg" title="Yosemite 1"><img class="border" src="thumbs/t4.png" alt="" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Yosemite#1]" href="images/w5.jpg" title="Yosemite 1"><img class="border" src="thumbs/t5.png" alt="" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Yosemite#1]" href="images/w6.jpg" title="Yosemite 1"><img class="border" src="thumbs/t6.png" alt="" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Home away from home]" href="images/w7.jpg" title="Thailad"><img class="border" src="thumbs/t7.png" alt="" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Yosemite#1]" href="images/w8.jpg" title="Yosemite 1"><img class="border" src="thumbs/t8.png" alt="" /></a></div>
            </div><br><br></td>
        <td width="50%" style=" box-shadow: 0px 1px 10px 1px rgba(102,102,102,1);text-align:left;"><p style="font-size:16px; text-decoration:underline; ">Nobel Apartments</p>
        <table width="100%" border="0"><tr>
            <td width ="211" valign="middle">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris egestas,   mauris ut mattis ultricies, magna sapien tempus sem, porta faucibus   nibh quam et orci. Cras congue, odio nec tempus ornare, lacus diam   dignissim arcu, nec mattis mi turpis et risus. Duis ut velit ac nibh   tempus hendrerit. Quisque condimentum, tellus at laoreet viverra, dui   eros congue</td>
            <td colspan="2"valign="top"><div align="right"><img src="images/w2.jpg" width="231" height="203" alt="plan1"></div></td>
          </tr>
          <tr>
            <td width="211" valign="top"> </td>
            <td width="212" valign="top">&copy; Okwea Construction</td>
          </tr>
        </table>
        <div class="container clearfix">
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Architecture at its peak]" href="images/w1.jpg" title="Dubai"><a rel="clearbox[gallery=Gallery,,comment=Architecture at its peak]" href="images/w1.jpg" title="Dubai"><img class="border" src="thumbs/t1.png" alt="Dancers in Red" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Breath taking]" href="images/w2.jpg" title="Seria"><img class="border" src="thumbs/t2.png" alt="" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Yosemite#1]" href="images/w3.jpg" title="Yosemite 1"><img class="border" src="thumbs/t3.png" alt="" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Yosemite#1]" href="images/w4.jpg" title="Yosemite 1"><img class="border" src="thumbs/t4.png" alt="" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Yosemite#1]" href="images/w5.jpg" title="Yosemite 1"><img class="border" src="thumbs/t5.png" alt="" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Yosemite#1]" href="images/w6.jpg" title="Yosemite 1"><img class="border" src="thumbs/t6.png" alt="" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Home away from home]" href="images/w7.jpg" title="Thailad"><img class="border" src="thumbs/t7.png" alt="" /></a></div>
              <div class="item"><a rel="clearbox[gallery=Gallery,,comment=Yosemite#1]" href="images/w8.jpg" title="Yosemite 1"><img class="border" src="thumbs/t8.png" alt="" /></a></div>
            </div><br><br></td>
      </tr>
      <tr>
        <td style=" box-shadow: 0px 1px 10px 1px rgba(102,102,102,1); text-align:left; padding-left:10px">
          <p style="font-size:16px; text-decoration:underline;">Kentan Patek Residence House Plans</p>
          <table width="100%" border="0"><tr>
            <td width ="211" valign="middle">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris egestas,   mauris ut mattis ultricies, magna sapien tempus sem, porta faucibus   nibh quam et orci. Cras congue, odio nec tempus ornare, lacus diam   dignissim arcu, nec mattis mi turpis et risus. Duis ut velit ac nibh   tempus hendrerit. Quisque condimentum, tellus at laoreet viverra, dui   eros congue</td>
            <td colspan="2"valign="top"><div align="right"><img src="images/w2.jpg" width="231" height="203" alt="plan1"></div></td>
          </tr>
          <tr>
            <td width="211" valign="top"> </td>
            <td width="212" valign="top">&copy; Okwea Construction</td>
          </tr>
        </table></td>
        <td style=" box-shadow: 0px 1px 10px 1px rgba(102,102,102,1);"><p style="font-size:16px; text-decoration:underline; text-align:left">Mr and Mrs VIdu Semi-Detached House Plans</p>
        <table width="100%" border="0"><tr>
            <td width ="211" valign="middle">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris egestas,   mauris ut mattis ultricies, magna sapien tempus sem, porta faucibus   nibh quam et orci. Cras congue, odio nec tempus ornare, lacus diam   dignissim arcu, nec mattis mi turpis et risus. Duis ut velit ac nibh   tempus hendrerit. Quisque condimentum, tellus at laoreet viverra, dui   eros congue</td>
            <td colspan="2"valign="top"><div align="right"><img src="images/w2.jpg" width="231" height="203" alt="plan1"></div></td>
          </tr>
          <tr>
            <td width="211" valign="top"> </td>
            <td width="212" valign="top">&copy; Okwea Construction</td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td colspan="2" style="padding:20px">
        <table width="100%">
      <tr>
        <td bgcolor="#fff"; style="border-radius:7px; padding:20px; padding-top:0px; text-align:left;box-shadow: 0px 1px 10px 1px rgba(102,102,102,1);"><h1>On-going Projects</h1>
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sit   amet sollicitudin ipsum. Nulla malesuada vehicula purus, in cursus ante   accumsan sit amet. Aliquam tristique, lectus et ullamcorper pretium,   ipsum leo volutpat urna, fringilla dictum diam est nec enim. Maecenas   sollicitudin lobortis consequat. </p>
            <p>Quisque placerat aliquam luctus. Cras   dapibus, nulla sed scelerisque lobortis, purus velit faucibus libero,   vel consequat quam sem vitae turpis. Maecenas nec quam tortor. Proin   ornare sapien vitae tortor laoreet interdum. Aenean rutrum scelerisque   eros sit amet tristique. Sed congue sagittis lectus ac blandit. </p>
            <p>Vivamus   leo libero, vulputate non aliquet at, mattis eu est. Nunc ac turpis   dolor, vel congue magna. Sed eu velit nisi. </p></td>
      </tr>
    </table>
    </td>
      </tr>
      <tr>
        <td colspan="2"> </td>
      </tr>
    </table>
    </div>
    </div>
    <footer>
    <table width="100%" height="90%" cellpadding="7px">
      <tr style="font-family:13px; background-color:#373737; color:rgba(255,198,43,1);">
        <td width="27%" height="43" style="border-radius:7px; border:solid 0.2em #8b5e3b; ">CONTACT INFO</td>
        <td width="37%" style=" color:#ffeebf; border-radius:7px; background-color:#8b5e3b; border:solid 0.2em rgba(255,198,43,1);"> SOCIAL MEDIA</td>
        <td width="36%" style="border-radius:7px; border:solid 0.2em #8b5e3b;">ABOUT US</td>
      </tr>
      <tr style="font-size: 13px; font-family: Tahoma, Geneva, sans-serif;">
        <td valign="top" ><p><strong>Our Location</strong>:<br>
          Athi river<br>
    Mavoco Municipal council</p>
          <p><strong>Address:</strong><br>
            Okwea Construction Comany<br>
            P.O. Box 550- 50400<br>
            Nairobi</p>
          <p><strong>Telephone:</strong><br>
            + 254 720 306 346</p>
          <p>
    +  254 721 400 433</p>
          <p> </p></td>
        <td style="border-left: 1px solid #8b5e3b; ; border-right: 1px solid #8b5e3b; );font-family: Tahoma, Geneva, sans-serif;"><table width="100%">
          <tr>
            <td align="right"><span class="icons">G</span></td>
            <td align="left">[email protected]</td>
          </tr>
          <tr>
            <td align="right"><span class="icons">t</span></td>
            <td align="left">#[email protected]</td>
          </tr>
        </table><form name="form2" method="post" action="">
          <label for="news"><b>Sign up for the Newsletter</b></label>
         <br><br>
          <input type="text" name="news" id="news" placeholder="Email">
    <input type="submit" name="button2" id="button2" value="m" class="buttons" >
        </form></p>
        <p><b>Email Us</b></p>
        <p><span class="icons" style="font-size:18px">V</span>[email protected]</p>
        </td>
        <td valign="top"><p>OKWEA CONSTRUCTION CO.LTD is an accomplished, experienced and highly geared Civil Engineering establishment.
    The company delivers a full scope of Civil Engineering works on several sites at any given time.      </p>
          <p>We operate both as the principal contractor for projects both in the private and public sector with an extensive client base ranging from international donor organizations, city councils, local authorities, developers and national and international airports.</p>
          <p>Additionally, the company is fully facilitated to operate several  projects simultaneously, even if sites are geographically located far apart  from each one another. </p></td>
      </tr>
    </table></footer>
    </body>
    </html>
    main. css
    body, html{
        height:100%;
        margin:0;
        text-align:center;
        font-family:Tahoma, Geneva, sans-serif;
        font-size:14px;
        background:#ffc62c;
    .wrapper{
         left:10%;
         min-height:100%;
         width:80%;
         text-align:center;
         margin-left:auto;
         margin-right:auto;
    header{
        padding-top: 25px;
        height:200px;
        background-color:#fff;
        display: block;
        box-shadow: 0px 1px 10px 1px rgba(102,102,102,1);
    .content{
        padding-bottom: 330px;
        background-color:#fff;
        box-shadow: 0px 1px 10px 1px rgba(102,102,102,1);
        padding-top: 20px;    
    footer{
        height: 330px;
        width: 100%;
        background: #f0f0f0;
        margin-top: -330px;
        display: block;
        width: 80%;
        left: 10%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        box-shadow: 0px 1px 10px 1px rgba(102,102,102,1);
        border-radius: 7px 7px 0px 0px;
    a.menu {
        display: block;
        width: auto;
        height: auto;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 14px;
        cursor: pointer;
        text-wrap: none;
        background:#373737;
        border-radius: 7px;
        color: #ffc62c;
        line-height: 180%;
    a.menu:hover {
        border-radius:7px;
        color:#000000;
        background-color:#ffc62c;
        border:solid #000000 0.2em;
        font-size:larger;
    .buttons{
        font-family:modernpics;
        font-size:18px;
        cursor:pointer;
        color:#8b5e3b;
    .buttons:hover{
        color:#000000;   
    .icons{
        font-family:modernpics;
        font-size:50px;
        color:#8b5e3b;
    h1,h2,h3,h4,h5,h6 {
        font-family:"Impact Label Reversed";
    h1 {
        font-size: 30px;
        color:#8b5e3b;
        text-decoration:underline;
    body#home a#nav-home,
    body#company a#nav-company,
    body#projects a#nav-projects,
    body#about a#nav-about,
    body#contact a#nav-contact
        background:#ffc62c;
        color:rgba(0,0,0,1);
        border:solid #000000 0.2em;

  • Clearbox Lightbox & IE8

    Hi
    My very first website using Dreamweaver and I am having a little issue with the slide show in IE8.
    I have added HTML5Shiv which corrected a few other issues but the thumbnails take you to the first photo with no controls.
    http://www.dinoandterry.co.uk
    I don't really want to change widgets at this point.
    And as it works in most other browsers, would really love a simple solution if there is one.
    Have read a few other forum questions which have helped to get me to this point.
    Thanks
    Kim

    OK.  I see it on Places.
    You have a significant number of HTML code errors.  That's not a good thing.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.dinoandterry.co.uk%2FPlaces.h tml
    As for the reliability of Clearbox.  I don't know.  I've never used it.  I prefer Fancybox.
    http://fancybox.net/
    Nancy O.

  • Several Galleries with Clearbox 3 widget

    Hi, can somebody help me, I'm trying to use the Clearbos 3 widget, I got from the Adonde Exchange tool, my issue is that I want to have different galleries in the same page, waht the widget does is that shows the pictures as if it was a unique gallery, I have 5 galleries with 8 pics each, when I go to the gallery 1, instead of telling me 1 of 8 pics, it tells me 1 of 40 and so on, I cannot figure it out. Any help will be appreciated. Thanks

    I've never used Clearbox but my guess is that you need to give your various galleries a unique identifyer.
    <div id="Gallery1">
    slide
    slide
    slide
    </div>
    <div id="Gallery2">
    slide
    slide
    slide
    </div>
    When in doubt, read the widget's documentation, or contact the developer.
    Nancy O.

  • Radius Attribute Issue

    Hi,
    I'm having some issues on implementing radius accounting. Below are my configurations
    aaa group server radius ClearBox
    server 192.168.111.8 auth-port 1812 acct-port 1813
    accounting accept ClearBox
    aaa accounting exec default start-stop group ClearBox
    aaa accounting network default start-stop group ClearBox
    aaa accounting connection h323 start-stop group ClearBox
    aaa accounting resource default start-stop group ClearBox
    aaa session-id common
    gw-accounting aaa
    radius-server attribute list ClearBox
    attribute 1,4-6,25-26,28-31,40-41,44,46,49,61
    radius-server host 192.168.111.8 auth-port 1812 acct-port 1813
    radius-server key 7 12481603171B5B55
    radius-server vsa send accounting
    I am using ClearBox as my radius server. It seems that the ff attributes (h323-connect-time,h323-disconnect-time,h323-disconnect-cause,) was not recorded on the ClearBox. See attached file for the screenshot. May be you can help me on this issue.

    Try to enable the following debugs:
    debug isdn q931
    debug ppp negotiation
    debug aaa authen
    debug aaa accounting
    debug radius

  • Cs5 "local disc" and .js path issues

    Trying to add what appears to be a simple .js script to my doc:
    I add the script to my <head>, which then shows next to my Source Code and other scripts. But it doesn't work, and when I click to open the file there, I get the message 'not on local disc', and 'Get' which doesn't work either, even though the file is in my local file view/f8. One would think when the script name pops up next to Source Code, the doc. path is correct, but that obviously isn't the case. So what is the deal with this 'local disc'?
    I added a clearbox last week after pulling my hair out over the similar path issues, and after much trial and trib it finally worked. Would rather just like to understand it. Can anyone help? Thank you.
    The .js' Column' script I'm trying to add is here if it helps: http://www.projectseven.com/tutorials/css/pvii_columns/index.htm

    I also would like to know how to do this!

  • Scrollbar issue

    Hi,
    I'm not familiar at all with Flash, so please bare with me, I'm a complete newbie. I bought a scrollbar from flashcomponents.net and I'm having some problems with. I can add text in the text area of the scroller and it works all fine, but when I insert a link in there the text area's height is increased for some strange reason, as you can see on the link below (scroll to the bottom of the list and you'll see what I mean):
    http://www.jbfans.com/filmography/index.php
    I can fix this if I go into Debug -> Debug Movie and enter the correct value for the height of the text area, but when I end the debug session it hasn't implemented the change I made.
    Do anyone know why this is happening?

    So I'm back with another issue...
    http://www.jbfans.com/filmography/culpeppercattleco/index.php
    If you click on VIEW TRAILER, you will see my problem. So, the scrollbar is Flash and the trailer window is a javascript called clearbox, and they are interfering with each other, BIG TIME. Being the newbie that I am, I ask you guys - what's causing this interference?

  • New DVR Issues (First Run, Channel Switching, etc.)

    I've spent the last 30 minutes trying to find answers through the search with no luck, so sorry if I missed something.
    I recently switched to FIOS from RCN cable in New York.  I've gone through trying to setup my DVR and am running into issues and was hoping for some answers.
    1.  I setup two programs to record at 8PM, I was watching another channel at the time and only half paying attention.  Around 8:02 I noticed a message had popped up asking if I would like to switch channels to start recording.  I was expecting it to force it to switch like my old DVR, but in this case it didn't switch and I missed the first two minutes of one of the shows.  I typically leave my DVR on all day and just turn off the TV, this dual show handling will cause issues with that if I forget to turn off the DVR.  Is there a setting I can change that will force the DVR to choose one of the recording channels?
    2.  I setup all my recordings for "First Run" because I only want to see the new episodes.  One show I setup was The Daily Show on comedy central, which is shown weeknights at 11pm and repeated 3-4 times throughout the day.  My scheduled recordings is showing all these as planned recordings even though only the 11pm show is really "new".  Most of the shows I've setup are once a week so they aren't a problem, but this seems like it will quickly fill my DVR.  Any fixes?
    Thanks for the help.
    Solved!
    Go to Solution.

    I came from RCN about a year ago.  Fios is different in several ways, not all of them desirable.  Here are several ways to get--and fix--unwanted recordings from a series recording setup.
    Some general principles. 
    Saving changes.  When you originally create a series with options, or if you go back to edit the options for an existing series, You MUST save the Series Options changes.  Pretty much everywhere else in the user interface, when you change an option, the change takes effect immediately--but not in Series Options.  Look at the Series Options window.  Look at the far right side.  There is a vertical "Save" bar, which you must navigate to and click OK on to actually save your changes.  Exiting the Series Options window without having first saved your changes loses all your attempted changes--immediately.
    Default Series Options.  This is accessed  from [Menu]--DVR--Settings--Default Series Options.  This will bring up the series options that will automatically be applied to the creation of a NEW series. The options for every previously created series will not be affected by a subsequent modification of the Default Series Options.  You should set these options to the way you would like them to be for the majority of series recordings that you are likely to create.  Be sure to SAVE your changes.  This is what you will get when you select "Create Series Recording" from the Guide.  When creating a new series recording where you think that you may want options different from the default, select "Create Series with Options" instead.  Series Options can always be changed for any individual series set up later--but not for all series at once.
    Non-series recordings.  With Fios you have no directly available options for these.  With RCN and most other DVRs, you can change the start and end times for individual episodes, including individual episodes that are also in a series.  With Fios, your workarounds are to create a series with options for a single program, then delete the series later;  change the series options if the program is already in a series, then undo the changes you made to the series options later; or schedule recordings of the preceding and/or following shows as needed.
    And now, to the unwanted repeats. 
    First, make sure your series options for the specific series in question--and not just the series default options--include "First Run Only".  If not, fix that and SAVE.  Then check you results by viewing the current options using the Series Manager app under the DVR menu.
    Second, and most annoying, the Guide can have repeat programs on your channel tagged as "New".  It happens.  Set the series option "Air Time" to "Selected Time".  To make this work correctly, you must have set up the original series recording after selecting the program in the Guide at the exact time of a first run showing (11pm, in your case), and not on a repeat entry in the Guide.  Then, even it The Daily Show is tagged as New for repeat showings, these will be ignored. 
    Third, another channel may air reruns of the program in your series recording, and the first showing of a rerun episode on the other channel may be tagged as "New".  These can be ignored in your series if you set the series option "Channel" to "Selected Channel".  Related to this, if there is both an SD and HD channel broadcasting you series program, you will record them both if the series option "Duplicates" is set to "Yes".  However, when the Channel option is set to "Selected Channel", the Duplicates Option is always effectively "No", regardless of what shows up on the options screen.  
    As for you missing two minutes,  I have sereral instances in which two programs start recording at the same time.  To the best of my recollection, whenever the warning message has appeared, ignoring it has not caused a loss of recording time.  You might have an older software version.  Newest is v.1.8.  Look at Menu--Settings--System Info.  Or, I might not have noticed the loss of minutes.  I regularly see up to a minute of previous programming at the start of a recording, or a few missing seconds at the beginning or end of a recording.  There are a lot of possibilities for that, but the DVR clock being incorrect is not one of them.  With RCN, the DVR clocks occasionally drifted off by as much as a minute and a half.

  • Pension issue Mid Month Leaving

    Dear All,
    As per rule sustem should deduct mid month joining/leaving/absences or transfer scenarios, the Pension/PF Basis will be correspondingly prorated. But our system is not doing this. In RT table i have found 3FC Pension Basis for Er c 01/2010                    0.00           6,500.00.
    Employee leaving date is 14.04.2010. system is picking pension amout as 541. Last year it was coming right.
    Please suggest.
    Ashwani

    Dear Jayanti,
    We required prorata basis pension in case of left employees and system is not doing this. This is the issue. As per our PF experts Pension amount should come on prorata basis for left employees in case they left mid of month.System is doing prorata basis last year but from this year it is deducting 541. I am giving two RT cases of different years.
    RT table for year 2010. DOL 26.04.2010
    /111 EPF Basis              01/2010                    0.00           8,750.00 
    /139 VPF Basis              01/2010                    0.00           8,750.00 
    /3F1 Ee PF contribution     01/2010                    0.00           1,050.00 
    /3F3 Er PF contribution     01/2010                    0.00             509.00 
    /3F5 Ee Mon PF contribution 01/2010                    0.00           1,050.00 
    /3F6 Ee Ann PF contribution 01/2010                    0.00          12,600.00 
    /3F9 PF adm chrgs * 1,00,00 01/2010                    0.00              96.25 
    /3FA PF basis for Ee contri 01/2010                    0.00           8,750.00 
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00 
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00 
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00 
    /3F4 Er Pension contributio 01/2010                    0.00             541.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00
    /3R3 Metro HRA Basis Amount 01/2010                    0.00           8,750.00
    1BAS Basic Salary           01/2010                    0.00           8,750.00
    RT table for year 2009. DOL 27.10.2009
                                                                                    /111 EPF Basis              07/2009                    0.00           9,016.13
    /139 VPF Basis              07/2009                    0.00           9,016.13
    /3F1 Ee PF contribution     07/2009                    0.00           1,082.00
    /3F3 Er PF contribution     07/2009                    0.00             628.00
    /3F5 Ee Mon PF contribution 07/2009                    0.00           1,082.00
    /3F6 Ee Ann PF contribution 07/2009                    0.00           8,822.00
    /3F9 PF adm chrgs * 1,00,00 07/2009                    0.00              99.18
    /3FA PF basis for Ee contri 07/2009                    0.00           9,016.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00 
    /3FC Pension Basis for Er c 07/2009                    0.00           5,452.00 
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00 
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00 
    /3R4 Non-metro HRA Basis Am 07/2009                    0.00           9,016.13 
    1BAS Basic Salary           07/2009                    0.00           9,016.13 
    Now please suggest what to do. where is the problem  ? If have also checked EXIT_HINCALC0_002 but nothing written in it.
    With Regards
    Ashwani

  • Open PO Analysis - BW report issue

    Hello Friends
    I constructed a query in BW in order to show Open Purchase Orders. We have custom DSO populated with standard
    datasource 2lis_02_itm (Purcahse Order Item). In this DSO we mapped the field ELIKZ to the infoobject 0COMP_DEL
    (Delivery completed).
    We loaded the data from ECC system for all POs and found the following issue for Stock Transport Purchase orders (DocType = UB).
    We have a PO with 4 line items. For line items 10 and 20, Goods issued, Goods received and both the flags "Delivery
    complete" and "Final delivery" checked. For line items 30 and 40, only delivery indicator note is issued for zero
    quantity and Delivery complete flag is checked (Final delivery flag is not checked) in ECC system. For this PO, the
    delivery completion indicator is not properly updated in the DSO for line items 30 and 40. The data looks like the
    following:
    DOC_NUM     DOC_ITEM       DOCTYPE     COMP_DEL
    650000001       10     UB        X
    650000001       20     UB        X
    650000001       30     UB
    650000001       40     UB      
    When we run the Open PO analysis report on BW side this PO is appearing in the report but the same is closed in ECC
    system.
    Any help is appreciated in this regard.
    Thanks and Regards
    sampath

    Hi Priya and Reddy
       Thanks for your response.
                         Yes the indicator is checked in EKPO table for items 30 and 40 and delta is running regularly for more than 1 year and no issues with other POs. This is happening only for few POs of type Stock Transport (UB).
                        I already checked the changes in ME23N and the Delivery completed indicator was changed and it reflected in EKPO table. Further, i checked the PSA records for this PO and i am getting the records with the Delivery completed flag but when i update from PSA to DSO the delivery completed indicator is not updating properly.
                       In PSA, for item 30 i have the following entries. Record number 42 is capturing the value X for ELIKZ but after that i am getting two more records 43 and 44 with process key 10 and without X for ELIKZ. I think this is causing the problem.
    Record No.    Doc.No.                    Item              Processkey         Rocancel     Elikz
        41               6500000001            30                    11                            X           ---    
        42               6500000001            30                    11                            ---           X
        43               6500000001            30                    10                            X           ---
        44               6500000001            30                    10                            ---         ---
    (Here --- means blank)        
    Thanks and Regards
    sampath

  • HP LaserJet Enterprise 600 M602 driver issue

    Hello,
    I've got issue with 600-series printers. We use the latest UPD drivrer ver. 61.175.1.18849 and print from XenApp 6.5. The error occurs every time when users try to print jpg files from XenApp session. It only happens with 600 series printers and UPD.
    Also I've tried to assign native 600-series driver ver. 6.3.9600.16384 and it works good. But with that driver system says that it's color printer and it brokes our printing reports. These reports are very important for us. So we can't use printer and that driver as well.
    Printer installed on Windows Server 2012 R2. All clients are Windows 7 x64. XenApp Servers are Server 2008R2.
    Is it possible to get fixed UPD driver or correct native driver for Server 2012 R2?
    Regards,
    Anatoly

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at Printers - LaserJet.
    Click on New Post.
    I hope this helps.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Windows 7 displays error message when exiting +cursor issue

    Two issues here. CS5 Phoshop on Wind 7 64 bit.
    Physical processor count: 8
    Processor speed: 3073 MHz
    Built-in memory: 12279 MB
    Free memory: 9577 MB
    Memory available to Photoshop: 10934 MB
    Memory used by Photoshop: 80 %
    Image tile size: 128K
    First issue is since the latest automatic Adobe update (why fix what isn't broken?) Every time I now exit Photoshop I get the message "Adobe QT Server has stoped working" and occasionally it happens when I exit bridge. Indesign is also behaving badly. I can no longer start a previous document from file manager without ID crashing out.
    The other is the cursors in Clone and erase lose their edge (become invisable) for no reason - well not quite. Noise Ninja crashed Photoshop when I tried to use it. I reinstalled it and all is well. The cursor issue seems to be intermittant but came back (for no reason) after I reinstalled NN. I can't seem to change the cursor, no matter what I do. The problem is now seriously affecting how I work. Almost enough to go back to Win XP which ran CS5 Photoshop flawlessly.
    Any help will be gratefully accepted.
    Doug

    function(){return A.apply(null,[this].concat($A(arguments)))}
    doug87510 wrote:
    The recent problem is the entire outline of the cursor (including the crosshair in the middle) was missing at any size of cursor. All I had was exactly what I'd get if I used a real spraygun.
    Well, that issue is simply a matter of hitting the Caps Lock key.  When Caps Lock is on, you'll see the cursor outline, and when it is off you'll see a crosshair.  That's a feature, not a bug.
    Glad to hear the 11.1 drivers are out.  I will download them and try them now myself.
    Regarding "Adobe QT" crashing...  QT brings to mind QuickTime, though that is Apple, not Adobe.  Do you have Apple QuickTime installed?
    Regarding memory usage, with 12 GB of installed RAM, you should be able to set Photoshop to use 90% or more in Edit - Preferences - Performance.
    -Noel

  • Issue in Creation of Periodicals for Contracts in CRM7.0

    Hello,
    I have a requirement to create Contracts in CRM7.0 system.
    And I am doing this using the BAPI *BAPI_BUSPROCESSND_CREATEMULTI*
    Good part is Contract Order gets created, but onlywith Header Details.
    The issues i am facing --
    1. I need to know what kind/type of data must be passed to the interface parameters, the F1 Help/Documentation is vague.
    2. I am passing data in the INPUT FIELDS structure with the Object ID, Handle Number, Reference GUID and Fieldname,
        here what does 'Logical Key' field indicate? What should be passed here.
        What does 'REFERENCE KIND' field indicate, i have been passng 'A' for everything (to be frank i dont know whats its significance is!!).
    3. With so much, My Order gets created but with less than half details, i.e. the Objects not getting created are -  Partner, Product, terms/appointments, Status, LongTexts......
    Any help/inputs would be appreciated.
    Hope my problem is stated clearly ...
    --Regards
    Dedeepya

    Hi Anu,
    i found my solution by debugging with existing data or while creating it in CRMD_ORDER.
    Ensure that you are passing a correct entry in INPUT_FIELDS structure.
    As i haven't worked on rebates i woudlnt be able to help you, I suggest you debug to arrive at a solution.
    You can preset your break-points at :-
    1. FM - CRM_ORDER_MAINTAIN
    2. CRM_ORDER_MAINTAIN_MULTI_OW -- Debug through the complete FM.
    3. CRM_ORDER_PREPARE_MULTI_OW -- The data is set in this function module.
    Regards
    Dedeepya C

  • Issue in creation of plant related data at receiving server using BD10

    Hi all,
    This is regarding Material master creation using B10.I am using MATMAS05 message type for sending data from one system to another.Data is sent and received successfully.When i go in mm03 i can see all the views created successfully accept views related to PLANT.Please guide to resolve the issue.
    When i entered into Log-
    1)"The field MBEW-BKLAS is defined as a required field; it does not contain an entry".
    2)"No material master data exists for material AB_08.04.09(30) in plant 4001".
    My segemnt is as follows-
    ZMATMAS05                      matmas05
           E1MARAM                        Master material general data (MARA)
               Z1KLART                        KLART----
    My extention
               E1MARA1                        Additional Fields for E1MARAM
               E1MAKTM                        Master material short texts (MAKT)
               E1MARCM                        Master material C segment (MARC)
                   Z1AUSPM                        E1AUSPMDistribution of Classification:----
    My extention
                   E1MARC1                        Additional Fields for E1MARCM
                   E1MARDM                        Master material warehouse/batch segment (MARD)
                   E1MFHMM                        Master material production resource/tool (MFHM)
                   E1MPGDM                        Master material product group
                   E1MPOPM                        Master material forecast parameter
                   E1MPRWM                        Master material forecast value
                   E1MVEGM                        Master material total consumption
                   E1MVEUM                        Master material unplanned consumption
                   E1MKALM                        Master material production version
               E1MARMM                        Master material units of measure (MARM)
               E1MBEWM                        Master material material valuation (MBEW)
               E1MLGNM                        Master material material data per warehouse number (MLGN)
               E1MVKEM                        Master material sales data (MVKE)
               E1MLANM                        Master material tax classification (MLAN)
               E1MTXHM                        Master material long text header
               E1CUCFG                        CU: Configuration data
           E1UPSLINK                      Reference from Object to Superior UPS
    Thanks.
    Edited by: sanu debu on Apr 27, 2009 7:10 PM

    CREATE CONTROLFILE SET DATABASE "NEWDB" NORESETLOGS ARCHIVELOGAlso when you are setting a new database, the option should be RESETLOGS and not NORESETLOGS.
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_2_7FK0XKB8_.LOG
    D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_SYSTEM_7FK0SKN0_.DBFWhy underscore(_) at the end of the datafile name. Any specific reason ?

  • Issue in Creation of new Value Field in CO-PA

    Hi,
    I have a query in CO-PA Value Field Linking.
    In my Development Client,
    1. Created a New Value Field (No Transport Request Generated)
    2. Linked to the above to new Conditon type created in SD. (Tranport request was generated) i.e. in Flow of Actual Values->Transfer of Billing Documents->Assign Value Fields
    However then i try creating a new Value Field in my Production Client it throws a message 'You have no authorization to change Fields".
    Is this an issue with authorization or i need to transport the Value field too from Development to Production client.
    Please Advise.
    Thanks in Advance,
    Safi

    Thanks Phaneendra for the response.
    The creation of Value field did not create any tranportation request. Will this too be transported if i transport the Operating Concern.
    Please Advise.
    Thanks,
    Safi

Maybe you are looking for

  • How can I show more than one value in a select list

    Hello, I have a LOV an I want to show in this LOV "userid, name". The return value is only "id". I always get a message that the number of the displayed values must be the same than the returned values. How can I solve this problem? Thanks in advance

  • Whay am I having script errors with some of my websites only on Firefox, not other browsers, causing the computer to freeze for a bit at a time.

    I keep getting "script" errors and my computer locking up while using Mozilla Firefox on some of my websites. I don't have this problem while using Internet Explorer. Why has this just started and how can I resolve this? I like Firefox, but will have

  • Replace audio in multiple video clips at one time

    Hello. I am new to the forum so I apologize if I break any of the rules! I have a collection of tutorial videos, all edited but the audio had some balance issues. The files were not in Premiere Pro at the time. They are the final edited videos but th

  • Can't see my video

    I recently became a iPhone 4s user, I want to download video taken with my phone into my editing software (Pinnacle Studio) and it doesn't work? I am using windows xp sp3

  • ITunes won't connect to internet

    I can't access the iTunes Store, Internet Radio, or download missing album art. This was a problem I had in iTunes 6 as well, I figured iTunes 7 would fix it. No go. Under Help > Run Diagnostics, it confirms that I'm connected to the internet, but th