Results 1 to 2 of 2

Thread: image is shifted to the middle

  1. #1
    Join Date
    Dec 2005
    Posts
    9

    image is shifted to the middle

    Hi

    In the following webpage, I have an image(the product) in the left, and its
    description in the right.

    http://tinyurl.com/obddq

    The problem is when i am viewing the webpage through Opera browser, the image is seen at the top, but when i see the webpage in internet explorer or firefox, the image is seen at the middle portion of the left side.

    I want to see the image at the top portion of left side for all browser. How to achieve that??

    You can see the source code of the page by right clicking.

    Thanks

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    The left image is in code which says valign=bottom as in:-
    <TABLE width=100% cellSpacing=8 cellPadding=0 border=0>
    <TR><td valign=bottom>
    <img src='http://www.geocities.com/onlinemarketeer/cd.jpg'
    border=0 width="413" height="450">

    Change it to valign=top and it goes to the top. Is this what you want?
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. 4 Steps to Attract Site Visitors to Image Gallery
    By useful in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 29 Aug 2006, 03:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •