HELP NEEDED ASAP! SIMPLE ONE!

I'm a noob so please dont shout at me....!
Okay, I have a 1x1 table, and an image....i need tick boxes
and image maps ontop of this image. Now I thought I'd have to set
the image as a background image in the table, but in doing so, I
cant see a way that I can add my maps or tick boxes........and If
the image is simply placed in the table as an image, I cant add the
tickboxes, but can add the maps........what should I do??
Please can someone help asap as this is the final stage of a
stupid uni project that needs handed in in a day or so....
Thanks in advance!!
Mark

mthorpe84 wrote:
> Lol that's utter garbage. As much as I appreciate the
help from you guys n
> gals, graphic design, as a degree is the study of
design, design traits,
> publication, print, typography etc etc. Flash is as much
web work that any
> graphic design school will follow. And just for the
record, I'm at what's
> regarded as one of the top 3 design schools in the UK,
so please don't give me
> that crap.
I was at an elite university many years ago, so can
understand the
feeling of a student who "knows it all". I thought I did,
too. When I
got out into the real world, I discovered that what
university teaches
you, although valuable, means little until you have built up
practical
experience.
Perhaps your design school was trying to tell you something
when it
decided the project was to be a web page. Lesson:
understanding the
basics of the web is just as important to your craft as
print,
typography, and all the rest.
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Similar Messages

  • Help needed asap! Will my IPAD 3G wifi work in another country with the sim of a 3G services provider?

    Help needed asap! I want to buy an IPAD 3G + Wifi before I return to my country from the US. The problem is that I have GSM service providers in my country that provide 3G services but I am wondering if their SIM card would work in the IPAD? In other words, can I get an unlocked IPAD 3G wifi? Thanks for helping out

    The AT&T 3G iPads (which are GSM/sim based) in the US are not locked (the Verizon models are CDMA based so they effectively are). So as long as you can get a sim in your own country you shouldn't have a problem

  • Error messages help need asap!!!!

    hi this is my code and I need help with what i need to do and how to do it to get rid of the error messages
    CREATE OR REPLACE FUNCTION
    no_of_task_types (x NUMBER)
    RETURN NUMBER IS
    my_val NUMBER;
    BEGIN
    SELECT COUNT(distinct t.task_type_no)
    INTO my_val
    FROM employee e, assignment a, task t
    WHERE e.employee_id = x
    AND e.employee_no = a.employee_no
    AND t.task_id = a.task_id
    RETURN tasktotal;
    END;
    SHOW ERRORS
    these are the error messages:
    Warning: Function created with compilation errors.
    Errors for FUNCTION NO_OF_TASK_TYPES:
    8/1     PL/SQL: SQL Statement ignored
    13/27     PL/SQL: ORA-00933: SQL command not properly ended

    Hi,
    Welcome to the forum!
    Don't say things like "urgent" or "asap" (as in your title, "error messages help need asap!!!!"). It's rude.
    971848 wrote:
    hi this is my code and I need help with what i need to do and how to do it to get rid of the error messages
    CREATE OR REPLACE FUNCTION
    no_of_task_types (x NUMBER)
    RETURN NUMBER IS
    my_val NUMBER;
    BEGIN
    SELECT COUNT(distinct t.task_type_no)
    INTO my_val
    FROM employee e, assignment a, task t
    WHERE e.employee_id = x
    AND e.employee_no = a.employee_no
    AND t.task_id = a.task_id
    RETURN tasktotal;
    END;
    SHOW ERRORS
    these are the error messages:
    Warning: Function created with compilation errors.
    Errors for FUNCTION NO_OF_TASK_TYPES:
    8/1     PL/SQL: SQL Statement ignored
    13/27     PL/SQL: ORA-00933: SQL command not properly endedIt looks like you're missing a semicolon at the end of line 13; that's why the statement beginning at line 8 can't be understood.
    Also, you store a number in my_val, but never use that number, and you have a variable called tasktotal that's never defined. Should my_val and tasktotal be the same variable?
    Perhaps this is what you want:
    CREATE OR REPLACE FUNCTION
           no_of_task_types (x NUMBER)
    RETURN NUMBER IS
        tasktotal   NUMBER;
    BEGIN
        SELECT  COUNT(distinct t.task_type_no)
        INTO    tasktotal
        FROM    employee e, assignment a, task t
        WHERE   e.employee_id = x
        AND     e.employee_no = a.employee_no
        AND     t.task_id        = a.task_id;          -- ; at end is important
        RETURN tasktotal;
    END;
    /This question doesn't have anything to do with SQL*Plus, so maybe the SQL*Plus forum isn't the best place for it. This is strictly a PL/SQL problem; in the future, post questions like this in the PL/SQL. The FAQ page for that forum, {message:id=9360002} , can really help you.

  • Please help; Need 7 simple errors correcting asap to hand in Monday

    this code i typed has 2 errors; Can someone correct and help please?
    import java.util.scanner;
    public class dh{
    public static void main(String[]args){
    Scanner lire=newScanner(System.in);
    double dh=1,somdudh=0;
    System.out.printlen("reste");
    reste=lire.nextdouble();
    System.out.printlen("nb100dh");
    nb100dh=lire.nextdouble();
    System.out.printlen("nb50dh");
    nb50dh=lire.nextdouble();
    System.out.printlen(m);
    m=lire.nextdouble();
    While (dh!=0);{
    System.out.printlen("entrer le montrant");
    dh=lire.nextdouble();
    somdudh=somdudh+dh;
    System.out.printlen("vous devez"+dh+"dirhams")
    System.out.printlen("montrant verse");
    m=lire.nextdouble();
    reste=m-dh;
    nb100dh=0;
    While (reste>=100){
    nb100dh=nb100dh+1;
    m=lire.nextdouble();
    reste=reste-100;
    nb50dh=0;
    if(reste>=50)
    {reste=reste-50;}
    System.out.printlen("rendu de la monnaie");
    System.out.printlen("billets de 100dh nb100dh");
    System.out.printlen("billets de 50 dh nb50dh");
    System.out.printlen("pieces de 10 dh reste");
    Thank you,
    Amissan

    goodmorning;i want to think you a lot ,i do want you advice me to do but i still have one problrm please could you check my new code pleaseimport java.util.Scanner;
    public class Dirhams{
    public static void main(String[]args){
    Scannerlecture=new Scanner(System.in);
    double dh=1;
    double somdudh=0;
    double reste;
    double m;
    double nb100dh;
    double nb50dh;
    while (dh!=0){
    System.out.println("entrer le montrant:");
    dh=lecture.nextDouble();
    somdudh=somdudh+dh;
    System.out.println("vousdevez"+dh+"dirhams");
    System.out.println("montrant verse"+m);
    m=lecture.nextDouble();
    System.out.println("reste");
    reste =m-dh;
    nb100dh=0;
    while (reste>=100){
    nb100dh=nb100dh+1;
    reste=reste-100;
    nb50dh=0;
    if(reste>=50)
    {nb50dh=1;
    reste=reste-50;}
    System.out.println("rendu de la monnaie");
    System.out.println("billetsde100dh"+nb100dh);
    System.out.println("billets de 50dh"+nb50dh);
    System.out.println("pieces de 10 dh"+reste);
    it s give me 3 errors
    1/^Scannerlecture=new Scanner(system.in);
    2/dh=^lecture.nextDouble();
    3/m=lecture.nextdouble();
    these are the 3 errors
    thank you once again                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Simple help needed asap

    I just bought an iphone 4s today and cannot close apps like on the old iphone 4. WHAT DO I DO NOW?

    If you are running iOS 7 double click on the home button then swipe up on the app you want to close.

  • Error in Jdeveloper 10g in Remote deployment : Help Needed ASAP

    Hi,
    Am trying to deploy the simple application to remote oracle IAS server from Jdeveloper 10g. It is not allowing me to deploy any application remotely. The deployment log window shows following message:
    Target platform is Oracle9i Application Server (AppServerConnection1).
    Wrote WAR file to C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.war
    Wrote EAR file to C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear
    Invoking DCM servlet client...
    C:\jdev10g\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\jdev10g\jdev\lib\oc4j_remote_deploy.jar http://as18schgefage:1811/Oc4jDcmServletAPI/ ias_admin **** redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Command = INVALID_COMMAND
    #### Invalid command: redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    #### Could not send command to Oc4jDcmServlet
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-6)
    #### HTTP return code was -6
    Exit status of DCM servlet client: -6
    Elapsed time for deployment: 4 seconds
    #### Deployment incomplete. #### Mar 16, 2005 9:20:03 AM
    Please help asap.
    Regards,
    Ujwala

    1. Re-test your connection from JDev to AS and it must success.
    I suggest to create a new OC4J instance on AS and fill
    the instance name on the dialog window while
    creating AS Connection on JDev. i.e OC4J instance name (optional)
    2. For JDev 9.0.5.x/10.1.2 using AS 9.0.4,
    don't forget to install ADF Runtime Libraries on AS.
    3. Make sure your AS support JDK/J2SE version as in JDev.
    JDev 10.1.2 need AS to use JDK version 1.4.2_04-b05.
    You can download it from http://java.sun.com/products/archive/j2se/1.4.2_04/index.html
    and install it.
    To cek your ORACLE_HOME/jdk/bin/java -fullversion
    Regs,
    Ferry Situmorang

  • IPhone 4 accessory help needed asap

    Okay so here's the deal,
    I used to have the first generation IPOD and I connected it to my after market DVD system that is in my car. I wouldn't be able to tell you the brand because there isnt one.
    But the connection is two small USB connectors on one side and on the other the iPod charger connector.
    Normally I plug my iPod in and go to the iPod menu in the system and then navigate through that to play the songs over my car speakers.
    I have recently purchased an iPhone 4. And I am no longer able to do this.
    I connect the accessory and it says this is not optimized for iPhone 4 you may experience some disruption in the background
    I navigate the same way my play lists pop up and everything is the same but when I click it no sound comes out.
    And when I navigate through the actual iPhone the sound comes out the iPhone even whilst still connected.
    Is there anything I can do to make this accessory work??
    Any settings I can change, any apps I can download.
    Any advice would help.
    Cheers in advanced.

    unfortunately if its not working you need a update from apple or a update from the manufacturer there has been a lot of complaints about car stereos not working with the iPhone 4 and it def has something to do with the software that apple is shipping there is no magic application or magic setting that is going to change this sorry

  • Blackberry Storm Problems..​.Help Needed ASAP

    Soooo...for some strange reason i bought a BB Storm : /  when i got it (yesterday), i charged it and it charged up fine. but the battery ran down rather quickly. So i am now tryin 2 charge it up again and it is not giving one bit of charge. i just left it for 3 hours and came back to check it and it went dead...i did a battery pull twice and still nothing. what is my next move???

    Hi and Welcome to the Community!
    Please try this sequence...note that, throughout the entire 4h15m process, your BB must remain connected to a known-good wall charger (not PC USB):
    With the battery inside, connect your BB to the wall charger
    Leave it alone for 2 hours, no matter what the LED or the display does
    Remove the battery
    Wait 15 minutes
    Insert the battery
    Wait another 2 hours, no matter what the LED or the display does
    This has been known to "kick start" some BBs.
    It is also possible that your battery or BB has experienced a problem...to test, this sequence is needed:
    Obtain a known good and already fully charged additional battery...use it in your BB and see what happens
    Obtain access to a known good and identical BB...use your battery in it and see what happens
    The results of this will indicate if it's your BB or your battery that has the problem.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HELP Needed ASAP! Curve Not Turning On, Red Flashing Lights!

    Hi,
    I have a Blackberry curve 8310. I plugged my curve into my mac to do a software update. Midway through, my phone shut off and hasn't worked since. The battery is fully charged. The phone is off and won't turn on. Additionally, there is a red LED light blinking twice every few seconds. I think I found an article on blackberry.com's knowledge database that diagnosed my issue, but my problem now is that because the curve isn't turning on/off, it's not connecting to my mac's desktop manager. So I can't do anything the article tells me to do. What should I do now? I need help ASAP!
    Here's the link to the article: http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB19915
    Thanks in advanced!

    Hello Asmro and welcome to the BlackBerry Support Community Forums.
    It can take up to 30 minutes for the Mac to connect to the BlackBerry.
    I would remove your battery and connect to the BlackBerry Desktop Manager. Once it comes up there is no software installed, re-insert the battery and follow the article KB19915.
    Let me know how you make out.
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Help needed writing simple PL/SQL statement

    Hi,
    I need to run the following delete statement in a PL/SQL procedure but for it to commit every 1000 rows or so. Can anyone help?
    DELETE
    FROM IDIS.YPROCRULES A
    WHERE 1 = 1
    AND NOT EXISTS (SELECT 'X' FROM IDIS.YPROCCTRL B WHERE A.SEQ_0 = B.SEQ_0)
    Thanks
    Mark

    The fastest most efficient way of doing the delete is to write it in one sql statement as you have done.
    Commiting every 1000 rows means you have to use row by row processing. A lot of us call this slow by slow processing.
    Every time you commit in a loop , you increase the risk of snapshot too old error, plus you actually slow down the processing, as well as give you issues with regards to what happens if your process fails after x iterations. (some of your data is commited, other data is not, how do you restart the process)
    The correct approach is to have appropriately sized rollback/undo segments.

  • Gmail related help needed ASAP

    Hi guys, this is my first post here. The iPhone has been great so far but I'm in a bit of a bind with some Email features and wanted to see if any of you 1337 pros can help me out.
    I have road runner email and it's all routed to my gmail account. I setup my gmail to go through my iPhone now. The problem is my iPhone wants to download all 3678 messages in my gmail account! Even the ones I already looked at. It also sends all my replies back to me.
    How can I setup my gmail and iPhone so that it only downloads new messages from today forward? Also how can I set it up so that the emails stay NEW on GMail even tho I may read them on my iPhone?
    Thanks for any help in advance I appreciate it.
    Regards,
    iPhone Gmail setup retard. =P

    I can probably help with the more pressing problem, the 1000+ emails. The fix, I think, is on the Gmail side. You need to go into settings and turn off POP access to your Gmail and save the changes. Then, you can re-activate POP but set it to only retrieve messages from now going forward. This is what I did when I configured my phone and it worked.
    As to keeping the messages "new" even after reading them on your phone, so long as you are using POP to get the Gmail, this should happen as a matter of course, at least it does for me but the forwarding of stuff from your cable account might have some impact upon that, I don't know.

  • Sql gurus help needed.. simple but awkward

    Im trying to use dates stored in a char field...field called segment1
    2006/09/11 00:00:00 This is the format they are being stored as
    When i select this data im converting to date format to make it look good to_date(tppc.segment1,'YYYY-MM-dd:HH24:MI:SS')
    The problem is in the where clause, when i goto put a condition in its like it does not recognise the date format.....
    so where to_date(tppc.segment1,'YYYY-MM-dd:HH24:MI:SS') = '31-OCT-2008' ..... error - ORA-01841: (full) year must be between -4713 and +9999
    so where to_date(to_date(tppc.segment1,'YYYY-MM-dd:HH24:MI:SS'),'DD-MON-YYYY') = '31-OCT-2008' again error ORA-01841
    I have checked all the data and the format 2006/09/11 00:00:00 is the same in all records...
    Does someone know what to do ....
    Data Output ---- TO_CHAR(to_date(tppc.segment1,'YYYY-MM-dd:HH24:MI:SS'),'DD-MON-YYYY') - 11-SEP-2006

    Hi Sharky,
    Are you completely sure that all of the records in your table contain properly formated date strings in segment1?
    you can check it with a simple function:
    create or replace FUNCTION "VALIDATE_DATE"
        (   date_String VARCHAR2,
            format      VARCHAR2 := 'dd-mon-yyyy' )
        RETURN VARCHAR2
        DETERMINISTIC
    IS
        dt DATE;
    BEGIN
        dt := to_date( date_string, format );
        RETURN 'Y';
    EXCEPTION
        WHEN OTHERS THEN
            RETURN 'N';
    END;
    /which you use to select records which have invalid dates like so:
    select *
      from your_table
    where validate_date(segment1, 'YYYY-MM-dd:HH24:MI:SS')='N';The next thing to consider is that when you use a to_date function on segment1 you are converting it to a date data type, but in your comparisson you are comparing that data data type to a string constant. To perform the equality test Oracle needs to change the data type of one side of the equality to match the data type on the other side of the equality. Generally speaking you should explicitly convert one of them to match the other. For example you should wrap your string constant in a to_date function so you end up comparing two dates, or since the segment1 value is already in a canonical date format, you could change your string constant to the same canonical date format removing the to_date off of segement1 so you are just doing a string comparison.

  • Help needed with simple image enlargement when viewing a gallery

    Hi
    I have a gallery component linked to a data thumb list. This all scrolls fine and works. When someone clicks on a thumb it shows the
    image larger. Then I would like it if you click on the larger image it fills the height of the page to see an even bigger view. I have managed to do this but some of the buttons do not work in the area were this image is even if the image is not showing and the image will not go back to its off state even though it has an interaction to do so. If I drag the image component down the layers panel so it is behind all the other bits on my page it all works, the image enlarges and disappears so the previous state is shown. The problem with this is I want the image to cover everything behind it, not be behind everything. I have included a couple of screen grabs just to give you an idea.
    sc 1 simple data list and image component
    sc2 Enlarged image but can not get it to go
    sc3 enlarged image can come and go no changes except I have moved the layer panel down
    to the bottom
    Any ideas how I can get this to work properly would be much appreciated
    many thanks

    I have sorted this out. There might be other ways of doing this but I added a button to the large image gallery component.
    constructed a rectangle the same size as the large image and set the opacity to 0. The whole area is now a button you can not see.
    One click anywhere on the image removes it with an interaction back to the first state which is off.
    hope this help anyone

  • CS4- Adding a modified audio track to video - help needed ASAP

    Hi!
    I have an exhibition coming up in a couple of days and I interviewed some people for that, but they all wanted their voices changed.
    Now, I imported the avi. file and put it on the timeline. (30 fps [640x480 (1,0)], 11024 Hz - 8-bit Twos-com)
    I extracted an audio file in wav, then changed the pitch in audacity and then imported the new audio clip to CS4. But I cannot group or export them in any way. What is going on? What am I doing wrong? I need the video work with modified voices but I can't get it to work. I am losing my mind and running out of time. I would really appreciate any help!
    PS: I am a total Premiere noob. So please be patient with me.

    But I cannot group or export them in any way.
    Not sure that I am following you here. Do you mean that Audacity is not allowing you to Save_As?
    Now, if you wish to have all of your Audio Tracks into one WAV file, just do an Export, choosing Export Audio only, by unchecking Export Video. Check that Multiplexing is set to None, where it should default with Audio-only.
    Open that file in Audacity, edit as needed, then Save_As, and Import that edited Audio file. Drag it to the Timeline in a clear, Targeted Audio Track of the proper channel-count, and then you can Mute the existing Audio Track(s) in the Audio Mixer, or just turn each Track OFF in the Track Header.
    If you mean something else, help me understand what you need to do.
    Good luck,
    Hunt

  • Help needed with HTC One regarding mic problem with noise cancellation

    I picked up an HTC One last week, and so far I am loving the phone.  Great build quality, screen, sound - all as advertised.
    However, there is one very annoying problem I am having.  When I am talking to someone, I can gear them great, but they keep telling me I sound muffled or robotic.  I performed some tests, and the problem appears to be something with the dual microphones and the HTC One's noise cancellation features.
    Here are the tests I ran:
    Typical phone call, with holding the phone as I normally do on the sides and to my ear.  Call result, pretty muffled voice.  I'd give the call quality a 5/10.
    Help the phone as I typically do, but covered the mic hole on the back of the phone.  This definatelyimproved call quality.  Was louder and clearer, but not perfect.  I'd rate it at 8/10.
    Help the phone towards the bottom, using my hand to kind of cup the bottom directing the sound to the bottom mic.  This was a further improvement in sound quality.  Rating would be 9/10.
    Help phone as normal, but covered the bottom mic hole.  Very low volume and muffled sound.  Rating a 4/10.
    Talked directly into the bottom of the phone into the bottom mic.  This gave perfect call quality and volume.  Rating a 10/10!
    Talked directly into the mic on the back of the phone. Horrible quality, couldn't hear hardly anything. Rating 0/10.
    Speaker phone on, held the phone up and moved it around as I would normally use a speaker phone.  Call quality was really nice.  Id give it 9/10.
    Speaker phone on, covered back mic hole and used speaker phone as in #7.  Very bad quality, rating 1/10 for call quality.
    Speaker phone on, covered bottom mic and help speaker phone in hand.  Really good quality, even an improvement over test #7.  Would give the call quality a 9.5/10.
    Speaker phone on, placed face down on table.  Volume a bit low, a little muffled.  Call quality 6/10.
    Speaker phone on, place face up on table.  A bit worse than test #10, low volume and a bit muffled.  Call quality is 5/10.
    Based on these tests, I know this problem has nothing to do with the network CDMA connection.  It is obvious that the noise cancellation features are a bit too aggressive, or I have some hardware problem with one or both mics.
    I question wether its really a hardware mic problem, because on non-speaker phone calls, talking directly into the bottom mic gives great quality.  And on Speaker phone, covering the bottom mic makes the speaker phone sound really good.  That's why I think there's something going on with the "Sense Sound" noise cancellation.
    Is anyone else seeing the same issues?  I want to be able to hold the phone normal on a non speaker phone call and get good quality.
    Looking for any tips and advice anyone can give.  Is it worth exchanging for a new one, as I am still in my 14 day window.
    Thanks in advance for the help!

    Here are some other threads that seem to be having similar issues:
    http://forum.xda-developers.com/showthread.php?t=2262648
    http://forum.xda-developers.com/showthread.php?t=2294532

Maybe you are looking for

  • Coverage Analyzer

    Hi, Please let me know regarding the function of Coverage Analyser, how exactly it function and transaction assocaited with it. Thanks in Advance, Irfan Hussain

  • MSI GT70 - which ones are required drivers and apps? Which ones are optional?

    I have MSI GT70 0ND but I suppose lots of things will overlap with other GT70 even GT60 owners (Windows 8 x64). So which onces are needed and what are they? I will post some that I know, then ask you about the rest: http://www.msi.com/product/nb/GT70

  • JSP form value use

    I have a simple JSP form that gets three values. I need to use one of these values in a query before I hit the Form SUBMIT button. Is there a way to do this?

  • MacBook "Not Charging" after new power adapter.

    Last week the power adapter that came with my 13in MacBook began to melt. I ordered a new adapter "60w MagSafe Power Adapter" plugged it in, and it lit up, but now my battery information on the screen says "Not Charging" and If I unplug the adapter,

  • CONVERTIR UN PDF VERS EXCEL+IMAGE

    Je voudrais convertir des PDF en excel avec les images contenues dans ce PDF? Quel produit ADOBE puis-je utiliser?