Displaying images in the centre of the screen

Hi
I'm using PHP to pull down an image filename from a MySQL database and then providing a URL to display the image in a browser, for example:
        <img src="<?php echo $row_Recordset1['Picture']; ?>">
        <a href="<?php echo $row_Recordset1['Picture']; ?>">
I wondered if there was any way of modifying the 'a href' statement to instruct the browser (IE or Firefox) to display the image in the absolute middle of the screen, either in the existing browser, or a newly opened one?
Opera seems to oblige instantly as it opens the selected picture (picture.jpg) in the middle of the screen by default, But IE and Firefox seem to open the picture by default in the top LH corner.
Any advice would be gratefully received...Tony

Hi All
I'm now aware that this is a browser issue and that I need to use some Javascript - Lightbox, Shadowbox or one of the many variants - to achieve this
Sorry to have troubled everyone with this basic question
Tony James

Similar Messages

  • Images in the screen corrupted by some strange lines ...

    Hi,
    I have many troubles concerning the display on my MacBookPro. Often, the image on the screen is corrupted by black lines and some strange colour patterns. When I use Tiger on the same machine everything is fine. I agree that with the version 10.5.2 the situation is a bit better tan with the 10.5.1, but anyway, this is not acceptable from Apple. When I disable the Quartz Extreme (via a tool in the developer folder), everything is OK. Hey Apple, how to solve this?
    Best regards, Edo

    I think I solved the problem, but this is not good for Apple.
    I checked the hardware specification via the "Abour this Mac" ... and I discovered that my graphic card doesn't support the Quartz Extreme!!!! So, why my Leopard configuration is set to support this feature? I have found this link that for the moment, solved my problem
    http://www.macosxhints.com/article.php?story=20040724190553112
    I hope that Apple will fix this in the version 10.5.32323
    Regards

  • IPhone 5, backlight works but there is no image on the screen. How do I fix the problem or get a replacement?

    I have an iPhone 5 32GB that is less than a year old, I smashed the screen not long ago and had it replaced and now the backlight works but there is no image on the screen. Its fully working apart from the screen, can I get a replacement? Or how else would anyone suggest to fix the problem?

    Make an appointment at the genius bar of your local Apple store or contact AppleCare. Some Apple Stores in the US can replace the display in an iPhone 5 for $149. If it requires more than that, a replacement phone will cost you $229.

  • HT201210 i updated my 4s yesterday, but my phone will not work at all now, and will not turn off. It has a itunes image on the screen with an arrow undernieth and what looks like the charger lead. i've had it on charge! is there anything else i can do?

    i updated my 4s yesterday, but my phone will not work at all now, and will not turn off. It has a itunes image on the screen with an arrow underneath and what looks like the charger lead. i've had it on charge! is there anything else i can do?

    Cconnect it to your computer with the latest version of iTunes installed.

  • How can I get an image from the screen? Like screen printer in PC to pasting after in word or other program.

    How can I get an image from the screen? Like screen printer in PC to pasting after in word or other program.

    If you do Cmd+Shift+3 you'll get a full screen image saved to your desktop as a jpg file.
    Also, you can use Cmd+Shift+4 and you'll get a cursor which you click+drag to draw a box. When you release the drag the boxed in area will be saved to the Desktop as a jpg file.

  • My 8530 does not display images in the browser

    My bb 8530 a few weeks ago suddenly stopped displaying images in the browser. Browser options are set to "display images". I've power cycled many times, even reset and wiped, but still no images in browser. How can I fix this? Thanks.

    hi i have noticed the same problem. also with Chrome and FP ver 11.5.31.2and Firefox and Safari with FP 11.5.502.110
    it seems that MovieClipLoader class not returning onLoadInit event. I use to add a fadein function on loadInit to fade in the loaded images. with the latest Flash PLayer versions this is not activated so you cannot see the loaded images.
    I have tested this on 3 different systems and the problem is the same. I have not updated my FP for IE. There, the older FP still works well.
    test systems
    Mac OS LionSafari and FP 11.5.502.110 --- DOES NOT WORK WELL
    Windows 7 64 bit
    chrome 23.0.1271.95 with FP 11.5.31.2  - DOES NOT WORK WELL
    Firefox 16.02 with FP 11.5.502.110  - DOES NOT WORK WELL
    IE 9 with FP version 11.4.402.287  - WORKS
    Windows XP SP3
    Firefox 16.02 with FP 11.5.502.110 - DOES NOT WORK WELL
    IE 8 wth FP 11.4.402.287  - WORKS
    chrome 23.0.1271.95 with FP 11.5.31.2  - DOES NOT WORK WELL

  • A conversion error occurred while the program -- display data on the screen

    HI all,
    Iam getting a dump error described below:
    A conversion error occurred while the program was trying to
    display data on the screen.
    The ABAP output field and the screen field may not have the
    same format.
    Some field types require more characters on the screen than
    in the ABAP program. For example, a date field on a screen needs
    two characters more than it would in the program. When attempting to
    display the date on the screen, an error will occur that triggers the
    error message.
                  Screen name.............. " Ztable_MM_MRQ "
                  Screen number............ 0100
                  Screen field............. "WA_PO_ITEMS-MENGE"
                  Error text............... "FX015: Sign lost."
    Further data:
    Give us step by step procedure to rectify the same with T.codes
    Thanks
    Regards
    Siraj

    Raymond
    please give details in se51 where i have to put a "V"  to allow negative amounts
    whether it is in Text or I/O templates
    name                                     type of screen element         Text or I/O field
    WA_PO_ITEMS-MENGE     Text                           PO_quantity__     
    regards

  • Displaying image in the Title bar

    hi ,
    can any one help me to display image in the JFrame Title Bar Left Corner, Right Corner, orMiddle ..

    double post http://forum.java.sun.com/thread.jsp?forum=57&thread=554453

  • Displaying images from the database.

    Hi,
    I use standard portal forms in the locally built provider area to upload images into a blob field in a table. Then a dynamic page to output the image onto the screen.
    I use the following code. This works for all images on our old system. db version 10.1.0.4 and apps server version 9.0.4.2. Installed on a windows machine.
    This code also works for gif images on our new system. DB version 10.1.0.5 and apps server version 10.1.4. Installed on a Linux machine. But it does not work for jpg images.
    Has anyone got any ideas?
    Thanks,
    Michelle
    (I've changed the html tag so it shows properly)
    htp.p('<image src="/portal/pls/portal/<schema>.<package>.show_image?id=1">');
    PROCEDURE show_image (id IN VARCHAR2) IS
    src_lob BLOB;
    buffer RAW(2048);
    amt BINARY_INTEGER := 2048;
    pos INTEGER := 1;
    doctype NUMBER;
    l_mime_type VARCHAR2(50);
    BEGIN
    SELECT cn_image, cn_mime_type
    INTO src_lob, l_mime_type
    FROM cb_news
    WHERE cn_id = id;
    owa_util.mime_header (l_mime_type, FALSE );
    owa_util.http_header_close;
    LOOP
    dbms_lob.read (src_lob, amt, pos, buffer);
    pos := pos + amt;
    htp.prn(utl_raw.cast_to_varchar2(buffer));
    END LOOP;
    EXCEPTION
    WHEN OTHERS THEN
    error_pkg.log_error(SQLERRM, 'SHOW_IMAGE');
    END show_image;

    Hi, do you have a solution for this problem? I' ve got the same one. Please can you tell me?!
    Bea

  • Satellite Pro M10: image on the screen is very dark

    I have a Satellite Pro M10 Notebook that has a black screen, i.e. the back light doesn't work. There is an image on the screen but it is very dark. When connecting an external monitor I get a normal image on that monitor.
    From information gathered from other posts here I conclude that there is a problem with the backlight of the lcd screen or the inverter. I checked all connections, but that didn't solve the problem. If I bring the laptop to a service center what will it approx. cost to have it repaired? The thing is 2-3 years old, so if it is very expensive I might better get a new laptop.
    I'm sure I will be able to change to inverter board myself, but how will I be able to determine that the inverter is the problem? How to obtain a new inverter? Does anyone of you know the right product number?
    My Pro M10 itself has product number PS630E-G205Z-DU.

    Hi
    I agree with Tobi. You description sounds like a faulty FL-inverter.
    This part is placed behind the LCD screen under the lid cover.
    As mentioned this part isnt very expensive and you could order it from the Toshiba service partner in your country. But please note that if you have no replacements experiences so you should ask the technicians for the help.

  • Adding more then one image on the screen

    hi all,
        i want to add different different images on the screen.
        this is new task to me ... and as i am new in ABAP
        i am finding it a bit difficult to start with this problem
        so please provide me the complete information from very start to end.
      thanks in advance.

    hi ravindra,
    i had gone through the program  and in it ,they are passing the static value in the respective internal table like this
      query_table-name = '_OBJECT_ID'.
      query_table-value = 'ENJOYSAP_LOGO'.
    and i want to know  what is OBJECT_ID and where to create it where  this image ENJOYSAP_LOGO is stored. plz tell me every thing about the two fields.
    regards,

  • Make image fill the screen

    I want to make the image fill the screen like http://www.digitalstormonline.com/bolt-ii.asp, i want it to fill the screen even when zooming in and out

    Hi,
    did you check this
    Add an image to the background of the page or browser | Adobe Muse CC tutorials
    Check the below link, under heading "Working with elements set to 100% width"
    Adobe Muse Help | Using Fill and Browser Fill options
    Do let me know if you have any question.

  • I have purchased the VGA Connectors for both a iMac and Macbook Pro so that i can connect my promethean board projector to the computer and I can not get the image on the screen.  Does anyone have any suggestions?

    I have purchased the VGA Connectors for both a iMac and Macbook Pro so that i can connect my promethean board projector to the computer and I can not get the image on the screen.  Does anyone have any suggestions?

    Irelandbound wrote:
    thank you, I have the adaptors so glad that would work.  I just heard adaptors burn out often.  So Just thought for my main iMac computer, a plug would be best.  I will get one once I move.
    Any other suggestions or things I should know about apple products in Ireland.  I know there are no Apple stores there.
    An adaptor doesn't burn out. It merely serves as a means to connect the power prongs on your device to the power supply.
    I believe you are thinking of a transformer, which you do not need. A transformer converts one voltage to another.
    You don't need to do that as the power supply of modern electronics can take almost any worldwide voltage.
    Look at the label on the device. It should indicate the input power acceptable of 100-240 VAC, 50-60 Hz.
    Additionally, I found the adapters cheaper in the UK than I found them in the US. They were available in most supermarket chains. I wasn't in Ireland, so I can't say one way or the other.
    If you have something that doesn't have that input power spec, it would require a transformer.
    On other items like electric clocks or things with motors, you can connect them up to a transformer and the voltage will be correct, but the frequency may not. For clocks, that will cause them to not keep time well. For motors, they will burn out.

  • I bought my iPhone5 4 months ago and now the camera is not working, it only displays black in the screen. I've tried reset, restore for how many times but still the problem is not being resolve. Any help from you Apple team?

    I bought my iPhone5 4 months ago and now the camera is not working, it only displays black in the screen. I've tried reset, restore for how many times but still the problem is not being resolve. Any help from you Apple team?

    There is no Apple here, this is a user to user forum.  When you said you restored, then you restore as NEW?
    If you restored as New and still the problem persiist, then it time to take a trip to the Apple store.

  • HP Photosmart A516 keeps trying to power up and displays 07564DD6 on the screen

    My HP Photosmart A 516 keeps trying to power up and displays #07564DD6 on the screen.

    sunny_67 wrote:
    When I press the on switch slider, the notebook shows lights then CPU fan begins to spin.  It immediately slows down then stops.  Power light stays on, but nothing else happens.  No startup screen, nothing.  To do it again, power cable must be disconnected then reconnected.  Does anybody has any idea? Please help.
    Once you get it to turn on, I would check to see if there is a BIOS update available for your machine.

  • I received a notice to my ipad to update ios7 the latest version. i clicked on update now and the ipad is frozen with an itunes logo and a ipad connector image on the screen. anyone help me with this

    I received a notice to update my ipad to the latest version of ios7 and when I did the ipad froze with a itune logo and an ipad connector image on the screen..i have turned it off several times but it remains frozen. anyone help with this?

    Unfortunately, your iPad went into recovery mode and must be restored now. There is no getting around this. You need to use iTunes to do this as well. Read this for more instructions.
    If you can't update or restore your iOS device - Apple Support

Maybe you are looking for

  • A little problem getting the style tag of a html file seperate from rest

    I'm making a program that will take in a URL and then search through that URL for all a, link, embed, frame, and img tags, find their sources, and download them. I also want to search through the style and find anything that uses a URL (ex. backgroun

  • Log4j error while deploying EJB 3.0 in weblogic 10

    Hi Friends, I am migrating an application EJB from 2.0 to 3.0 annotations. The log4j-1.2.3 for the project is configured in this way, it is added to the startWeblogic.cmd in weblogic 10 as : set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlog4j.configuration=log4j

  • Using a remote Ejb as a datacontrol for ADF

    Hi, I am trying to create an EJB 3.0 Data Control on top of remote deployed EJB. Difficulty is that I have no control over the EJB, and all I've been given is a Client jar file containing the remote interface and the entities used in the interface. W

  • Getting error message Thru BAPI: BAPI_INCOMINGINVOICE_CREATE

    Hi All, Could anyone please investigate into this error and give me the possible answer. We're using ECC 6.0 Getting error while doing Invoice Posting thru BAPI/Function Module: BAPI_INCOMINGINVOICE_CREATE Error Messages 1. M8 376: Enter goods receip

  • How to configure to use Strut 1.2 in weblogic portal 10.3.2

    I am new in weblogic portal, now i need to develop Strut portlet version 1.2. But I don't know how to configure it in weblogic 10.3.2 and i can't find document for how to configure Strut 1.2 to work on weblogic portal 10.3.2. I added relation librari