PDA

View Full Version : image is shifted to the middle



chronicle
20 Sep 2006, 03:44 PM
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

Wickham
21 Sep 2006, 01:39 AM
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?