Html in the middle

hello
how do i put my html display indented from the 3inches from
the sides and 2 inches from top to the code
in other words like a space/pixels from the sides and the top
just like screen in the forums Getting Started . it is in the
middle/center. but i don want it in the middle just like 3 inch and
2 inches from top to the code
<cfoutput>
<cfif isdefined("url.msg")>
#urldecode(url.msg)# <BR />
</cfif>
</cfoutput>
<div align="left"><br>
<table border="0" cellpadding="5" >
<form id="form1" name="form1" method="post"
action="index.cfm?action=actSearch">
<tr>
<td>enter your id number: </td>
<td><input type="text" name="num /></td>
</tr>
<tr>
<td><input type="Radio" name="mada" value="mama"
checked="checked"
onclick='hideDiv("Inner");'>  mama</td></tr>
<tr>
<td><input type="Radio" name="mada" value="dada"
onclick='showDiv("Inner");'>  dada</td>
</tr>
<tr>
<table width="100%" border="1" cellpadding="5"
style="border: thin;">
<div id='Inner'><hr>
<input type="Radio" name="dadainner" value="da1"
checked="checked" />
T.H.E<br>
<input type="Radio" name="dadainner" value="da2" />
AD<br>
</div>
<img onload="hideDiv('Inner');" src="pixel.gif">
</tr></td>
<table border="1" cellpadding="5" style="border:
thin;">
<input type="submit" name="Submit" value="Submit"
/></td>
</tr>
</form>
</table>

CSS permits precise positioning down to the pixel level.
Don't know if it can deal with inches, but I think it can. Go to
http://www.w3schools.com/css/css_positioning.asp
for a tutorial on positioning with CSS.

