Lightbox Embedded HTML not working

Hi, I have been building video lightboxes, and once I put the HTML in them, they will work, then go back to displaying the default text.
I uninstalled, and re downloaded the muse software, and tried to build an entire new site from scratch to see if that helped, but the same thing happened.  Works once in preview, then once I add the second lightbox, the first one goes back to the default text and will not display the embedded HTML (Vimeo Video).
Is there an issue with more than one lightbox on a page?  I want to do one for each of the videos on my page, 20-30.
Any help would be appreciated, it just comes out of nowhere with no other changes and has me stumped.

Hi,
It still sounds like Dave is on the right track with the rich text vs. plain text.
In TextEdit, when you have the file open, under the Format menu at the top of the screen there is an option to toggle to format. Does it say 'Make Plain Text' or 'Make Rich Text'? If it's the former, it's currently Rich Text.
As for the Terminal commands, 'cd' is used to move to a different folder.
Pedro-Correas-Sexy-Box:Desktop Pedro$ cd Desktop
-bash: cd: Desktop: No such file or directory
In the first line, you're trying to move to a folder called Desktop when you are already at the Desktop level Hence it failing.
Pedro-Correas-Sexy-Box:Desktop Pedro$ touch test.html
Pedro-Correas-Sexy-Box:Desktop Pedro$
Many commands do not output anything when they run successfully, as is the case here. You should now have an empty file on the Desktop called 'test.html'.
PS. If you want to post code, enclose the section you want to post between {code} tags to prevent the forum software mangling it.

