Help needed with Template Footer displacing with addition of a float..

I have a template for a web page and I am a little stuck now with an issue related to floating an image (left) to get the text to wrap around. As I do so, the footer at the bottom displaces and I cannot work out why?
Any help greatly appeciated. I cannot seem to attach a file so you can see it.  the domain is http://www.nataliemariemakeup.co.uk. This will be the 'Bridal' page.
This is how the problem appears when I float the image left...
The Facebook and Twitter images are where they should be, but the footer has shifted right! Any help appreciated.
The code is as follows....
<!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"><!-- InstanceBegin template="/Templates/IndexTemplate.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- InstanceEndEditable -->
<link rel="stylesheet" title="Disabled for Preview-in-Browser: oneColFixCtrHdr.css" type="text/css" />
<style type="text/css">
body {
          margin: 0;
          padding: 0;
          color: #666;
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 100%;
          line-height: 1.4;
          background-color: #989898;
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
          padding: 0;
          margin: 0;
h1, h2, h3, h4, h5, h6, p {
          margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
          padding-right: 15px;
          padding-left: 15px;
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
          border: none;
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
          color: #42413C; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
          text-decoration: none;
a:visited {
          color: #6E6C64;
          text-decoration: none;
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
          width: 960px;
          margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
          background-color: #FFF;
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
          background-color: #FFF;
/* ~~ This is the layout information. ~~
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
.content {
          background-color: #FFF;
          padding-top: 50px;
          padding-right: 10px;
          padding-bottom: 10px;
          padding-left: 10px;
/* ~~ The footer ~~ */
.footer {
          color: #666;
          background-color: #666;
          padding-top: 0px;
          padding-right: 0;
          padding-left: 0;
          margin: 0px;
          padding-bottom: 0px;
          height: 110px;
          position: relative;
FaceBookTwitter {
          background-color: #999;
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
          float: right;
          margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
          float: left;
          margin-right: 8px;
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
          clear:both;
          height:0;
          font-size: 1px;
          line-height: 0px;
</style>
<style type="text/css">
.container .content table tr th {
          background-color: #999;
          top: 0px;
          padding: 0px;
          margin: 0px;
          clear: 0;
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link rel="stylesheet" title="Disabled for Preview-in-Browser: SpryAssets/SpryMenuBarHorizontal.css" type="text/css" />
<style type="text/css">
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
LAYOUT INFORMATION: describes box model, positioning, z-order
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
          margin: 0;
          padding: 0;
          list-style-type: none;
          font-size: 100%;
          cursor: default;
          width: auto;
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
          z-index: 1000;
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
          margin: 0;
          padding: 0;
          list-style-type: none;
          font-size: 100%;
          position: relative;
          text-align: left;
          cursor: pointer;
          width: 7.5em;
          float: left;
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
          margin: 0;
          padding: 0;
          list-style-type: none;
          font-size: 100%;
          z-index: 1020;
          cursor: default;
          width: 6em;
          position: absolute;
          left: -1000em;
          text-align: left;
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
          left: auto;
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
          width: 10em;
          text-align: left;
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
          position: absolute;
          margin: -5% 0 0 95%;
          text-align: left;
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
          left: auto;
          top: 0;
DESIGN INFORMATION: describes color scheme, borders, fonts
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
          border: 1px solid #CCC;
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
          display: block;
          cursor: pointer;
          background-color: #CCC;
          padding: 0.5em 0.75em;
          color: #666;
          font-family: Verdana, Geneva, sans-serif;
          font-size: 16px;
          font-style: normal;
          border-top-style: none;
          text-align: center;
          border-right-width: thin;
          border-left-width: thin;
          border-right-style: solid;
          border-bottom-style: none;
          border-left-style: solid;
          border-top-color: #CCC;
          border-right-color: #666;
          border-bottom-color: #999;
          border-left-color: #666;
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
          background-color: #666;
          color: #FFF;
          text-align: center;
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
          background-color: #666;
          color: #FFF;
SUBMENU INDICATION: styles if there is a submenu under a given menu item
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
          background-image: url(file:///Macintosh HD/Users/edwardclark/Documents/Natalie Marie Makeup Website/SpryAssets/SpryMenuBarDown.gif);
          background-repeat: no-repeat;
          background-position: 95% 50%;
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
          background-image: url(file:///Macintosh HD/Users/edwardclark/Documents/Natalie Marie Makeup Website/SpryAssets/SpryMenuBarRight.gif);
          background-repeat: no-repeat;
          background-position: 95% 50%;
          text-align: left;
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
          background-image: url(file:///Macintosh HD/Users/edwardclark/Documents/Natalie Marie Makeup Website/SpryAssets/SpryMenuBarDownHover.gif);
          background-repeat: no-repeat;
          background-position: 95% 50%;
          text-align: left;
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
          background-image: url(file:///Macintosh HD/Users/edwardclark/Documents/Natalie Marie Makeup Website/SpryAssets/SpryMenuBarRightHover.gif);
          background-repeat: no-repeat;
          background-position: 95% 50%;
BROWSER HACKS: the hacks below should not be changed unless you are an expert
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
          position: absolute;
          z-index: 1010;
          filter:alpha(opacity:0.1);
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
          ul.MenuBarHorizontal li.MenuBarItemIE
                    display: inline;
                    f\loat: left;
                    background: #FFF;
a:hover {
          text-decoration: none;
a:active {
          text-decoration: none;
</style>
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
.container .content p img {
          padding-top: 5px;
          padding-right: 20px;
          padding-bottom: 10px;
          padding-left: 0px;
          float: left;
</style>
<!-- InstanceEndEditable -->
</head>
<body>
<div class="container">
  <div class="header"><!-- end .header --><img src="New-Header.jpg" width="960" height="180" alt="Natalie Marie Logo" longdesc="file:///Macintosh HD/Users/edwardclark/Documents/Natalie Marie Makeup Website/New-Header.jpg" />
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="index.html" class="MenuBarHorizontal">HOME</a>      </li>
      <li><a href="About Me.html">ABOUT ME</a></li>
<li><a href="Bridal.html">BRIDAL</a></li>
<li><a href="Occasion.html" class="MenuBarItemSubmenu">OCCASION</a>
  <ul>
    <li><a href="#">NIGHT OUT</a></li>
    <li><a href="#">PARTY MAKEUP</a></li>
    <li><a href="#">HEN NIGHTS</a></li>
  </ul>
</li>
<li><a href="Fashion.html">FASHION</a></li>
<li><a href="Lessons.html">LESSONS</a></li>
<li><a href="Reviews.html">REVIEWS</a></li>
<li><a href="Contact.html">CONTACT</a></li>
    </ul>
  </div>
  <div class="content">
    <p>
      <Marquee>
      Examples of my work: TAKE THAT • ID  MAGAZINE • BATMAN LIVE WORLD TOUR • THE BAFTAS • LONDON FASHION WEEK • THE CORRS • THE TELEGRAPH MAGAZINE • HARPERS • MUSIC VIDEOS • VOGUE MAGAZINE • BRITISH FEATURE FILMS • Plus extensive Bridal and Photoshoot work •
      </Marquee>
    </p>
    <!-- InstanceBeginEditable name="Main Body" -->
    <p><img src="Bridal-Kit-Pic.jpg" width="283" height="426" alt="Bridal Kit Picture" />On your wedding day it is important that you look and feel your best and having the perfect make-up will give you the confidence for this. Having perfect wedding makeup is also key for perfect photographs, which are so important as those will be your treasured memories of your day. As a recent bride myself I totally understand how you will be feeling at this point and I strongly advise you to make lots of cut outs from all of those expensive bridal magazines to give a visual of your ideas. We will create a look which is long lasting and enhances your natural beauty. During your trial we will work together in depth to create the perfect look for you.<br />
    </p>
    <p>What expect on the day:<br />
      - Skin care analysis and tips on skin care routine.<br />
      - Talking through the wedding and theme of the day.<br />
      - Discussing ideas for your wedding makeup, your likes and dislikes.<br />
      - Spending time creating a look perfect for you.<br />
      - Digital photographs of the makeup for referencing.<br />
    </p>
    <p>After your trial I create a face chart and write detailed notes about the products we have used to in order to recreate the look perfectly on the day. On your wedding day itself I stay until the very end making sure you look perfect for your ceremony. You will also receive your chosen lip brush free, for use throughout the rest of the day.<br />
    </p>
    <p>Bridal Make Up (On the day including trial) £150.00<br />
      Bridal Trial £60.00<br />
      Make up on the day for Bridesmaids/Mother of the Bride/Groom £40.00<br />
      Additional Trials £35.00<br />
    </p>
    <p>Package prices can be arranged for large bridal parties.</p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <!-- InstanceEndEditable -->
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
<p> </p>
    <p><img src="facebook_LOGO.jpg" width="50" height="50" alt="Facebook logo" /> <img src="Twitter Logo_GREY.jpg" width="50" height="50" alt="Twitter Logo" />  </p>
  </div>
  <div class="footer">
    <table border="0" align="center" cellpadding="5">
      <tr>
        <td height="101"><img src="Chanel-Logo-Grey.jpg" width="81" height="62" alt="Chanel Logo" longdesc="Chanel-Logo-Grey.jpg" /></td>
        <td><img src="Bobby-Brown-Logo.jpg" width="174" height="37" alt="Bobbi Brown Logo" longdesc="Bobby-Brown-Logo.jpg" /></td>
        <td><img src="MAC-Logo.jpg" width="105" height="61" alt="MAC Logo" longdesc="MAC-Logo.jpg" /></td>
        <td><img src="Dior-Logo.jpg" width="105" height="82" alt="Dior Logo" longdesc="Dior-Logo.jpg" /></td>
        <td><img src="NARS-Logo.jpg" width="118" height="47" alt="NARS Logo" longdesc="NARS-Logo.jpg" /></td>
        <td><img src="MakeUpForeverLogo.jpg" width="151" height="49" alt="Makeup Forever Logo" longdesc="MakeUpForeverLogo.jpg" /></td>
      </tr>
    </table>
    <p align="center"><!-- end .footer --></p>
    <p align="center">&copy; Copyright Natalie Marie Makeup 2011</p>
    <p align="center"> </p>
  </div>
  <!-- end .container --></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
<!-- InstanceEnd --></html>

Unfortunately it didn't sort out the problem. The footer has been displaced to the right and I don't see why it should, when I added a 'float' property to the picture to enable the text to wrap around.
Can someone please advise?
It seems if I change the padding px numbers it moves the images within the footer around. How do I ensure that these are fixed in place? I have created a template, which may have the problem in.
Am I missing something?
The code from the footer section of the template:
</div>
  <div class="footer">
    <table border="0" align="center" cellpadding="5">
      <tr>
        <td height="101"><img src="../Chanel-Logo-Grey.jpg" width="81" height="62" alt="Chanel Logo" longdesc="Chanel-Logo-Grey.jpg" /></td>
        <td><img src="../Bobby-Brown-Logo.jpg" width="174" height="37" alt="Bobbi Brown Logo" longdesc="Bobby-Brown-Logo.jpg" /></td>
        <td><img src="../MAC-Logo.jpg" width="105" height="61" alt="MAC Logo" longdesc="MAC-Logo.jpg" /></td>
        <td><img src="../Dior-Logo.jpg" width="105" height="82" alt="Dior Logo" longdesc="Dior-Logo.jpg" /></td>
        <td><img src="../NARS-Logo.jpg" width="118" height="47" alt="NARS Logo" longdesc="NARS-Logo.jpg" /></td>
        <td><img src="../MakeUpForeverLogo.jpg" width="151" height="49" alt="Makeup Forever Logo" longdesc="MakeUpForeverLogo.jpg" /></td>
      </tr>
    </table>
    <p align="center"><!-- end .footer --></p>
    <p align="center">&copy; Copyright Natalie Marie Makeup 2011</p>
    <p align="center"> </p>
  </div>

Similar Messages

  • Help needed I updated my ipad2 with iOS5 but few of my dashbaords are not working now can any one let me know how to downgrade the OS

    Help needed I updated my ipad2 with iOS5 but few of my dashbaords (HTML5) are not working now ,can any one let me know how to downgrade the OS as we have a meeting coming up .. its urgent

    Downgrading the iOS is not supported. If you are using Safari this try clearing its cache via Settings > Safari.
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Query help needed for querybuilder to use with lcm cli

    Hi,
    I had set up several queries to run with the lcm cli in order to back up personal folders, inboxes, etc. to lcmbiar files to use as backups.  I have seen a few posts that are similar, but I have a specific question/concern.
    I just recently had to reference one of these back ups only to find it was incomplete.  Does the query used by the lcm cli also only pull the first 1000 rows? Is there a way to change this limit somwhere?
    Also, since when importing this lcmbiar file for something 'generic' like 'all personal folders', pulls in WAY too much stuff, is there a better way to limit this? I am open to suggestions, but it would almost be better if I could create individual lcmbiar output files on a per user basis.  This way, when/if I need to restore someone's personal folder contents, for example, I could find them by username and import just that lcmbiar file, as opposed to all 3000 of our users.  I am not quite sure how to accomplish this...
    Currently, with my limited windows scripting knowledge, I have set up a bat script to run each morning, that creates a 'runtime' properties file from a template, such that the lcmbiar file gets named uniquely for that day and its content.  Then I call the lcm_cli using the proper command.  The query within the properties file is currently very straightforward - select * from CI_INFOOBJECTS WHERE SI_ANCESTOR = 18.
    To do what I want to do...
    1) I'd first need a current list of usernames in a text file, that could be read (?) in and parsed to single out each user (remember we are talking about 3000) - not sure the best way to get this.
    2) Then instead of just updating the the lcmbiar file name with a unique name as I do currently, I would also update the query (which would be different altogether):  SELECT * from CI_INFOOBJECTS where SI_OWNER = '<username>' AND SI_ANCESTOR = 18.
    In theory, that would grab everything owned by that user in their personal folder - right? and write it to its own lcmbiar file to a location I specify.
    I just think chunking something like this is more effective and BO has no built in back up capability that already does this.  We are on BO 4.0 SP7 right now, move to 4.1 SP4 over the summer.
    Any thoughts on this would be much appreciated.
    thanks,
    Missy

    Just wanted to pass along that SAP Support pointed me to KBA 1969259 which had some good example queries in it (they were helping me with a concern I had over the lcmbiar file output, not with query design).  I was able to tweak one of the sample queries in this KBA to give me more of what I was after...
    SELECT TOP 10000 static, relationships, SI_PARENT_FOLDER_CUID, SI_OWNER, SI_PATH FROM CI_INFOOBJECTS,CI_APPOBJECTS,CI_SYSTEMOBJECTS WHERE (DESCENDENTS ("si_name='Folder Hierarchy'","si_name='<username>'"))
    This exports inboxes, personal folders, categories, and roles, which is more than I was after, but still necessary to back up.. so in a way, it is actually better because I have one lcmbiar file per user - contains all their 'personal' objects.
    So between narrowing down my set of users to only those who actually have saved things to their personal folder and now having a query that actually returns what I expect it to return, along with the help below for a job to clean up these excessive amounts of promotion jobs I am now creating... I am all set!
    Hopefully this can help someone else too!
    Thanks,
    missy

  • Help needed in cleaning raw data with odd delimiters in it

    I am trying to write a sp, which adjust the number of columns based on the IN Parameter for the raw file.
    Raw (Id Int,RawData varchar2(5000))
    RawData has actual data with delimiter, this column has all the raw file imported as is.
    e.g. data in RawData Column
    A|B|C|D|E|F
    X|B|C|D|E
    Z
    P|ABC|ZPD|BITX|E|ETC
    Here above you can see the max number of delimiter are 5 for a 6 column table, however for some records there are less delimiter, here comes the problem
    For such records I want to add the extra delimter and take values for missing column as NULL or best would be''
    plz help me in writing Generic SP to clean this.
    We can pass the source & target table name and column names as a parameter, and create a clean table dynamically by name CleanedRaw etc.
    here the file is | delimited, actually It can have any single char delimiter or space or tab also. I am ok if we need to pass the delimiter also as a parameter to this sp

    I mean padd extra delimiters to make up to the max of 6 for this file, it can vary for other file
    e.g
    A|B|C
    x
    would be some thing like
    A|B|C
    x||
    such that target cleaned table will have values as below
    Col1 Col2 Col3
    A    B    C
    X       Edited by: NeilCSE on Jul 28, 2012 12:54 PM

  • Grus help needed in finding the queries with Cartesian  joins

    Hi
    I have a reporting tool in which users are allowed to put the joins on the views and add some sub queries that produces a Cartesian product. Is there any tool or way that I can stop the execution of those query before it is being executed for example
    Step 1 ) user creates a query
    step2 ) user submits it
    step 3) by any tool or any check if Cartesian join is found the query execution is stopped and notify the user that the query is not good if no problem executes the query.
    I really need help in step 3. I am on 9i release2.
    Any help or suggestions will be highly appreciated.

    I Agree with Gasparotto, you should limit the resource consume.
    You must understand that cartesian join, isn´t always a BAD guy, sometimes you need it.
    If your developers are in trouble with handle the join , think about NATURAL JOIN, may be it helps you
    Regards
    Helio Dias

  • Help needed to start HTTP Protocol with timeout

    I am looking for information to point me in the right direction. I would like to create a class that would implement the HTTP protocol and would allow the user to specify a timeout if unable to connect to the server. I have used the URL and HttpURLConnection classes before, but have not used any of the other classes in the java.net package. I am just trying to create an app that will download a file from a specified URL. Something that I could use in the future and something to get more programming experience using the java.net package.
    Could you tell me:
    1) Which classes I would need to use to help implement a timeout
    2) Where I can find an example or other information on how to implement the HTTP protocol with the class from question 1 above.
    TIA for any information

    That would definately reduce the coding time but would
    do little to help with my understanding of classes in
    the java.net package or to gather a better
    understanding of the HTTP protocol. :-)
    That said, I am currently downloading the 1.5 beta to
    see what they have done.If it's just an academic thing to re-invent the wheel (code) that deals with the HTTP protocol, then go right ahead (ok, you don't need my permission).

  • Help needed on integration of portal with ifs

    The requirement goes like this:
    I use IFS for Content management.
    I want to publish the jsps/ htmls lying on IFS on my oracle portal page.
    I need ways to integrate htmls/ jsps (lying on ifs) with portal page.
    Any inputs are welcome
    Thanks 'N' Regards
    Sumeet

    Hi Chris
    You can subscribe to Muse subscription separately and host the site in BC.
    BC price list according to site plans :
    http://www.adobe.com/in/products/web-hosting/buying-guide.html
    Site plans breakdown :
    http://helpx.adobe.com/business-catalyst/kb/detailed-plan-breakdown.html
    With Muse subscription you get 1 free site to host with Adobe, So you can use the free site count and publish the site on BC, but the free site count is only for web hosting sites, if you are looking for CMS solution then you would need to upgrade site plan.
    Once you upgrade the site plan , it will be longer associated with your Muse subscription. In this case the site fee would be paid separately which you can setup directly to your customer.
    So invoice would be setup to customer and they will pay that monthly.
    In browser editing feature will be available for all site plans.
    Please let me know if you have any additional question or join live chat with BC support team.
    Thanks,
    Sanjit

  • Help Needed compile, deploy Web Service with Annotations on Web Logic 9.2

    Hi,
    I am new web logic and need some help in compiling, creating deployment file i.e. war, ear on Web Logic 9.2. I have the following sample web service with annotations code code but need help in compiling, creating deployment file (war,ear), creating proxy for testing etc. How to compile and create deployment files in WebLogic 9.2. Any help is really appreciated.
    package sample_ws;
    import java.rmi.RemoteException;
    import javax.jws.*;
    import javax.jws.soap.SOAPBinding;
    import org.w3c.dom.Document;
    @WebService
    @SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL,
                 parameterStyle = SOAPBinding.ParameterStyle.BARE)
    public class EchoService {
        public EchoService() {
        @WebMethod(action="echo")
        @WebResult(targetNamespace="http://exa.org", name="echoResult")
        public Document echo(@WebParam(targetNamespace = "http://exa.org",
                                       name = "echoMsg")
            Document doc) throws RemoteException{
            return doc;
    }Thanks

    I am using Oracle Jdeveloper as an IDE and created a war file and deployed on Oracle App. Server it works fine. Now if I deploy the same war on Web Logic it gives me the following error:
    java.lang.IllegalStateException: could not find schema type named {{http}//exa.org}>>echoResult
    Errors were encountered while performing this operation. Here is the code I have:
    package webservice2 ;
    import java.rmi.RemoteException;
    import javax.jws.*;
    import javax.jws.soap.SOAPBinding;
    import org.w3c.dom.Document;
    @WebService
    @SOAPBinding(style = SOAPBinding.Style.DOCUMENT,
                 use = SOAPBinding.Use.LITERAL,
                 parameterStyle = SOAPBinding.ParameterStyle.BARE)
    public class EchoService {
        public EchoService() {
        @WebMethod(action="echo")
        @WebResult(targetNamespace="http://exa.org", name="echoResult")
        public Document echo(@WebParam(targetNamespace = "http://exa.org",
                                       name = "echoMsg")
            Document doc) throws RemoteException{
            return doc;
    }And here is the wsdl file I have:
    <definitions
         name="EchoServiceService"
         targetNamespace="http://webservice2/"
         xmlns="http://schemas.xmlsoap.org/wsdl/"
         xmlns:tns="http://webservice2/"
         xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
         xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
         xmlns:ns1="http://exa.org"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
        >
        <types>
            <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://exa.org" elementFormDefault="qualified"
                 xmlns:tns="http://exa.org" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/">
                <element name="echoMsg" nillable="true">
                    <complexType>
                        <sequence>
                            <any/>
                        </sequence>
                    </complexType>
                </element>
                <element name="echoResult" nillable="true">
                    <complexType>
                        <sequence>
                            <any/>
                        </sequence>
                    </complexType>
                </element>
            </schema>
        </types>
        <message name="EchoServicePortType_echo">
            <part name="echoMsg" element="ns1:echoMsg"/>
        </message>
        <message name="EchoServicePortType_echoResponse">
            <part name="echoResult" element="ns1:echoResult"/>
        </message>
        <portType name="EchoService">
            <operation name="echo">
                <input message="tns:EchoServicePortType_echo"/>
                <output message="tns:EchoServicePortType_echoResponse"/>
            </operation>
        </portType>
        <binding name="EchoServiceSoapHttp" type="tns:EchoService">
            <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
            <operation name="echo">
                <soap:operation soapAction="echo"/>
                <input>
                    <soap:body use="literal" parts="echoMsg"/>
                </input>
                <output>
                    <soap:body use="literal" parts="echoResult"/>
                </output>
            </operation>
        </binding>
        <service name="EchoServiceService">
            <port name="EchoServiceSoapHttpPort" binding="tns:EchoServiceSoapHttp">
                <soap:address location="http://localhost:8888/EnableSrc-WebService2-context-root/EchoServiceSoapHttpPort"/>
            </port>
        </service>
    </definitions>Any ideas what might be wrong.

  • Help needed to configure WVC54GC cam with BEFW11S4 router:

    OK...I have to admit that I'm finally having to ask for help!  I'm handy with most computer problems, but i.p. addresses, port forwarding and dns stuff is kinda over my head.  I need someone to walk me through the steps.  I've got the camera setup to the point that I can view the image in the Linksys setup, but I want to be able to share it on the net.  I'm stumped with how to do this.  I'm told I need to forward ports on my router etc.  I've been into the router settings and there is no "gaming tab" as is suggested, but I can find port settings under advanced, although they look different. 
    I've also setup an account with DynDNS updater,as I'm told I'll need this to maintain a connection.  The settings in there are equally as daunting, so any help here would also be beer worthy....LOL!
    Any help would be MUCH appreciated!
    Cheers!

    Once you login to your Router setup Page.... on the Very Right Side you need to click on the Advance Tab  and then you need to click on the Forwarding Tab and Below you can Open the Ports for your Camera.

  • Help needed for white screen problem with no shortcuts working on startup.

    Im using a 20" mac OS X with leopard, When IMac turns on there is just a white screen with nothing happening so Iv tried using all of the shortcut command keys such as "command+R" with no success.
    My main question is which cd will I need to get a hold of so i can completetly wipe the imac and start again fresh?
    Any help will be appreciated.
    Unsure of operating system being used as cant get onto Mac.

    The install disc that shipped with the machine. Running Leopard and there's no recovery HD (CMD+R) feature. That only came with Lion.

  • HT4929 help needed - from mobileme to icloud with pc plus smartphone but no i-products

    I don't use an iphone or i anything else but have a mobileme mail account which I want to transfer to icloud - I have a pc which will need the icloud "adaptor" - what do I do next and what will I be able to use with my existing smartphone?

    Firstly, I note that your profile states that you are using OS X 10.5.8, in order to use iCloud on your computer you need OS X 10.7.2 or better.
    Secondly, I have asked for your email address to be edited out. Post your address in an open thread is a sure way to be bombarded by unwanted email, remember it will be here long after you have resolved your problem, for automated detection software to find.
    If you want people to contact you, enable others to see your email address in your profile.
    Finally, are you sure that these additional addresses are aliases and not sub accounts on a family pack, aliases from MobileMe should transfer to an iCloud when you migrate.

  • Help needed in pre populating emailform with custom attributes

    Hi All,
    I have a requirement where in I am trying to pre-populate Service Request Information(Service Request Number, Priority, Emp responsible) on mail forms when the user selects Email workcenter and the relevant Mailform.
    Steps I have done:
    Created a custom Structure with Service Request Number, Priority, Emp responsible
    Added the structure under MAINTAIN ATTRIBUTE CONTEXTS FOR MAILFORMS
    This helped the newly added fields appear in the mailforms.
    Create a custom class( copy of CL_CRM_ERMS_STKT_SM_DS) and updated the structure details to the new custom structure and replaced serviceticket //currentserviceticket/ to //currentservicerequest).
    Also modified line-value to u2018parts/context/srv/number/text()u2019).
    Logged in to WEBUI using IC_MANAGER Role and created a mail form by selecting the attributes from the custom structure containing service request fields.
    Logged in as Agent and tried selecting an email form by navigating away from Service request page. The values(Service Request ID, etc) are not getting filled and even tried implementing the bad iIF_EX_CRM_IM_ADD_DATA_BADI .
    The control is not coming to the custom class and also to the BADI. I have placed explicit break statement also.
    Can someone help me on this issue at your convenient time please..
    Any pointers would be of great help.
    Regards,
    Eureka

    CRM_IM_ADD_DATA_BADI has been used by us for same purpose.
    In the badi did u assign the mail context as the filter and also used the attributes from the same mail context in mail form.
    It will work defintely and badi gets called when u click on insert on create email page on interaction center based on UTIL_IC
    Pratyasha

  • Help needed - creating site in dreamweaver with swfs

    Hi
    I am attempting to make a website in dreamweaver, with
    animated swf files for the banner and buttons. My problem is with
    the sizes.
    I want to get all of the buttons next to each other, with
    little or no gaps.
    I've tried making a table and putting each button in a
    different column, but there are still massive gaps.
    The other problem is to do with the web browser, I think.
    I want it to be like most sites, if the user dosent have the
    page full screen, the banner and buttons will resize so that the
    user can see all of the site, normally until you have squashed the
    browser halfway.
    For example, when you drag the corners of a swf file while it
    is playing, the image resizes so you can see the whole of it, no
    matter how small you make the application.
    I want my imported swf file in dreamweaver to resize if the
    user does not have the web browser full size.
    For example, if you have your browser in windowed mode now,
    drag the sides so that the application is squashed, you can still
    see the post and the banner, it resizes automatically.
    I have attatched all of my files in a zip on
    [url=http://www.weebls-stuff.com/forums/showthread.php?t=48673]this
    post[/url]
    Please be aware that this is the first time I have attempted
    to make a proper website so i am a bit of a simpleton when it comes
    to web design, and dreamweaver.
    Any help would be appreciated and you can speak to me on msn
    if it's easier, i am:
    joe501 at hotmail dot com
    P.S if this is in the wrong section sorry!

    Attachments will not get through. Upload your file and post a
    link
    instead.
    joe501 wrote:
    > Hi
    >
    > I am attempting to make a website in dreamweaver, with
    animated swf files for
    > the banner and buttons. My problem is with the sizes.
    >
    > I want to get all of the buttons next to each other,
    with little or no gaps.
    >
    > I've tried making a table and putting each button in a
    different column, but
    > there are still massive gaps.
    >
    > The other problem is to do with the web browser, I
    think.
    >
    > I want it to be like most sites, if the user dosent have
    the page full screen,
    > the banner and buttons will resize so that the user can
    see all of the site,
    > normally until you have squashed the browser halfway.
    >
    > For example, when you drag the corners of a swf file
    while it is playing, the
    > image resizes so you can see the whole of it, no matter
    how small you make the
    > application.
    >
    > I want my imported swf file in dreamweaver to resize if
    the user does not have
    > the web browser full size.
    >
    > For example, if you have your browser in windowed mode
    now, drag the sides so
    > that the application is squashed, you can still see the
    post and the banner, it
    > resizes automatically.
    >
    > I have attatched all of my files in a zip on this post
    >
    > Please be aware that this is the first time I have
    attempted to make a proper
    > website so i am a bit of a simpleton when it comes to
    web design, and
    > dreamweaver.
    >
    > Any help would be appreciated and you can speak to me on
    msn if it's easier, i
    > am:
    >
    > joe501 at hotmail dot com
    >
    > P.S if this is in the wrong section sorry!
    >
    Bonnie in California
    kroko at
    sbcglobal dot net
    http://www.theanimalrescuesite.com/cgi-bin/WebObjects/CTDSites.woa

  • Interface help needed (Edirol FA-66) - works with Tiger, not Leopard

    I have an Edirol FA66 that works fine on my Macbook running Tiger, but doesn't show up as a device on my iMac running Leopard. Can anyone help please? Thanks....

    I used Edirol FA-66 interface successfully with my Intel iMac using Tiger & Logic, iTunes etc for a year, and it worked great. I upgraded from 10.4.4 to 10.4.11 when the system wouldn't recognize M-Audio Radium keyboard. After the upgrade keyboard is on board but now FA-66 doesn't work at all, crackles, static, no sound or device recognition. Must be some glitch in 10.4.11..? Downgraded and the keyboard is gone. Upgraded and the interface is gone. Crazy!
    If I buy Leopard, will it resolve both?? I don't want to get Leopard and weigh down my system with all the stuff that goes with it and have the Edirol stuck in the same situation. Is there anyone out there who has experienced this and can recommend a particular version of Leopard?
    Thank you
    Mara

  • Help needed using multiple midi controllers with logic as rewire master

    Hi all, i've been using logic 8 for a while now and have finally settled down after learning lots of digital production theory, to sorting my studio setup and start producing for real.
    My setup includes 1 24" iMac 2.56ghz with profire610 interface, 1 behringer bcf2000, 1 mpk61, 1 apc40 and I'm using logic 8 with reason 5 and live 8 rewired and have recently brought in the komplete 7, sylenth and max5 plug-ins. My aim is to assign the behringer to logic to control it's tracks in the mixer, the apc40 with ableton (obviously!) and the keyboard switching between all three daws but more importantly keeping the mpc pads for the kong drum designer in reason.
    Am I right in thinking logics environment section can offer me a workable option to get complete routing control over the midi messaging between the controllers and the daws??
    Have I explained myself right?
    Any help is greatly appreciated and thanks in advance

    and I forgot to mention I'd like to be able to send and recieve audio and midi between the 3 daws like using one to sequence another and say be able to export midi/audio to ableton and start it playing.
    I also dj so I would ultimately prefer to be creating and compiling drum and synth loops and easily pass them to ableton whether in the studio or at a gig.

Maybe you are looking for