Similar Messages

  • How to place the animation in the middle of the .html

    Hi there,
    i have got a question. How to place the whole animation in the middle of the ".html".
    Hope you know what i mean.
    Benno.

    Center the stage follow the four step process below
    Code to paste into Stage > compositionReady
    //Center the Stage
    sym.$("Stage").css({"margin-left":"auto","margin-right":"auto"});
    Darrell

  • How to fix the Edge Animation on the middle of the other html file?

    Hi,
    i`ve got a little quesion and i really don`t know how i get this.
    Okay.. i have the edge animation.html and wanna put this in an other html. When i make this, it works. But how do i only put the animation in the middle of the other html. So the top of the other html isn`t covered from the edge animation html?
    --- i know how to make the site-color transparent but not the whole animation. (the functions on the back of the other html doesnt work any more)---
    Hope you know what i mean.
    Best regards.
    (EXAMPLE:           http://airserver.net46.net/adobe%20edge/ )

    Thanks for the replies everyone.  I was hoping that someone from Verizon would actually chime in with some token of an attempt to keep me on Verizon.  I understand that I can Edge up to another phone but all of the other 8.1 phones are actually less than my Edge payment.  I'm not sure how that would work.  Plus, if Verizon is choosing not to support the Icon at less than a year in, how will they support those phones in a few months when Windows 10 ships? 
    Can someone from Verizon support please let me know what is being done to take care of Icon owners?
    If it is just a lost cause, please tell me.  I'd respect you more as a company and consider doing business in the future if you provided some level of transparency and mutual respect.  If the answer is "early 2015" as the other poster joked, that is inexcusable as Denim has been out for almost 6 months and other carriers have had no problems getting the update out.

  • How to resize and place a Button in the middle of a Region

    Hi,
    I have a requirement where I have to place a button in the middle of a region. This is the only Region on this page and only one button on this region. I made the region bigger by placing the following code in the Region Footer:
    <div style="height:300px; width:300px;"></div>
    Now the Region is big and in the middle of the page. Now I have to place one button in the middle of this region. I am using HTML Button. I also want to increase the size of the button from the default. Can anyone suggest how to do this ?
    Thanks
    Naresh

    Hi,
    I have a requirement where I have to place a button in the middle of a region. This is the only Region on this page and only one button on this region. I made the region bigger by placing the following code in the Region Footer:
    <div style="height:300px; width:300px;"></div>
    Now the Region is big and in the middle of the page. Now I have to place one button in the middle of this region. I am using HTML Button. I also want to increase the size of the button from the default. Can anyone suggest how to do this ?
    Thanks
    Naresh

  • How to print a picture in the middle of the paper.

    我想把图片打印到纸的中间即上下左右均居中。但是每次打印都是在左上角。

    Can you work out what the actual HTML is to do
    "Whatever it was that you wanted to do" ? { I couldn't understand that }
    I.e If you make up a Test table, with Your Text editor can you get a sample output that looks like you want?
    But the problem is i am able to change the background of the full cell. But i don't need to change the background of the full cell always. For example if Nextti value is 15/1/2005 & Duration is 30 then the shade should start from the middle of January Cell (because of the date 15th)end in the middle of next cell (February). If the duration is 15 then it should end in the (January) same end of cell.
    Is this something that can be done in HTML?
    If your question is 'amenable' to HTML, figure out conditions for which you want to Set a certain color....
    If the color in one cell for instance depends on the Next Cell, then you're going to have to buffer the whole Table ROW....
    Set which ones should be RED for instance, then output that ROW in HTML...
    If you are using Java for this, then also be aware that you might need to escape certain characters like use "\\" to get "\"
    You'd also probaly have an easier time, however you are doing this if you used some sort of CSS .......

  • How to place a JSlider in the middle of an image?

    Hi,
    Here is the deal. I have an image inside a JLabel. That JLabel is inside a JPanel, which in turn is encompassed by a JScrollPane. This image represents some curve or a frequency function, lets say for instance a sine curve. What I need to do is have a slider, positioned (just to keep things simple for now) in the middle of that image, not above or below or to the side of an image, but rather directly over it. Thus, blocking a small section of the image from view. So that the user can drag the mouse cursor along the (horizontal) slider and see the different values on that curve. I dont know of any LayoutManager that would allow me to place a JSlider at an arbitrary position on top of a JLabel, besides just using a Null Layout. However, when I use a Null Layout my scroll bars disappear and the JSlider itself just sits there doing nothing, without reacting to any mouse movements, and mroe importantly as soon as the application is resized, the JSlider disappears completely.
    Any comments/code snippets would be greatly appreciated.
    Thanks,
    Val

    /* From: Java Tutorial - How To Use Layered Panes
    *       LayeredPaneDemo.java
    *       http://java.sun.com/docs/books/tutorial/uiswing/
    *                                components/layeredpane.html
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.border.*;
    public class valy extends JPanel implements ChangeListener {
      private SineWave sineWave = new SineWave();
      JSlider slider;
      JLayeredPane layeredPane;
      public valy() {
        slider = new JSlider(1, 30, 5);
        slider.setBounds(50,125,300,25);
        slider.addChangeListener(this);
        layeredPane = new JLayeredPane();
        layeredPane.setPreferredSize(new Dimension(400,300));
        layeredPane.setBorder(
          BorderFactory.createTitledBorder("Layered Pane App"));
        layeredPane.add(slider, JLayeredPane.PALETTE_LAYER);
        JPanel panel = new JPanel();
        panel.add(sineWave);
        JScrollPane scrollPane = new JScrollPane(panel);
        int width = layeredPane.getPreferredSize().width;
        int height = layeredPane.getPreferredSize().height;
        scrollPane.setBounds(15, 25, width - 30, height - 40);
        layeredPane.add(scrollPane, JLayeredPane.DEFAULT_LAYER);
        add(layeredPane);
      public void stateChanged(ChangeEvent e) {
        sineWave.setCycles(
          ((JSlider)e.getSource()).getValue());
      public static void main(String[] args) {
        JFrame frame = new JFrame();
        JComponent contentPane = new valy();
        contentPane.setOpaque(true);
        frame.setContentPane(contentPane);
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.pack();
        frame.setLocation(300,200);
        frame.setVisible(true);
    /* From: Thinking in Java by Bruce Eckel
      *       3rd edition, Chapter 16
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class SineWave extends JLabel {
      private static int SCALEFACTOR = 200;
      private int cycles, points;
      private double[] sines;
      private int[] pts;
      public SineWave() {
        setCycles(5);
        setPreferredSize(new Dimension(400,400));
      public void setCycles(int newCycles) {
        cycles = newCycles;
        points = SCALEFACTOR * cycles * 2;
        sines = new double[points];
        for(int j = 0; j < points; j++) {
          double radians = (Math.PI/SCALEFACTOR) * j;
          sines[j] = Math.sin(radians);
        repaint();
      public void paintComponent(Graphics g) {
        super.paintComponent(g);
        Graphics2D g2 = (Graphics2D)g;
        g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                            RenderingHints.VALUE_ANTIALIAS_ON);   
        int maxWidth = getWidth();
        double hstep = (double)maxWidth/(double)points;
        int maxHeight = getHeight();
        pts = new int[points];
        for(int j = 0; j < points; j++)
          pts[j] =
            (int)(sines[j] * maxHeight/2 * .95 + maxHeight/2);
        g2.setPaint(Color.red);
        for(int j = 1; j < points; j++) {
          int x1 = (int)((j - 1) * hstep);
          int x2 = (int)(j * hstep);
          int y1 = pts[j - 1];
          int y2 = pts[j];
          g2.drawLine(x1, y1, x2, y2);
    }

  • SSIS Package fails in the middle of the execution with some error

    Hi ALL,
    I have an SSIS Package which basically loops across various files and various sheets and loads that data into a SQL table.Lets say i have 50 files it loads randomly somewhere around 30 and suddenly fails in the middle with the following error
    [Excel Source [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. 
    The AcquireConnection method call to the connection manager "Excel" failed with error code 0xC0202009. 
     I have no idea what this mean, i googled around and saw that i need to change the debugging properties from TRUE to FALSE, i did that but no use.
    Can someone please explain me what could be the reason for this one to be happening and how can i get around this one?
    Thanks.

    Hi Patrick,
    The link you gave above helped me to achieve what i exactly want. I am using multiple processes to load the files now.
    It really sucks that there is no solution for this one.But glad i am able to work it in different way.
    Thanks a lot for your reply.
    Not sure if its related
    I've had similar error recently while working with ACE provider and these steps helped me to fix it
    http://visakhm.blogspot.in/2013/12/how-to-solve-microsoftaceoledb120-error.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • HT1554 Apparently, I don't know my "com.apple.smig keychain" password. And I'm in the middle of setting up my new Mac mini. I transferred data from my MacBook and what I thought was the password isn't working! Help!!

    Apparently, I don't know my "com.apple.smig keychain" password. And I'm in the middle of setting up my new Mac mini. I transferred data from my MacBook and what I thought was the password isn't working! Help!!

    Hello,
    See if this helps...
    Mac OS X 10.4 Help, I forgot a password in my Keychain
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1960.html
    Mac OS X 10.4: Keychain Access asks for keychain "login" after changing login password...
    http://support.apple.com/kb/HT1631
    Resetting your keychain in Mac OS X...
    If Keychain First Aid finds an issue that it cannot repair, or if you do not know your keychain password, you may need to reset your keychain.
    http://support.apple.com/kb/TS1544

  • Help!! Can't get past this folder icon in the middle of my screen

    I received an external CD driver in the mail and wanted to make sure it would plug in to my laptop, so, with the computer off and unplugged, I plugged in the USB and then unplugged it. Then, I plugged my iBook in, and powered it on.
    Right after I booted my computer up, the screen came on and a little folder appeared right in the middle of the screen. The folder is small, and is alternately flashing a question mark ? and the mac logo of the little square face. The mouse wont work, pressing enter doesn't do anything.
    I just got this laptop from a friend, I used the computer at a cafe with no problems, went online, downloaded open office. That was 3 days ago, and since then hasn't been touched... Until today. Now it's doing this.
    School starts Monday and this has to be fixed!! I know nothing about Macs, someone help?

    None of the white iBook G3 series would be running OS 8.6 or earlier;
    the first one (dual USB, 500MHz 12" LCD, etc) shipped with OS 9.1
    in May 2001 and it could also run OS X.
    The older iBook G3 in colors other than white, (blueberry, tangerine,
    indigo, lime, graphite) were in two series, the earlier one of those
    shipped with OS 8.6; in July 1999. The second of the series, had Fire-
    Wire ports and a faster CPU. It shipped with OS 9.0.4. With adequate
    hardware upgrade to support OS X, the oldest colors iBook G3s can
    run, respective of age, oldest model: OS X 10.3.9 or maybe 10.4.
    For some better ideas on what may actually help the computer you
    have, information on what it is would be of great consequence. If
    you have a correct bootable installer system CD (or DVD if a later
    iBook with combo or superdrive installed) then you may be able to
    start the computer from the Mac OS install disc and run Disk Utility
    or the equivalent, to try and repair the disk, then choose a startup
    volume on the computer's hard disk drive, and restart the iBook.
    Since you indicate you had tried to install a freeware Office-like app
    into the computer, it would not be running a pre-OS X system.
    There may be some minor damages or corruption to the data files
    on the computer's hard disk drive, so a disk utility that could try
    and fix them may be a solution; so hopefully you have a correct
    version Mac OS system install disc and can see if inserting that
    into the iBook's optical drive and try restarting while holding the
    C key down, this may let you boot from the Installer; in the menu
    header of the OS (X is presumed) when you see a Finder-like
    menu bar, there are choices and options in drop-down menus;
    one of them is to run Disk Utility.
    However, not knowing what the computer model really is or
    the OS version running; or if you have any correct discs for it
    to try & fix this problem, about the best you may be able to do
    is use some keyboard commands and try to get the computer
    to look for any available startup system.
    • Magical Macintosh Key Sequences:
    http://davespicks.com/writing/programming/mackeys.html
    If the computer does have a bootable OS 8.6/9.2 system
    and also an OS X, you may be able to find & boot from one.
    • Mac OS - *flashing question mark* (search result)
    http://www.google.com/#hl=en&source=hp&q=macos+flashing+question+mark&aq=0&aqi=g2&aql=&oq=Mac+OSflashing&gs_rfai=&fp=bcdf8cbbf06dc4f
    Without more information, there is no really simple answer;
    as most tools you may need to get past the problem would
    have to be present for you to continue. What kinds of OS
    discs and software did you get with the computer? What
    model is it? (What does it look like and what part number or
    model number appears on the side of the iBook's case?)
    • Identify iBook model:
    http://support.apple.com/kb/HT1772
    • Locate iBook serial number:
    http://support.apple.com/kb/HT1590
    Hopefully you can get it working again by Monday...
    Good luck & happy computing!

  • SBS 2011; Exchange ActiveSync problems in the middle of a migration

    Hi
    We're in the middle of a migration from SBS 2003 to SBS 2011 and are stuck in the lengthy process of moving users' mailboxes.
    At this point, I have about 20 percent of the users' email on the SBS 2011 box, and the rest still on the SBS 2003 box.
    Right now I have to quickly deal with an issue that's cropped up with Exchange ActiveSync:
    I ran the Connectivity Analyzer for a user (this one's box had been migrated) and got the error below. By the looks of the error, I don't think it matters where the mailbox happens to reside ...
    The SBS 2011 box has been set up using a migration install and the procedures listed in the MS migration docs.
    At the rate we're going, it's still going to take a while to migrate these mailboxes. (The fact that they began tonight was actually an accident.) If mobile users can't get their mail, I'm going to have a big mess on my hands ...
    What do I need to do to get this running properly for all users?
    Thanks
    CL
    An ActiveSync session is being attempted with the server.
      Errors were encountered while testing the Exchange ActiveSync session.
     Additional Details
    Elapsed Time: 793 ms. 
     Test Steps
     Attempting to send the OPTIONS command to the server.
      The OPTIONS response was successfully received and is valid.
     Additional Details
    HTTP Response Headers:
    MicrosoftOfficeWebServer: 5.0_Pub
    Pragma: no-cache
    Public: OPTIONS, POST
    Allow: OPTIONS
    MS-Server-ActiveSync: 6.5.7638.1
    MS-ASProtocolVersions: 1.0,2.0,2.1,2.5
    Content-Length: 0
    Date: Fri, 30 May 2014 08:49:48 GMT
    Server: Microsoft-IIS/6.0
    X-Powered-By: ASP.NET
    Elapsed Time: 205 ms. 
     Attempting the FolderSync command on the Exchange ActiveSync session.
      The test of the FolderSync command failed.
     Additional Details
    An HTTP 403 forbidden response was received. The response appears to have come from Unknown. Body of the response: <body><h2>HTTP/1.1 403 Forbidden</h2></body>
    HTTP Response Headers:
    MicrosoftOfficeWebServer: 5.0_Pub
    Pragma: no-cache
    MS-Server-ActiveSync: 6.5.7638.1
    Content-Length: 44
    Content-Type: text/html
    Date: Fri, 30 May 2014 08:49:48 GMT
    Server: Microsoft-IIS/6.0
    X-Powered-By: ASP.NET
    Elapsed Time: 588 ms. 

    Hi --
    Neither of the Exchange servers is publicly listed as the mail handler for this domain. Mail is preprocessed by a cloud spam filtering service before coming down. So I expect no changes in MX records -- not even a change in the spam filter's delivery IP
    address, since that points to my firewall. I'll forward SMTP traffic to the new server when the time comes.
    I was told by MS that moving the mailboxes would not disrupt anything as long as both SBS boxes were up and running. And despite what the Connectivity Analyzer showed, people in this office have been receiving email on their mobile phones all day. I've had
    a few sporadic reports of people supposedly not getting email on their smartphones, but I can't see how anything I did (basically just move mailboxes at this point) could allow some people's phones to get mail while others' can't, when everyone was getting
    mail yesterday.
    I also have an odd report from someone who claims that his mobile phone is processing email just fine, but his MacBook running Entourage suddenly can't connect.
    Oh well ... The day is over (at least for the workers). Hopefully by the time the workers return on Monday, I'll be back to having just one SBS box on the network.
    The mailboxes are being moved A LOT faster than any of the documents I read warned me they would. One document said that a 75 GB database could take close to 48 hours to transfer. And this server's Exchange database was 67 GB ... But last night's
    "accident" (I thought I was only prepping a new database when in fact the machine was actively moving email into it) resulted in about 40% of the mailboxes being completely moved by 8 a.m.. And since 5 p.m., when I restarted the move requests,
    the machine has completed the moves of about 20% more mailboxes. So I expect this part to be over probably by early morning. (The ones that remain are the really big ones -- still, after I spent a week doing mailbox housekeeping.)
    I was also warned about the lengthy conversion requirements for the public folders. I transferred those last weekend. The whole process was over with in less than four hours. Go figure ...
    (The public folder transfer did have an annoying side effect -- I kept receiving warning after warning via email from the SBS 2003 box about a high number of items in Exchange's send queues ...)
    Thanks
    CL

  • How to Start a color in the middle of a cell in the table & end in next cel

    Hai,
    I am developing a project in VB6 and the databse in MsAccess, i prepared the Report in HTML, Based on 2 Fields called Nextti & Duration Field I am coloring the Background of cells in the report table.
    Actually the Color should start and end insdie or outside the cell based on the 2 Field Values.
    Table is populated for 4 Years under that 48 months, therefor 2 row headings. 1 for showing Years in column & other for Months & with Some fields.
    the below is the line i use to change the background of a particular cell. Its done when i populate the data in the HTML Report.
    OutStream.WriteLine ("<td bgcolor=Yellow><P align=center><Font FACE=Tahoma size=1 color=black>" & Format(dtShade, "dd") & "</Font></P></td>")
    Now i am able to shade the Cell by giving its background color to yellow as below code
    but the problem is i am able to change the background of the full cell. But i don't need to change the background of the full cell always. For example if Nextti value is 15/1/2005 & Duration is 30 then the shade should start from the middle of January Cell (because of the date 15th)end in the middle of next cell (February). If the duration is 15 then it should end in the (January) same end of cell. Kindly tell me how can i do this through HTML. I heard Div can be used to solve this issue. I am a beginner so kindly any one give me a appropriate example which will suit to solve this issue.
    thankyou,
    Chock.

    Can you work out what the actual HTML is to do
    "Whatever it was that you wanted to do" ? { I couldn't understand that }
    I.e If you make up a Test table, with Your Text editor can you get a sample output that looks like you want?
    But the problem is i am able to change the background of the full cell. But i don't need to change the background of the full cell always. For example if Nextti value is 15/1/2005 & Duration is 30 then the shade should start from the middle of January Cell (because of the date 15th)end in the middle of next cell (February). If the duration is 15 then it should end in the (January) same end of cell.
    Is this something that can be done in HTML?
    If your question is 'amenable' to HTML, figure out conditions for which you want to Set a certain color....
    If the color in one cell for instance depends on the Next Cell, then you're going to have to buffer the whole Table ROW....
    Set which ones should be RED for instance, then output that ROW in HTML...
    If you are using Java for this, then also be aware that you might need to escape certain characters like use "\\" to get "\"
    You'd also probaly have an easier time, however you are doing this if you used some sort of CSS .......

  • How to align flash content to the middle of the screen in browser?

    I am currently building a website in flash cs5.5 using AS2.0. One of the pages is 1024px wide by 1536 height. I want the screen to show only the first half of the screen and then the user has to scroll down using the browser scrollbar to see the second half of the screen.
    Below is the html code. I have changed the 'overflow' from hidden to auto so that the website is scrollable. However when i preview the website in the browser, it is aligned to the left. Even though below (highlighted in red) it says 'middle'. This is not what i want, i want the website to me aligned in the middle so that there is a border on either side of the website.I have tried numerous things to fix it but all to no avail. Could someone please help. Let me know if you need anymore info.
    Thanks
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
      <title>aboutus</title>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <style type="text/css" media="screen">
      html, body { height:100%; background-color: #333333;}
      body { margin:0; padding:0; overflow:auto; }
      #flashContent { width:100%; height:100%; }
      </style>
    </head>
    <body>
      <div id="flashContent">
       <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="1024" height="1536" id="aboutus" align="middle">
        <param name="movie" value="aboutus.swf" />
        <param name="quality" value="best" />
        <param name="bgcolor" value="#333333" />
        <param name="play" value="true" />
        <param name="loop" value="true" />
        <param name="wmode" value="window" />
        <param name="scale" value="showall" />
        <param name="menu" value="true" />
        <param name="devicefont" value="false" />
        <param name="salign" value="" />
        <param name="allowScriptAccess" value="sameDomain" />
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="aboutus.swf" width="1024" height="1536">
         <param name="movie" value="aboutus.swf" />
         <param name="quality" value="best" />
         <param name="bgcolor" value="#333333" />
         <param name="play" value="true" />
         <param name="loop" value="true" />
         <param name="wmode" value="window" />
         <param name="scale" value="showall" />
         <param name="menu" value="true" />
         <param name="devicefont" value="false" />
         <param name="salign" value="" />
         <param name="allowScriptAccess" value="sameDomain" />
        <!--<![endif]-->
         <a href="http://www.adobe.com/go/getflash">
          <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
         </a>
        <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
       </object>
      </div>
    </body>
    </html>

    #flashContent {    
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    Get rid of the 100% w/h and give flashContent a set width (1024).
    Then you can give the right and left an auto margin... centering the <div id="flashContent">.
    Best wishes,
    Adninjastrator

  • My MacBook Pro won't start - it just displays a grey screen with flashing icon of a folder with a question mark in the middle. Help.

    It started while I was using Adobe InDesign, and that program froze, then crashed. When I tried to reopen the program, the error message I received was simply "Error: 16".
    I tried to take a screen shot of the error message for reference, and it gave me a message saying I couldn't because I didn't have access to the files where it would normally store the shot.
    Attached to my computer at the time was my Seagate Free Agent Go-Flex for Mac backup drive.
    So, I closed any open applications, and restarted my computer. But it wouldn't restart. It only displays a grey screen with a flashing icon in the middle of a folder with a question mark on it.
    I have no idea what happened - I wasn't using the machine any differently than usual, and it only had a few basic applicaitons open in addition to InDesign (like Preview, Text Edit, Microsoft Word, iCal).
    I have MacKeeper on my MacBook, and I keep it clean.
    Does anyone out there know what this flashing icon indicates, and if there is anything I can try on my own to fix it?
    Thanks.

    ali har wrote:
    It started while I was using Adobe InDesign, and that program froze, then crashed. When I tried to reopen the program, the error message I received was simply "Error: 16".
    I tried to take a screen shot of the error message for reference, and it gave me a message saying I couldn't because I didn't have access to the files where it would normally store the shot.
    For the Error: 16
    http://kb2.adobe.com/cps/827/cpsid_82744.html
    Seems a uninstall and reinstall of CS is in order.
    Attached to my computer at the time was my Seagate Free Agent Go-Flex for Mac backup drive.
    May or may not be a contributing factor,  may have kicked in at a wrong time or running root code.
    So, I closed any open applications, and restarted my computer. But it wouldn't restart. It only displays a grey screen with a flashing icon in the middle of a folder with a question mark on it.
    Computer can't find a bootable volume.
    https://support.apple.com/kb/TS2570
    I have MacKeeper on my MacBook, and I keep it clean.
    Well that explains it, MacKeeper is almost malware.
    http://applehelpwriter.com/2011/09/21/how-to-uninstall-mackeeper-malware/
    Search the forums here for "MacKeeper" they will tell the whole story, crapware.
    Disconnect all drives, follow the "Grey Screen" instructions and hold Shift key down while booting, if you get into OS X , immediatly backup your files to another drive and disconnect.
    In my opinion you should first check to make sure you have a backup of your data, then just erase the entire internal drive (hold c boot off the 10.6 disk, use Disk Utility), reinstall OS X, same user name, update to 10.6.8, c boot off the 10.6 and Repair Disk (to fix a update error) install your programs and finally return files from backup into the same main user folders like before (Music, Docs, Pictures etc.)
    A pain it is, but you've hosed your system and in the process you might as well rebuild everything and have a fast machine again. So happens to clear MacKrapper, uninstall CS5 and any other junk in your system at the same time. Fresh, clean, lean and mean.
    Learn to Carbon Copy Cloner to a external drive that new pristine boot drive, you can hold the option key and boot from it (even update it), which is a real bacon saver when something like this happens.  Also it's free to use, donations accepted.
    http://www.bombich.com/
    Note: if anything above I've mentioned is too complicated or your not sure, seek the services of a local computer specialist.

  • 23" hot pixel right in the middle of the screen

    I've just bought a 23" for photography. The problem is that there is a hot green pixel in the middle of the screen which makes calibration with my spyder2 calibrator an issue : It's hard to get around the calibration zone (which displays the color that read the calibrator).
    And obviously the calibrator window is non movable...
    Therefore the black read seems to be wrong, and I can see a subtle yet very annoying shift to the purples in the shadows, which for photography makes the whole 23" completely useless.
    I've looked about the Apple license on this (before coming to that forum) and it seems that the only green pixel in the middle of the screen would not make it elligible for a replace.
    So did I just spend 1150 euros for nothing ?
    Thanks for any reply on this,
    Raphael
    new mac mini intel (also not working)   Mac OS X (10.4.8)  

    Hi-
    You are not alone-BUT, at least it's not a dead pixel. A stuck pixel can be repaired (un-stuck) by .............Massage!
    Yes, this is for real. It worked for me on my bright green pixel, 1 cm right of dead center.
    Here are some links to "How To's":
    http://www.wikihow.com/Fix-a-Stuck-Pixel-on-an-LCD-Monitor
    Some find success using a "software" method- basically a looped video flashing the monitor:
    http://fixdeadpixels.uv.ro/fix-stuck-pixels.html
    http://www.lifehack.org/articles/lifehack/how-to-fix-your-stuck-pixel-on-lcd.htm l
    I have read reports, though, of the flashing monitor trick to cause more stuck pixels.
    Other reports are of users both massaging and flashing at the same time.
    So, you and your pixel don't have to be "stuck" with each other.......!

  • I have a white screen with Apple in the middle, the little spinner thing, and the loading bar. When it is done loading, the mini mac shuts down. Please help me.

    I have a white screen with Apple emblem in the middle. The little spinner is spinning and there is a bar showing it loading.  When it is done loading, the mini mac goes off. Please help me.

    If your data is backed up, we can guide you through repairing the directory with my subscription FAQ*:
    http://www.macmaps.com/directoryfaq.html
    * Links to my pages may give me compensation.

Maybe you are looking for

  • Media Files Missing

    I recently finished a video project using iMovie. Once I was done and had burned it to a DVD, I deleted the movie files because they were taking up too much space. This was not such a good idea. Now, My iMovie project has all subtitles and audio, but

  • Zen Touch Cases - Come on Creat

    I know this has been done to death, but are creative taking any notice? There is obviously a demand for different/better style cases for these great players - a vaja case would suit me down to the ground but I'm not paying over ?40.00 (thats for a ba

  • FCC For csv WITHOUT new lines

    Hello to everybody, I trying to do a file content conversion for the following file : a;b;c;d;a;b;c;d;a;b;c;d Problem : file has 4 fields meaning that there is not a nl after each line . The correct file for instance have to be a;b;c;d a;b;c;d a;b;c;

  • Is it possible to create custom partylist field in crm 2013

    Hi, I want to create custom partylist field in crm 2013. Please tell me how to create?

  • In JFileChooser

    In JFileChooser have buttons ok and cancel ....But I want add one more button not to be accessory panel like that ... in ok ,cancel button there know there itself ... Its possible.... or any idea Thanks in advance...