Similar Messages

  • HTML not working in PL/SQL block..Help me ASAP

    declare
    l_col VARCHAR2(30) :=to_number(to_char(to_date('01-feb-2011','dd-mon-yyyy'),'dd'));
    CURSOR name_cur IS
      select name
          from   od_shift_schedule
          where   year=2011
          and    (month)=('Feb')
           and    decode(l_col,1,"01",2,"02",3,"03",4,"04",5,"05",6,"06",7,
                         "07",8,"08",9,"09",10,"10",11,"11",12,"12",13,"13",14,"14",15,"15",16,"16",17,"17",18,"18",19,"19",20,"20",
                         21,"21",22,"22",23,"23",24,"24",25,"25",26,"26",
                       27,"27",28,"28",29,"29",30,"30",31,"31")='W';
    BEGIN
      DELETE FROM nam;
      commit;
      FOR i IN name_cur
      LOOP
      dbms_output.put_line(i.name);
      htp.p('<b>Employee '||i.name||'  has been ticked.
       </b><br/>');
      EXECUTE IMMEDIATE 'insert into nam(name) values('''||i.name||''')';
      commit;
    END LOOP;
    end;Kindly help me with this
    If i'm wrong here kindly help me that how can i place a display message

    Re: HTML not working in PL/SQL block..Help me ASAP
    Using the community discussion forums for urgent issues is rude and a violation of the terms and conditions.
    http://www.oracle.com/html/terms.html
    >
    4. Use of Community Services
    Community Services are provided as a convenience to users and Oracle is not obligated to provide any technical support for, or participate in, Community Services. While Community Services may include information regarding Oracle products and services, including information from Oracle employees, they are not an official customer support channel for Oracle.
    You may use Community Services subject to the following: (a) Community Services may be used solely for your personal, informational, noncommercial purposes; (b) Content provided on or through Community Services may not be redistributed; and (c) personal data about other users may not be stored or collected except where expressly authorized by Oracle
    >
    Also please read the FAQ on how to ask questions.
    SQL and PL/SQL FAQ
    >
    2) Thread Subject line
    Give your thread a meaningful subject, not just "help please", "Query help" or "SQL". This is the SQL and PL/SQL forum. We know your question is going to be about those things, make it meaningful to the type of question so that people with the right sort of knowledge can pick it up and those without can ignore it. Never, EVER, mark your subject as "URGENT" or "ASAP"; this forum is manned by volunteers giving their own time to help and your question is never urgent or more important than their own work or than other people's questions. It may be urgent to you, but that's not forum members issue.

  • Exported HTML not work in my host.

    Exported HTML not work in my host.
    The program works fine. Looks good in the browser preview and published in businesscatalyst, but when i exporting as html and upload it to my server is bad, all misplaced.

    Thanks for the reply.
    Everything is apparently copied and permissions are well.
    Watch this please.
    So it should be seen:
    http://koldo01.businesscatalyst.com/
    It is seen:
    http://www.koldofuentes.com/

  • Windows 7 Prof / X300 embedded webcam not working

    Hi community,
    I am running Windows 7 on my Thinkpad X300 since Microsoft released Windows 7 Beta. At the beginning, there was quite some trouble with many drivers, but the embedded webcam driver was working well though. When upgrading to Windows 7 RC, a couple of updates have been released in the meantime, so more IBM/Lenovo software was working well.
    Right now, I am running Windows 7 Professional, downloaded all recent driver updates and reinstalled them. Everything is working fine now - except the power management and the embedded webcam. The former is not important for me right now, but the latter one even more. Unfortunately, it is not working at all. It is regularly mentioned in the section "imaging devices" of the device manager without any error. I was using the driver "7tca21ww.exe" for the webcam.
    However, when trying to use Skype, there is only a blank screen in the webcam preview window. In another thread, http://forums.lenovo.com/t5/Windows-7-RTM-Discussi​on/Windows-7-Webcam-driver/m-p/155292, there was a tool mentioned called AMCap, but it is also not working though (terminates evoking the error message "Unable to render the video preview stream - the parameter is incorrect. [0x80070057 / 11878]. Also in another thread, this driver http://www-307.ibm.com/pc/support/site.wss/MIGR-66​973.html was noticed to be working. Unfortunately, this not working neither.
    Any advice on this issue is very much appreciated.

    Hello.
    Lenovo is releasing official Windows 7 updates on a daily basis. I think you'll find the correct driver at this link. Obviously if it fails to work I can only speculate. Good luck.
    Link to x300 drivers.....

  • PrevFrame() buttons in a swf file inserted in html not working in Firefox

    Hi!
    I have a very weird problem.
    I have created a photo gallery using AS3 in Flash CS5. I have used prevFrame() and nextFrame() actions for "previous photo" and "next photo" buttons as well as for "previous thumbnails" and "next thumbnails" buttons.
    All the buttons work fine when i run the swf files as well as when i run the swf files in Firefox 8.0 and IE9. However, once I insert this swf file into my html file using Dreamweaver CS5->Insert->Media->swf, the "previous" buttons dont work in Firefox 8.0! the previous image button works sometimes whereas the previous thumbnails button does not work at all!  They work fine in IE9. The next buttons also work fine in every browser. Heres my code:
    stop();
    thumbprev_btn.visible=false;
    next_btn.addEventListener(MouseEvent.CLICK, nextimage);
    prev_btn.addEventListener(MouseEvent.CLICK, previmage);
    thumbprev_btn.addEventListener(MouseEvent.CLICK, prevthumbs);
    thumbnext_btn.addEventListener(MouseEvent.CLICK, nextthumbs);
    function nextimage(event:MouseEvent):void
    if(mc_content.currentFrame==mc_content.totalFrames)
    mc_content.gotoAndStop(1);
    else
    mc_content.nextFrame();
    function previmage(event:MouseEvent):void
    if(mc_content.currentFrame==1)
    mc_content.gotoAndStop(mc_content.totalFrames);
    else
    mc_content.prevFrame();
    function nextthumbs(event:MouseEvent):void
    thumbprev_btn.visible=true;
    nextFrame();
    if(currentFrame==3)
    thumbnext_btn.visible=false;
    function prevthumbs(event:MouseEvent):void
    thumbnext_btn.visible=true;
    prevFrame();
    if(currentFrame==1)
    thumbprev_btn.visible=false;
    Please help.

    Thankyou Ned. The html file published by flash worked perfectly however the problem persisted even if i used this html file's code. But strangely, the problem disappeared after a few days! Now the original dreamweaver code is also working fine.

  • CFGRID format=HTML not working in IE8

    I'm using Cold Fusion 10 and trying a cfgrid and it does not work in IE8.  It works perfectly in FF, of course. :-).
    It IS within a Cfform in my .cfm file.  Even when I take it down to it's simplest form to try to debug it doesn't work, but here is my original code:
    <cfgrid name = "FirstGrid"
            height="200" width="700"
            font="arial" fontsize="12"
            query = "Getdates"
            SORT="Yes"
            selectmode="edit"
            format="html"
            >
            <CFGRIDCOLUMN NAME="anumber" DATAALIGN="LEFT"
            BOLD="No" ITALIC="No"
            SELECT="No" DISPLAY="No"
            HEADERBOLD="No" HEADERITALIC="No">
        <CFGRIDCOLUMN NAME="schoolyear" HEADER="School Year"
            HEADERALIGN="LEFT" DATAALIGN="LEFT"
            BOLD="Yes" ITALIC="No"
            SELECT="Yes" DISPLAY="Yes"
            HEADERBOLD="No" HEADERITALIC="Yes">
        <CFGRIDCOLUMN NAME="doh" HEADER="Date of Hire"
            HEADERALIGN="LEFT" DATAALIGN="LEFT"
            BOLD="No" ITALIC="No"
            SELECT="Yes" DISPLAY="Yes"
            HEADERBOLD="No" HEADERITALIC="No" type="date">
        <CFGRIDCOLUMN NAME="leavedate" HEADER="Leave Date"
            HEADERALIGN="LEFT" DATAALIGN="LEFT"
            FONT="Times" BOLD="No"
            ITALIC="No" SELECT="Yes"
            DISPLAY="Yes" HEADERBOLD="No"
            HEADERITALIC="No">
        <CFGRIDCOLUMN NAME="Returnfromleavedate" HEADER="Return From Leave Date"
            HEADERALIGN="LEFT" DATAALIGN="LEFT"
            BOLD="No" ITALIC="No"
            SELECT="Yes" DISPLAY="Yes"
            HEADERBOLD="No" HEADERITALIC="No">
        <CFGRIDCOLUMN NAME="terminatedresignedretireddate" HEADER="Terminated/Resigned/Retired"
            HEADERALIGN="LEFT" DATAALIGN="LEFT"
            BOLD="No" ITALIC="No"
            SELECT="Yes" DISPLAY="Yes"
            HEADERBOLD="No" HEADERITALIC="No">
        </cfgrid>
    Thanks for any help!
    B.

    Sorry, I should have used the code tags. Let me ask that again.
    I have HTML formatted data stored in VARCHAR2 columns on the database for which I am using a stylesheet to format into XSL-FO to resolve the HTML tags. For example, my data template populates a field PARAGRAPH_TEXT with content such as
    <b>some bold text</b>and I am using
    <xsl:apply-templates select="PARAGRAPH_TEXT"/>in my RTF template to process the data using the stylesheet to convert it to
    <fo:inline font-weight="bold">some bold text</fo:inline>The HTML tags are corrrectly resolved when using the BI Publisher Word add-in and the output is correctly rendered in bold text but this does not happen when running on the server in an E-Business Suite environment due to the HTML tags in the output XML being generated as e.g. &lt;b&gt; instead of <b>. Has anybody experienced this and, more importantly, can anybody suggest a way of getting e.g. <b> in the XML instead of &lt;b&gt;

  • Using AS Linkage name for embedded font not working in CS6

    "Myriad Pro" with bold and italic styles embedded with the linkage names "Body", "BodyBold" and "BodyItalic".
    Creating a TextField using Flash CS6's toolbar and setting its font to "Body*" works fine, but not when its htmlText value has <b> and <em>, etc, tags.
    This also does not work:
    style.setStyle(".something", {fontFamily:"BodyBold"});
    ... but this does:
    style.setStyle(".something", {fontFamily:"Myriad Pro Bold"});
    Using the AS Linkage name worked in prior versions. I like using them because I can change global fonts for "stage" elements.

    Justin_WX wrote:
    So on the list it says Arial http://support.apple.com/kb/ht5484 which is a font from Apple, which is different from Microsoft, but are named the same...
    Is there a list of Microsoft Fonts that will work with Pages?
    Are you actually seeing a noticeable difference in the fonts after conversion? While there are some difference between those fonts, they are very subtle differences and in all likelihood will not really change the look of the document.

  • Emails with Embedded HTML not coming thru to Mail

    Hi,
    I am running 10.4.10, and I email out a newsletter with Thunderbird 2.0.0.9 so that I can embed an HTML file into it. For 2 days, I have been testing it by emailing to myself from my ISP address to my .mac address, and also to my 3 email addresses that I have thru my ISP (pop account).
    For some reason, the email never arrives in my .Mac box, but it arrives immediately in my 3 pop account boxes and views perfectly. I have used the same security settings since I can remember. I receive iTunes news in my /Mac box (which is embedded HTML right?)
    Why doesn't the email go thru to my .Mac address? I have done this almost monthly for 2 years and have had no problem up til now.
    When I log onto my \Mac web mail, the email is not there either.
    I called my ISP tech support yesterday and the nice guy tried to help, but he wasn't sure how long Apple takes to scan emails containing HTML's. He seemed to think the email could still be enroute but I sent about 14 last night and they astill haven't arrived.
    thanks

    Could Apple have recently increased its security to block unwanted SPAM, and now my computer thinks this email is SPAM?

  • Embedded SWFs not working with Flash 9

    Hello,
    I am also plagued with the Flash Player 9 issue. None of my
    embedded SWF files work if I publish with this version of the
    player installed. I ran the uninstaller and I'm now using version
    8. However, each time I open a PPT file I get an error saying "some
    controls on this presentation can't be activated. they might not be
    registered on this computer". This is very irritating. So, my SWFs
    still don't work. I found that if I register the v9 ocx and
    re-insert the SWFs, they will publish properly (while the Player 8
    is installed). However, I have about 50 existing PPTs with anywhere
    from 10-30 SWFs per presentation. I'd like to avoid this method if
    possible. Does anyone know of an easier solution? Thank you.

    good morning DocDVM and Supermercado Gato,
    I have the same issue with embedding SWF files into Breeze. I
    have been doing some searching the last two weeks and i found an
    tech note that you might want to read. It seems that Breeze is not
    really set up for Flash player 9 so Adobe came up with a work
    around. Read the technote.
    http://www.adobe.com/go/f9204eb8
    I am having my IT Department update Breeze for me so i will
    let you know if it works or if you update your Breeze let me know
    if this fixes the issue.

  • HTML not working Mail 5.2

    I have always had html mail issues with my iMac since August 2011. I use yahoo.
    For the most part, 90% of my emails display html just fine. The problem I have is one day an email will display html fine and then the next it would be in text form practically useless. And for some html emails, it never displayed the email correctly albeit my iPhone 5S does.
    My preference for displaying remote images in html is obviously checked.
    Any help would be appreciated.
    P.S. Another issue I have with Mail is that all my Yahoo folders (under mailboxes) after having Mail opened for a length of time will disppear out of the blue. In order to get them back, I have to close out Mail and relaunch. I still have access to inbox, sent, trash, and junk. But "Yahoo!" folders displayed under those are gone for some reason until I relaunch.

    This is not related to HTML, but to Mail 5.2. I can't seem to get back to widescreen layout in my mac mail. I'm not sure what I did, but is there a way to get the 3-way split screen back? I went into Preferences and tried that, but nothing changes. I've read that once you go back to classic mail, you cannot get the widescreen layout back. Anyway, tried the Letterbox app. as well, is not working on Mail 5.2
    Any help would be nice. Thanks!

  • My HTML not working in iWeb '09

    I designed and published a site in iWeb but want to add a small text box that scrolls similar to the one found on AVClub.com (the newswire box except without the content comprised of links).  I sent a copy of my homepage to a friend of mine and he was able to insert the HTML necessary to make this box appear.  I sent him the index.html file and he emailed me back a copy just renamed as homepage.html.  When I try to open homepage.html in iWeb, it is not recognizing the text box.  I have usually just added the file to the local folder where index is.  I tried to also rename homepage.html to index.html, therefore rewriting it and then publishing my site, thinking that the site would now how the text box in it.  To clarify, I know that the HTML he embedded works properly, because when I open homepage.html in a browser on my computer, it displays properly with the text box. 
    Therefore, I was wondering if there is a way to directly edit the HTML through iWeb (is there a simple way through Widgets?), or can someone recommend the best approach to adding this style text box to my homepage.  Pretty much all I need is a scrolling text box I can edit easily.  Also once that is edited, do I just go about publishing it normally through iWeb?  Any help would be greatly appreciated.  Thanks.

    This is exactly why iWeb itself contains html snippets or widgets under the media section.
    If you want scrolling text boxes, then you insert your html code into an html snippet placed on the page wherever you want it and with the correct code entered it will become a scrolling text box directly in iWeb.
    The only thing that you can do now is to open the index.html page that your friend added the html code to with a text editor such as Text Wrangler that can be downloaded for free.  Open the page using this and find the appropriate code that was inserted and then copy this code.  When you have copied the code open your original site in iWeb - so you need to go to your domain.sites file and open this directly or simply open iWeb and find your site. 
    When you have done this, go to the page of your site that you want the scrolling text inserted on and drag and drop an html snippet onto this page from media and then copy and paste the html code into the snippet and click apply and you should get the same scrolling text box directly in iWeb that you had before.
    As others have already said, iWeb is not an html editor and is unable to open already published pages.
    Use the html snippet in iWeb to insert any code that you need to.

  • Embedded Flash not working on Safari/Google Sites not just my system

    Hi-
    This issue is not limited to my system.
    First some information on my system:
    Intel based iMac
    OS X 10.6.5
    Safari Version 5.0.2 (6533.18.5)
    Site affected: www.trpeters.com
    I uninstalled Flash Player and reinstalled the latest version 3 times yesterday. However, this issue is not limited to this computer alone and I am more concerned about others not being able to view my work on their computers.
    The slideshow does not show up on Safari on this computer or on my windows machine. I had a friend check from her computer in a separate location and a totally different connection and she cannot see it either. I have tested it on Chrome and Firefox and it is visible.
    Here is the embedded code generated by Zenfolio:
    <embed type="application/x-shockwave-flash" quality="high" width="640" height="480" align="" src="http://cdn.zenfolio.net/zf/code/slideshow/embedded.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" allowFullScreen="false" flashvars="id=921220293&background=0x000000&delay=3&transition=4&loop=1&random= 0&allowfs=0&allowthumbs=0&showlink=0&allowtitles=0&showtitles=0&autostart=1&allo wtopbar=0&allowcontrols=0&transparent=0&loopmusic=1&frame=0x000000&preloader=http%3A%2F%2Fcdn.zenfolio.net%2Fzf%2Fcode%2Fsli deshow%2F002.swf&preloaderparams=color%3D0xffffff"></embed>
    The slide show does play in the preview window when I generate it on zenfolio.
    When I insert the HTML code into my Google site at www.trpeters.com the slideshow will play in a preview pane.
    When I click update the slide show disappears and a blank Google gadget box appears.
    The gadget shows this code snippet embedded. I am not an HTML coder so I am not sure if it has changed in any way:
    <embed xmlns="http://www.w3.org/1999/xhtml" align="" allowFullScreen="false" flashvars="id=921220293&amp;background=0x000000&amp;delay=3&amp;transition=4&am p;loop=1&amp;random=0&amp;allowfs=0&amp;allowthumbs=0&amp;showlink=0&amp;allowti tles=0&amp;showtitles=0&amp;autostart=1&amp;allowtopbar=0&amp;allowcontrols=0&am p;transparent=0&amp;loopmusic=1&amp;frame=0x000000&amp;preloader=http%3A%2F%2Fcdn.zenfolio.net%2Fzf%2Fco de%2Fslideshow%2F002.swf&amp;preloaderparams=color%3D0xffffff" height="480" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://cdn.zenfolio.net/zf/code/slideshow/embedded.swf" type="application/x-shockwave-flash" width="640" />
    When I preview from within the gadget I get a blank brown screen., not black?
    And when I click OK I just get a black 640x480 box which you should be able to see from within Safari yourself. This used to work fine. I don't know what has changed to make it non-functional.
    Thank you,
    Tim

    HI,
    Click your Apple menu / Software Updates. Safari 5.0.3 is available for download. Make sure and repair permissions after the update is installed.
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac.
    If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    And delete the Flash cache. Instructions on this thread: http://discussions.apple.com/thread.jspa?messageID=11672709&#11672709
    Carolyn

  • Need help please swf html not working right

    Hello everyone,
    I created a game in keynote for my HS kids with links to the right slide according to whether or not they are the correct answer.
    I exported it to flash. I got two files xxx.swf when I click on this on my desktop it opens in safari with a black background and it plays.
    the second file is xxx.html when I click on this on my desktop it opens in safari and plays in a smaller frame with a white background.
    So I uploaded my swf to idisk and I copied the content of the HTML in a snippet. I thought it would work. It does not.
    I could not care less about the background I just want one or the other to work but I can figure it out.
    Thank you in advance for your help
    Mireille

    Upload the SWF and the HTML file to your website folder in Finder/Go/iDisk/My iDisk/Web/Sites.
    Create a link on any web page to the HTML file....
    http://web.mac.com/username/WebsiteName/xxx.html
    ... and select "open in a new window" if you want.
    Clicking the link should then open your movie to play in a new window.

  • YouTube embedded videos not working on iWeb 3.01/Safari?

    My website has three videos, uploaded to YouTube and the embed codes downloaded to iWeb 3.01 site using HTML.
    All three videos work on the site pages, although video one uses the "new" code and videos two/three use the "old" code.
    In each case, I have had to add http: before //www.youtube.com to make these videos load to the iWeb site.
    After uploading the site to Host Co. using FTP. The site works perfectly when using Firefox. But when using Safari video one will play
    but videos two and three will not play and an error message is displayed.
    Please help - am I missing something from the coding, or do I need to do something specail for Safari?
    I am not an expert on coding.
    Thank you

    Thank you Wyodor, I also believe the solution may be simple, if it helps (and for all you coding experts out there) these are the three video/codes being used. For each code I had to add after "  http:  and before
    //www.youtube to load videos to iWeb using html widget.
    Video One code
    This video on published website - plays using both Safari and Firefox.
    <iframe width="1000" height="563" src="http://www.youtube.com/embed/rrMsYI6XVSw?rel=0" frameborder="0" allowfullscreen></iframe>
    Video Two code
    This video on published website - plays using Firefox but will NOT play using Safari.
    <object width="1000" height="563"><param name="movie" value="http://www.youtube-nocookie.com/v/MDfE087Hgvw&hl=en_US&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/MDfE087Hgvw&hl=en_US&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1000" height="563"></embed></object>
    Video Three code
    This video on published website - plays using Firefox but will NOT play using Safari.
    <object width="1000" height="563"><param name="movie" value="http://www.youtube-nocookie.com/v/X5n6M66jgUo&hl=en_US&fs=1&rel=0&color1=0xe1600 f&color2=0xfebd01&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/X5n6M66jgUo&hl=en_US&fs=1&rel=0&color1=0xe1600 f&color2=0xfebd01&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1000" height="563"></embed></object>
    If anybody knows the solution to this problem I will be pleased to hear from them. I am not a coding expert!

  • HTML Not Working

    My mail has been working fine until a few days ago & suddenly my html email won't show up as html. It either shows up as plain text or I get a message like this: "We attempted to deliver this message to you with HTML formatting. However, your e-mail program does not support HTML-enhanced messages."
    I have ran Onyx to repair permissions and other maintenance & it did nto help. It is not my ISP or domain. I use IMAP and messages show up just fine on my other computers.
    I have tried "Send Contents of this page" from Safari & it showed up as plain text. It even showed in the sent folder as plain text. Yet on other computers I could view it correctly.
    I do have Show images checked in my Mail preferences. I have not changed anything, except to install the newest security update. Any ideas on how to fix this?
    Thank You,
    Mary Lee

    Did you also deploy the necessary .js files?
    Tracy

Maybe you are looking for

  • How to use ssd as boot drive and hdd as storage on a macbook pro 13

    Does anyone know how to use SSD as boot drive and have HDD in optical bay as storage on a Macbook pro 13. I mean in that both drives work as one . by formatting using mac software . I would like to run all programs and OS but would love to have my do

  • How to pass contents in email body for output type medium external send

    Hi , In my requirement i am send attachment to external send using open_form function module with email content blank,So now my requirement is add 2 to 3 line email content should come in external mail with attachment through open_form function modul

  • .bbb file type

    A .bbb file type is used to back up my 8820 files.    I have Windows 7 operating system on my PC  which does not recognize this file type.  How do I open the back up files?

  • FB60 changing Translation date/exch rate

    Hi, In FB60 we have the Translation date and exch rate in 'Local currency' tab modifiable. However when you change it and press enter it automatically changes back to the original value (which is equal to invoice date and exch rate). So in fact I can

  • How do i import 480x360 ipad video into fce?

    I'm trying to import video from my ipad into fce. Is there a way to set up my sequence with 480x360 parameters? I'd rather not have to render it when bringing it in. Thanks, Bob